-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Recent updates to dependency requirements have reintroduced the issue underlying #234:
Requiring a specific patch version for dependencies can cause conflicts with other libraries and increases the maintenance burden of keeping those dependencies up to date.
For example, as of right now:
schema
is constrained to==0.7.5
, but 0.7.7 was released over a year agouv
is constrained to==0.7.12
, but is up to 0.8.14 nowruff
is constrained to==0.11.4
, but is up to 0.12.11 nowpydantic_core
is constrained to==2.33.2
, but is up to 2.39.0 now
psutil
and packaging
are up to date for now, but both packages get fairly frequent releases and both are pinned to specific patch versions as well.
Metadata
Metadata
Assignees
Labels
No labels