fix(deps): update setuptools to v84 compatibly - #422
Conversation
| datasource | package | from | to | | ---------- | ---------- | ------ | ------ | | pypi | setuptools | 82.0.1 | 84.0.0 |
|
|
Confirmed and fixed in |
There was a problem hiding this comment.
Pull request overview
Updates dependencies while preserving Python 3.8 and 3.9 compatibility.
Changes:
- Adds interpreter-specific Rich, Setuptools, and Azure SDK constraints.
- Regenerates the Poetry lockfile with compatible package versions.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
pyproject.toml |
Defines Python-version-specific dependencies. |
poetry.lock |
Locks compatible dependency versions and markers. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Updates Setuptools to v84 without dropping the project’s declared Python 3.8 and 3.9 support.
Changed
main.Fixed
poetry.locksuccessfully instead of leaving the Setuptools bump manifest-only.Verification
poetry check --lockpasses with Poetry 2.3.3 and 2.4.1.