-
Notifications
You must be signed in to change notification settings - Fork 1
Refresh locks for Dependabot updates #58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,13 +1,13 @@ | ||
| # This file was autogenerated by uv via the following command: | ||
| # Refreshed after Dependabot dependency updates. | ||
| # uv 0.4.30 pip compile requirements.txt --output-file requirements.lock --no-annotate --python-version 3.11 --python-platform x86_64-unknown-linux-gnu | ||
| aiohappyeyeballs==2.6.1 | ||
| aiohttp==3.13.5 | ||
| aiohttp-retry==2.9.1 | ||
| aiosignal==1.4.0 | ||
| annotated-doc==0.0.4 | ||
| annotated-types==0.7.0 | ||
| anyio==4.13.0 | ||
| ast-serialize==0.3.0 | ||
| ast-serialize==0.6.0 | ||
| asyncer==0.0.8 | ||
| attrs==26.1.0 | ||
| black==26.5.1 | ||
|
|
@@ -45,14 +45,14 @@ jiter==0.14.0 | |
| json-repair==0.59.9 | ||
| jsonschema==4.26.0 | ||
| jsonschema-specifications==2025.9.1 | ||
| librt==0.11.0 | ||
| librt==0.13.0 | ||
| limits==5.8.0 | ||
| litellm==1.83.0 | ||
| markdown-it-py==4.2.0 | ||
| markupsafe==3.0.3 | ||
| mdurl==0.1.2 | ||
| multidict==6.7.1 | ||
| mypy==2.1.0 | ||
| mypy==2.3.0 | ||
| mypy-extensions==1.1.0 | ||
| numpy==2.4.4 | ||
| openai==2.36.0 | ||
|
|
@@ -67,7 +67,7 @@ pydantic==2.13.4 | |
| pydantic-core==2.46.4 | ||
| pygments==2.20.0 | ||
| pyjwt==2.12.1 | ||
| pytest==9.0.3 | ||
| pytest==9.1.1 | ||
| pytest-cov==7.1.0 | ||
| python-dotenv==1.2.2 | ||
| pytokens==0.4.1 | ||
|
|
@@ -77,16 +77,17 @@ regex==2026.5.9 | |
| requests==2.34.2 | ||
| rich==15.0.0 | ||
| rpds-py==0.30.0 | ||
| ruff==0.15.15 | ||
| ruff==0.15.21 | ||
| shellingham==1.5.4 | ||
| sniffio==1.3.1 | ||
| tenacity==9.1.4 | ||
| tiktoken==0.12.0 | ||
| tokenizers==0.23.1 | ||
| tomli==2.4.1 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📝 Info: tomli added to Python 3.11 lock despite stdlib tomllib
Was this helpful? React with 👍 or 👎 to provide feedback. |
||
| tqdm==4.67.3 | ||
| twilio==9.10.9 | ||
| typeguard==4.4.3 | ||
| typer==0.26.5 | ||
| typer==0.26.8 | ||
| typing-extensions==4.15.0 | ||
| typing-inspection==0.4.2 | ||
| urllib3==2.7.0 | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📝 Info: Major dependency bumps (ast-serialize, librt) could affect runtime behavior
ast-serializejumps 0.3.0 -> 0.6.0 andlibrt0.11.0 -> 0.13.0 in both locks. These are relatively large version jumps that could carry breaking API changes. No source code changed in this PR to accommodate them, so correctness relies entirely on the stated test plan (16 pytest tests, bazelisk test). If any application code directly imports these packages, the reviewer should confirm the tests actually exercise those paths.Was this helpful? React with 👍 or 👎 to provide feedback.