fix: pin tau2-bench to v0.2.0 to support Python 3.10/3.11#440
Merged
Conversation
The main branch of tau2-bench now ships tau2==0.2.1.dev0 which requires Python>=3.12,<3.14, breaking CI for Python 3.10 and 3.11 jobs. Pin to the v0.2.0 tag which still supports Python>=3.10. Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
mainbranch oftau2-benchnow shipstau2==0.2.1.dev0which requiresPython>=3.12,<3.14, breaking CI for Python 3.10 and 3.11 jobsv0.2.0tag which still supportsPython>=3.10ci.ymlande2e-smoke-test.yml, plus the UV source inpyproject.tomlTest plan
Made with Cursor
Note
Low Risk
Low risk: this only pins an external test dependency version in CI/workflows and
uvsource config, with no runtime or application logic changes.Overview
Pins
tau2-benchto thev0.2.0tag instead of trackingmainacross CI and the scheduled E2E smoke test workflows.Updates
pyproject.toml([tool.uv.sources]) to also locktau2torev = "v0.2.0", keeping dependency resolution consistent and avoiding CI breakage from upstream Python version requirements.Written by Cursor Bugbot for commit e2919c7. This will update automatically on new commits. Configure here.