Post #2286930
2026-05-04 18:02 UTC
@yossarian@infosec.exchange so can you only unlock a dependency upgrade once all its dependents in your graph have also upgraded?
Replies (1)
-
@yossarian@infosec.exchange 2026-05-04 18:06
@djc@hachyderm.io yeah, if one of your dependencies (transitive or not) places an upper bound. in practice this ends up not being a huge problem though, since Python packaging as a whole tends to be very good about compatibility. (this does cause issues though! Pydantic v1 -> v2 was a pretty painful upgrade for a lot of people because every leaf's constraint of Pydantic also needed to be explicitly broadened)