Skip to content

Synchronize Dependency Versions #352

Description

@threeal

This issue proposes synchronizing the versions of dependencies listed in the uv.lock and pyproject.toml files. While this may not directly affect the installed dependencies—since uv ultimately installs the versions specified in uv.lock—it helps maintain consistency.

To achieve this, it is recommended to align the specifier in pyproject.toml as closely as possible with the resolved version in uv.lock. This prevents scenarios where a dependency is declared with a lower version range, relying on another package to upgrade it indirectly.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions