Closed djs0109 closed 6 months ago
Describe the bug The strict version requirements causes incompatibility with other package. For example, see https://github.com/N5GEH/n5geh.tools.entirety/issues/152, where pydjantic has version conflict with filip.
pydjantic
Suggested change pydantic-settings>=2.1.0,<2.3.0 or even pydantic-settings>=2.1.0,<3.0.0
Branch 254-The-pydatnic-version-settings-is-to-strict created!
Describe the bug The strict version requirements causes incompatibility with other package. For example, see https://github.com/N5GEH/n5geh.tools.entirety/issues/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