SatelCreative / spylib

A library to facilitate interfacing with Shopify's API
https://satelcreative.github.io/spylib
MIT License
3 stars 2 forks source link

Solve breaking changes on httpx 0.23.1 and fastapi 0.87.0 #176

Closed lishanl closed 1 year ago

lishanl commented 1 year ago

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

Please refer to the 2 CI failures in the PR.

Originally posted by @lishanl in https://github.com/SatelCreative/spylib/issues/175#issuecomment-1350212603

hillairet commented 1 year ago

Let's go further and update all the dependencies in preparation of version 0.9.0. Is SPyLib working with the latest fastapi?