-
Notifications
You must be signed in to change notification settings - Fork 32
security(deps): bump the dataviewer-dependencies group in /data-management/viewer with 6 updates #565
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
security(deps): bump the dataviewer-dependencies group in /data-management/viewer with 6 updates #565
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,8 +4,8 @@ version = "0.1.0" | |
| description = "Web-based dataset analysis and annotation tool for robot demonstration datasets" | ||
| 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. uvicorn[standard] 0.44.0 → 0.46.0 — skips 0.45.x This bump skips the entire 0.45.x release series. While overall risk is low, verify the uvicorn changelog for any HTTP/1.1, WebSocket, or lifespan handling changes that could affect the viewer backend API behaviour. |
||
| "pydantic==2.13.3", | ||
| "python-multipart==0.0.26", | ||
| "python-dotenv==1.2.2", | ||
|
|
@@ -14,14 +14,14 @@ dependencies = [ | |
| "scipy==1.17.1", | ||
| "scikit-learn==1.8.0", | ||
| "pandas==3.0.2", | ||
| "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.
The Recommended validation: |
||
| "Pillow==12.2.0", | ||
| "opencv-python-headless==4.13.0.92", | ||
| ] | ||
|
|
||
| [project.optional-dependencies] | ||
| dev = [ | ||
| "ruff==0.15.11", | ||
| "ruff==0.15.12", | ||
| "pytest==9.0.3", | ||
| "pytest-asyncio==1.3.0", | ||
| "httpx==0.28.1", | ||
|
|
@@ -32,7 +32,7 @@ azure = [ | |
| "azure-identity==1.25.3", | ||
| ] | ||
| huggingface = [ | ||
| "huggingface-hub==1.11.0", | ||
| "huggingface-hub==1.12.0", | ||
|
bindsi marked this conversation as resolved.
|
||
| ] | ||
| hdf5 = [ | ||
| "h5py==3.16.0", | ||
|
|
@@ -43,7 +43,7 @@ export = [ | |
| "Pillow==12.2.0", | ||
| ] | ||
| yolo = [ | ||
| "ultralytics==8.4.40", | ||
| "ultralytics==8.4.41", | ||
| "numpy==2.4.4", | ||
| "Pillow==12.2.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.
fastapi 0.136.0 → 0.136.1 — low risk
Patch update that addresses Pydantic v2 deprecations. No breaking changes expected.