#20152 Upgrading a Dependency
New discussion created by
jgarte
Hi,
If I need to upgrade a dependency to a later version in a large monorepo using pants, what is the recommended approach?
For example, let's say I need to upgrade pydantic to the latest version, while ensuring that it doesn't break existing code.
Does pants have a way to warn me of breakages if I upgrade pydantic or to resolve dependencies?
pantsbuild/pants