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
Describe the bug
Can't install pydantic-settings if ormar is installed due to incompatibility issues.
"Because no versions of pydantic-settings match >2.5.2,<3.0.0
and pydantic-settings (2.5.2) depends on pydantic (>=2.7.0), pydantic-settings (>=2.5.2,<3.0.0) requires pydantic (>=2.7.0).
And because ormar (0.20.1) depends on pydantic (v2.5.3)
and no versions of ormar match >0.20.1,<0.21.0, pydantic-settings (>=2.5.2,<3.0.0) is incompatible with ormar (>=0.20.1,<0.21.0).
So, because reason-capdis depends on both ormar (^0.20.1) and pydantic-settings (^2.5.2), version solving failed."
To Reproduce
Steps to reproduce the behavior:
poetry add ormar
poetry add pydantic-settings
(Note: this should be a complete and concise piece of code that allows reproduction of an issue)
Expected behavior
I should be able to add both ormar and pydantic-settings
Versions (please complete the following information):
Database backend used (postgress)
Python 3.11
ormar 0.20.1
pydantic 2.5.2
if applicable fastapi ^0.111.0
The text was updated successfully, but these errors were encountered:
Describe the bug
Can't install pydantic-settings if ormar is installed due to incompatibility issues.
"Because no versions of pydantic-settings match >2.5.2,<3.0.0
and pydantic-settings (2.5.2) depends on pydantic (>=2.7.0), pydantic-settings (>=2.5.2,<3.0.0) requires pydantic (>=2.7.0).
And because ormar (0.20.1) depends on pydantic (v2.5.3)
and no versions of ormar match >0.20.1,<0.21.0, pydantic-settings (>=2.5.2,<3.0.0) is incompatible with ormar (>=0.20.1,<0.21.0).
So, because reason-capdis depends on both ormar (^0.20.1) and pydantic-settings (^2.5.2), version solving failed."
To Reproduce
Steps to reproduce the behavior:
(Note: this should be a complete and concise piece of code that allows reproduction of an issue)
Expected behavior
I should be able to add both ormar and pydantic-settings
Versions (please complete the following information):
ormar
0.20.1pydantic
2.5.2fastapi
^0.111.0The text was updated successfully, but these errors were encountered: