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
The strict version requirements causes incompatibility with other package. For example, see N5GEH/n5geh.tools.entirety#152, where pydjantic has version conflict with filip.
Suggested change
pydantic-settings>=2.1.0,<2.3.0
or even
pydantic-settings>=2.1.0,<3.0.0
The text was updated successfully, but these errors were encountered:
Describe the bug
The strict version requirements causes incompatibility with other package. For example, see N5GEH/n5geh.tools.entirety#152, where
pydjantic
has version conflict with filip.Suggested change
pydantic-settings>=2.1.0,<2.3.0
or even
pydantic-settings>=2.1.0,<3.0.0
The text was updated successfully, but these errors were encountered: