Skip to content

chore(deps): pin Python deps to exact versions at latest - #116

Merged
WilliamBergamin merged 2 commits into
mainfrom
pin-py-deps
Aug 4, 2026
Merged

chore(deps): pin Python deps to exact versions at latest#116
WilliamBergamin merged 2 commits into
mainfrom
pin-py-deps

Conversation

@WilliamBergamin

Copy link
Copy Markdown
Contributor

Pins the Python dependencies in pyproject.toml to exact == versions (only Python 3.14 is supported, so ranges add nothing) and bumps each to its latest release. Also tightens requires-python to ~=3.14.

The mcp 1→2 major bump changed the streamable HTTP client API, so tests/support/tools.py was adapted (2-tuple transport yield, next_cursor).

All checks pass locally: make lint, make typecheck, make test-unit, make test-eval.

🤖 Generated with Claude Code

Replace the >=x,<y ranges in pyproject.toml with exact == pins (only
Python 3.14 is supported, so ranges add no value) and bump each to its
latest release. Also tighten requires-python to ~=3.14.

The mcp 1->2 major bump changed the streamable HTTP client API, so adapt
tests/support/tools.py: 2-tuple transport yield and next_cursor.

Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
@changeset-bot

changeset-bot Bot commented Aug 4, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 5af899e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@zimeg zimeg left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@WilliamBergamin 🔏 🐍 Let this guard against unexpected changes! LGTM!

@WilliamBergamin
WilliamBergamin merged commit 73df00b into main Aug 4, 2026
7 checks passed
@WilliamBergamin
WilliamBergamin deleted the pin-py-deps branch August 4, 2026 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants