-
Notifications
You must be signed in to change notification settings - Fork 32
security(deps): bump the dataviewer-backend-dependencies group in /data-management/viewer/backend with 8 updates #566
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 |
|---|---|---|
|
|
@@ -4,27 +4,27 @@ version = "0.1.0" | |
| description = "API for LeRobot episode annotation system" | ||
| requires-python = ">=3.12" | ||
| dependencies = [ | ||
| "fastapi==0.136.0", | ||
| "uvicorn[standard]==0.44.0", | ||
| "fastapi==0.136.1", | ||
| "uvicorn[standard]==0.46.0", | ||
|
bindsi marked this conversation as resolved.
Contributor
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. Two minor versions skipped (0.44.0 → 0.46.0)
The context-vars revert in 0.45.0 could affect request-isolation behaviour in streaming endpoints. Verify streaming / WebSocket handlers after upgrade. Source: uvicorn release notes |
||
| "pydantic==2.13.3", | ||
| "python-multipart==0.0.26", | ||
| "python-dotenv==1.2.2", | ||
| "slowapi==0.1.9", | ||
| "aiofiles==25.1.0", | ||
| "numpy==2.4.4", | ||
| "pyarrow==23.0.1", | ||
| "pyarrow==24.0.0", | ||
|
bindsi marked this conversation as resolved.
Contributor
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.
Apache Arrow major releases commonly include breaking C++ ABI and Python API changes. Review the [Apache Arrow 24 migration guide]((arrow.apache.org/redacted) and verify that:
Validation: Run |
||
| "Pillow==12.2.0", | ||
| ] | ||
|
|
||
| [project.optional-dependencies] | ||
| dev = [ | ||
| "ruff==0.15.11", | ||
| "ruff==0.15.12", | ||
| "pytest==9.0.3", | ||
| "pytest-asyncio==1.3.0", | ||
| "pytest-cov==7.1.0", | ||
| "httpx==0.28.1", | ||
| "hypothesis==6.152.1", | ||
| "schemathesis==4.15.2", | ||
| "hypothesis==6.152.3", | ||
| "schemathesis==4.16.1", | ||
|
Contributor
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.
|
||
| ] | ||
| azure = [ | ||
| "aiohttp==3.13.5", | ||
|
|
@@ -37,7 +37,7 @@ analysis = [ | |
| "pandas==3.0.2", | ||
| ] | ||
| huggingface = [ | ||
| "huggingface-hub==1.11.0", | ||
| "huggingface-hub==1.12.0", | ||
|
bindsi marked this conversation as resolved.
Contributor
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.
|
||
| ] | ||
| auth = [ | ||
| "pyjwt[crypto]==2.12.1", | ||
|
|
@@ -49,7 +49,7 @@ export = [ | |
| "h5py==3.16.0", | ||
| ] | ||
| yolo = [ | ||
| "ultralytics==8.4.40", | ||
| "ultralytics==8.4.41", | ||
|
bindsi marked this conversation as resolved.
|
||
| ] | ||
|
|
||
| [build-system] | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.