I have updated the pyproject.toml to not update the httpx and fastapi to the latest version because they both contain breaking changes. To be dealt with in another PR:
httpx==0.23.1, breaking change on url typing, likely to
fastapi==0.87.0, breaking change on testclient
I have updated the
pyproject.toml
to not update the httpx and fastapi to the latest version because they both contain breaking changes. To be dealt with in another PR: httpx==0.23.1, breaking change on url typing, likely to fastapi==0.87.0, breaking change on testclientPlease refer to the 2 CI failures in the PR.
Originally posted by @lishanl in https://github.com/SatelCreative/spylib/issues/175#issuecomment-1350212603