Update package dependencies to the latest (support the latest) possible and handled any changes required.
Keep pydantic at v1 and fastapi under 0.100.* until pydantic v2 becomes stable.
Remove requests from dev dependencies since the fastapi testclient uses httpx
Update package dependencies to the latest (support the latest) possible and handled any changes required. Keep pydantic at v1 and fastapi under 0.100.* until pydantic v2 becomes stable.
Remove
requests
from dev dependencies since thefastapi
testclient useshttpx
close #176