You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:The text was updated successfully, but these errors were encountered: