Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.6.0 unresolvable dependencies #98

Closed
pepegc opened this issue Mar 28, 2022 · 3 comments
Closed

v0.6.0 unresolvable dependencies #98

pepegc opened this issue Mar 28, 2022 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@pepegc
Copy link

pepegc commented Mar 28, 2022

Updating to your most recent version 0.6.0 is raising dependency issues with other common libraries.

In this case, poetry add supertokens-python^0.6.0 results in:

Because no versions of fastapi-mail match >1.0.6,<2.0.0 and fastapi-mail (1.0.6) depends on httpx (>=0.22.0,<0.23.0), fastapi-mail (>=1.0.6,<2.0.0) requires httpx (>=0.22.0,<0.23.0).

And because supertokens-python (0.6.0) depends on httpx (>=0.15.0,<0.16.0) and no versions of supertokens-python match >0.6.0,<0.7.0, fastapi-mail (>=1.0.6,<2.0.0) is incompatible with supertokens-python (>=0.6.0,<0.7.0).

So, because <MY PROJECT> depends on both supertokens-python (^0.6.0) and fastapi-mail (^1.0.6), version solving failed.
@pepegc
Copy link
Author

pepegc commented Mar 29, 2022

Hey guys I saw you accepted and merged #99, thanks a lot for being on top of this issue!! How long till we see the changes in pypi?

@rishabhpoddar
Copy link
Contributor

rishabhpoddar commented Mar 29, 2022

hey @pepegc within 24 hours. Tests before publish take a while to run :)

@rishabhpoddar
Copy link
Contributor

We have released the latest version of pypi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants