Bump the uv group across 8 directories with 5 updates#2146
Bump the uv group across 8 directories with 5 updates#2146dependabot[bot] wants to merge 1 commit into
Conversation
|
|
|
| Filename | Overview |
|---|---|
| backend/pyproject.toml | Pins python-socketio from ==5.9.0 to ==5.16.2 (7 minor versions) and azure-identity from ==1.16.0 to ==1.16.1; all changes are within the same major version with no breaking API changes. |
| workers/pyproject.toml | Raises python-socketio lower-bound from >=5.9.0 to >=5.16.2 to align with the actual locked version. |
| uv.lock | Root lock file updates joserfc (1.6.5→1.6.8, security fix for empty OctKey), python-socketio (5.16.1→5.16.2), python-engineio (4.13.1→4.13.3), and ujson (5.12.1→5.13.0, UTF-8 validation fix). |
| backend/uv.lock | Lock file now resolves python-socketio to 5.16.2 (was 5.9.0), azure-identity to 1.16.1, python-engineio to 4.13.3, and ujson to 5.13.0. |
| workers/uv.lock | Updates python-socketio (5.16.1→5.16.2), python-engineio (4.13.1→4.13.3), and ujson (5.12.1→5.13.0). |
| platform-service/uv.lock | Updates ujson from 5.12.1 to 5.13.0. |
| unstract/connectors/uv.lock | Updates ujson from 5.12.1 to 5.13.0. |
| unstract/filesystem/uv.lock | Updates ujson from 5.12.1 to 5.13.0. |
| unstract/sdk1/uv.lock | Updates ujson from 5.12.1 to 5.13.0. |
| unstract/tool-registry/uv.lock | Updates ujson from 5.12.1 to 5.13.0. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
subgraph Updates["Package Updates"]
A["ujson\n5.12.1 → 5.13.0"]
B["python-socketio\n5.16.1 → 5.16.2"]
C["joserfc\n1.6.5 → 1.6.8"]
D["azure-identity\n1.16.0 → 1.16.1"]
E["python-engineio\n4.13.1 → 4.13.3"]
end
subgraph Dirs["Affected Directories"]
R["/ (root)"]
BK["/backend\n(python-socketio pinned 5.9.0→5.16.2)"]
PS["/platform-service"]
CON["/unstract/connectors"]
FS["/unstract/filesystem"]
SDK["/unstract/sdk1"]
TR["/unstract/tool-registry"]
W["/workers"]
end
A --> R & BK & PS & CON & FS & SDK & TR & W
B --> R & BK & W
C --> R
D --> BK
E --> R & BK & W
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
subgraph Updates["Package Updates"]
A["ujson\n5.12.1 → 5.13.0"]
B["python-socketio\n5.16.1 → 5.16.2"]
C["joserfc\n1.6.5 → 1.6.8"]
D["azure-identity\n1.16.0 → 1.16.1"]
E["python-engineio\n4.13.1 → 4.13.3"]
end
subgraph Dirs["Affected Directories"]
R["/ (root)"]
BK["/backend\n(python-socketio pinned 5.9.0→5.16.2)"]
PS["/platform-service"]
CON["/unstract/connectors"]
FS["/unstract/filesystem"]
SDK["/unstract/sdk1"]
TR["/unstract/tool-registry"]
W["/workers"]
end
A --> R & BK & PS & CON & FS & SDK & TR & W
B --> R & BK & W
C --> R
D --> BK
E --> R & BK & W
Reviews (2): Last reviewed commit: "Bump the uv group across 8 directories w..." | Re-trigger Greptile
| authors = [{ name = "Zipstack Inc.", email = "devsupport@zipstack.com" }] | ||
| requires-python = ">=3.12,<3.13" | ||
| readme = "README.md" | ||
| #license = {text = "MIT"} |
There was a problem hiding this comment.
Unexpectedly large protobuf minimum constraint jump
The lower bound on protobuf jumped from >=4.25.0 to >=7.35.1, skipping three major versions (4 → 5 → 6 → 7). Each major version of protobuf introduced breaking changes in the Python runtime (e.g. descriptor-pool access, symbol database APIs, enforcement of generated-code compatibility). More concretely, this constraint change is already forcing weaviate-client down from 4.21.0 to 4.16.2 in unstract/workflow-execution/uv.lock, and is pulling protobuf from 5.29.6 to 7.35.1 in platform-service and runner — environments where the serialized .proto message format has not been tested against 7.x.
Prompt To Fix With AI
This is a comment left during a code review.
Path: unstract/flags/pyproject.toml
Line: 8
Comment:
**Unexpectedly large protobuf minimum constraint jump**
The lower bound on `protobuf` jumped from `>=4.25.0` to `>=7.35.1`, skipping three major versions (4 → 5 → 6 → 7). Each major version of protobuf introduced breaking changes in the Python runtime (e.g. descriptor-pool access, symbol database APIs, enforcement of generated-code compatibility). More concretely, this constraint change is already forcing `weaviate-client` down from 4.21.0 to 4.16.2 in `unstract/workflow-execution/uv.lock`, and is pulling `protobuf` from 5.29.6 to 7.35.1 in `platform-service` and `runner` — environments where the serialized `.proto` message format has not been tested against 7.x.
How can I resolve this? If you propose a fix, please make it concise.Bumps the uv group with 3 updates in the / directory: [python-socketio](https://github.com/miguelgrinberg/python-socketio), [joserfc](https://github.com/authlib/joserfc) and [ujson](https://github.com/ultrajson/ultrajson). Bumps the uv group with 3 updates in the /backend directory: [python-socketio](https://github.com/miguelgrinberg/python-socketio), [azure-identity](https://github.com/Azure/azure-sdk-for-python) and [ujson](https://github.com/ultrajson/ultrajson). Bumps the uv group with 1 update in the /platform-service directory: [ujson](https://github.com/ultrajson/ultrajson). Bumps the uv group with 1 update in the /unstract/connectors directory: [ujson](https://github.com/ultrajson/ultrajson). Bumps the uv group with 1 update in the /unstract/filesystem directory: [ujson](https://github.com/ultrajson/ultrajson). Bumps the uv group with 1 update in the /unstract/sdk1 directory: [ujson](https://github.com/ultrajson/ultrajson). Bumps the uv group with 1 update in the /unstract/tool-registry directory: [ujson](https://github.com/ultrajson/ultrajson). Bumps the uv group with 2 updates in the /workers directory: [python-socketio](https://github.com/miguelgrinberg/python-socketio) and [ujson](https://github.com/ultrajson/ultrajson). Updates `python-socketio` from 5.16.1 to 5.16.2 - [Release notes](https://github.com/miguelgrinberg/python-socketio/releases) - [Changelog](https://github.com/miguelgrinberg/python-socketio/blob/main/CHANGES.md) - [Commits](miguelgrinberg/python-socketio@v5.16.1...v5.16.2) Updates `joserfc` from 1.6.5 to 1.6.8 - [Release notes](https://github.com/authlib/joserfc/releases) - [Changelog](https://github.com/authlib/joserfc/blob/main/docs/changelog.rst) - [Commits](authlib/joserfc@1.6.5...1.6.8) Updates `python-engineio` from 4.13.1 to 4.13.3 - [Release notes](https://github.com/miguelgrinberg/python-engineio/releases) - [Changelog](https://github.com/miguelgrinberg/python-engineio/blob/main/CHANGES.md) - [Commits](miguelgrinberg/python-engineio@v4.13.1...v4.13.3) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `python-socketio` from 5.16.1 to 5.16.2 - [Release notes](https://github.com/miguelgrinberg/python-socketio/releases) - [Changelog](https://github.com/miguelgrinberg/python-socketio/blob/main/CHANGES.md) - [Commits](miguelgrinberg/python-socketio@v5.16.1...v5.16.2) Updates `python-engineio` from 4.13.1 to 4.13.3 - [Release notes](https://github.com/miguelgrinberg/python-engineio/releases) - [Changelog](https://github.com/miguelgrinberg/python-engineio/blob/main/CHANGES.md) - [Commits](miguelgrinberg/python-engineio@v4.13.1...v4.13.3) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `python-socketio` from 5.16.1 to 5.16.2 - [Release notes](https://github.com/miguelgrinberg/python-socketio/releases) - [Changelog](https://github.com/miguelgrinberg/python-socketio/blob/main/CHANGES.md) - [Commits](miguelgrinberg/python-socketio@v5.16.1...v5.16.2) Updates `python-engineio` from 4.13.1 to 4.13.3 - [Release notes](https://github.com/miguelgrinberg/python-engineio/releases) - [Changelog](https://github.com/miguelgrinberg/python-engineio/blob/main/CHANGES.md) - [Commits](miguelgrinberg/python-engineio@v4.13.1...v4.13.3) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `python-socketio` from 5.9.0 to 5.16.2 - [Release notes](https://github.com/miguelgrinberg/python-socketio/releases) - [Changelog](https://github.com/miguelgrinberg/python-socketio/blob/main/CHANGES.md) - [Commits](miguelgrinberg/python-socketio@v5.16.1...v5.16.2) Updates `azure-identity` from 1.16.0 to 1.16.1 - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Commits](Azure/azure-sdk-for-python@azure-identity_1.16.0...azure-identity_1.16.1) Updates `python-engineio` from 4.13.1 to 4.13.3 - [Release notes](https://github.com/miguelgrinberg/python-engineio/releases) - [Changelog](https://github.com/miguelgrinberg/python-engineio/blob/main/CHANGES.md) - [Commits](miguelgrinberg/python-engineio@v4.13.1...v4.13.3) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `python-socketio` from 5.9.0 to 5.16.2 - [Release notes](https://github.com/miguelgrinberg/python-socketio/releases) - [Changelog](https://github.com/miguelgrinberg/python-socketio/blob/main/CHANGES.md) - [Commits](miguelgrinberg/python-socketio@v5.16.1...v5.16.2) Updates `azure-identity` from 1.16.0 to 1.16.1 - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Commits](Azure/azure-sdk-for-python@azure-identity_1.16.0...azure-identity_1.16.1) Updates `python-engineio` from 4.13.1 to 4.13.3 - [Release notes](https://github.com/miguelgrinberg/python-engineio/releases) - [Changelog](https://github.com/miguelgrinberg/python-engineio/blob/main/CHANGES.md) - [Commits](miguelgrinberg/python-engineio@v4.13.1...v4.13.3) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `azure-identity` from 1.16.0 to 1.16.1 - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Commits](Azure/azure-sdk-for-python@azure-identity_1.16.0...azure-identity_1.16.1) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `azure-identity` from 1.16.0 to 1.16.1 - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Commits](Azure/azure-sdk-for-python@azure-identity_1.16.0...azure-identity_1.16.1) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `azure-identity` from 1.16.0 to 1.16.1 - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Commits](Azure/azure-sdk-for-python@azure-identity_1.16.0...azure-identity_1.16.1) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `python-socketio` from 5.9.0 to 5.16.2 - [Release notes](https://github.com/miguelgrinberg/python-socketio/releases) - [Changelog](https://github.com/miguelgrinberg/python-socketio/blob/main/CHANGES.md) - [Commits](miguelgrinberg/python-socketio@v5.16.1...v5.16.2) Updates `azure-identity` from 1.16.0 to 1.16.1 - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Commits](Azure/azure-sdk-for-python@azure-identity_1.16.0...azure-identity_1.16.1) Updates `python-engineio` from 4.13.1 to 4.13.3 - [Release notes](https://github.com/miguelgrinberg/python-engineio/releases) - [Changelog](https://github.com/miguelgrinberg/python-engineio/blob/main/CHANGES.md) - [Commits](miguelgrinberg/python-engineio@v4.13.1...v4.13.3) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `python-socketio` from 5.16.1 to 5.16.2 - [Release notes](https://github.com/miguelgrinberg/python-socketio/releases) - [Changelog](https://github.com/miguelgrinberg/python-socketio/blob/main/CHANGES.md) - [Commits](miguelgrinberg/python-socketio@v5.16.1...v5.16.2) Updates `python-engineio` from 4.13.1 to 4.13.3 - [Release notes](https://github.com/miguelgrinberg/python-engineio/releases) - [Changelog](https://github.com/miguelgrinberg/python-engineio/blob/main/CHANGES.md) - [Commits](miguelgrinberg/python-engineio@v4.13.1...v4.13.3) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `python-socketio` from 5.16.1 to 5.16.2 - [Release notes](https://github.com/miguelgrinberg/python-socketio/releases) - [Changelog](https://github.com/miguelgrinberg/python-socketio/blob/main/CHANGES.md) - [Commits](miguelgrinberg/python-socketio@v5.16.1...v5.16.2) Updates `python-engineio` from 4.13.1 to 4.13.3 - [Release notes](https://github.com/miguelgrinberg/python-engineio/releases) - [Changelog](https://github.com/miguelgrinberg/python-engineio/blob/main/CHANGES.md) - [Commits](miguelgrinberg/python-engineio@v4.13.1...v4.13.3) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) Updates `python-socketio` from 5.16.1 to 5.16.2 - [Release notes](https://github.com/miguelgrinberg/python-socketio/releases) - [Changelog](https://github.com/miguelgrinberg/python-socketio/blob/main/CHANGES.md) - [Commits](miguelgrinberg/python-socketio@v5.16.1...v5.16.2) Updates `python-engineio` from 4.13.1 to 4.13.3 - [Release notes](https://github.com/miguelgrinberg/python-engineio/releases) - [Changelog](https://github.com/miguelgrinberg/python-engineio/blob/main/CHANGES.md) - [Commits](miguelgrinberg/python-engineio@v4.13.1...v4.13.3) Updates `ujson` from 5.12.1 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.1...5.13.0) --- updated-dependencies: - dependency-name: azure-identity dependency-version: 1.16.1 dependency-type: direct:production - dependency-name: joserfc dependency-version: 1.6.8 dependency-type: indirect - dependency-name: python-engineio dependency-version: 4.13.3 dependency-type: indirect - dependency-name: python-engineio dependency-version: 4.13.3 dependency-type: indirect - dependency-name: python-engineio dependency-version: 4.13.3 dependency-type: indirect - dependency-name: python-socketio dependency-version: 5.16.2 dependency-type: direct:production - dependency-name: python-socketio dependency-version: 5.16.2 dependency-type: direct:production - dependency-name: python-socketio dependency-version: 5.16.2 dependency-type: direct:production - dependency-name: ujson dependency-version: 5.13.0 dependency-type: indirect - dependency-name: ujson dependency-version: 5.13.0 dependency-type: indirect - dependency-name: ujson dependency-version: 5.13.0 dependency-type: indirect - dependency-name: ujson dependency-version: 5.13.0 dependency-type: indirect - dependency-name: ujson dependency-version: 5.13.0 dependency-type: indirect - dependency-name: ujson dependency-version: 5.13.0 dependency-type: indirect - dependency-name: ujson dependency-version: 5.13.0 dependency-type: indirect - dependency-name: ujson dependency-version: 5.13.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
9960383 to
add33e5
Compare
|



Bumps the uv group with 3 updates in the / directory: python-socketio, joserfc and ujson.
Bumps the uv group with 3 updates in the /backend directory: python-socketio, azure-identity and ujson.
Bumps the uv group with 1 update in the /platform-service directory: ujson.
Bumps the uv group with 1 update in the /unstract/connectors directory: ujson.
Bumps the uv group with 1 update in the /unstract/filesystem directory: ujson.
Bumps the uv group with 1 update in the /unstract/sdk1 directory: ujson.
Bumps the uv group with 1 update in the /unstract/tool-registry directory: ujson.
Bumps the uv group with 2 updates in the /workers directory: python-socketio and ujson.
Updates
python-socketiofrom 5.16.1 to 5.16.2Release notes
Sourced from python-socketio's releases.
Changelog
Sourced from python-socketio's changelog.
... (truncated)
Commits
6e2b717Release 5.16.2cb65829update python-engineio versionca140feprevent unnecessary resource allocation (#1574)b29beeftox configuratione898130Bump ujson from 5.4.0 to 5.12.1 in /examples/server/sanic (#1573) #nolog05c32f5Bump qs and body-parser in /examples/server/javascript (#1572) #nolog287dc67Bump qs and body-parser in /examples/client/javascript (#1571) #nolog664dc27add zizmor to ci (#1570)14c6236Bump django in /examples/server/wsgi/django_socketio (#1566) #nolog29b2e5cBump aiohttp from 3.13.3 to 3.13.4 in /examples/server/aiohttp (#1565) #nologUpdates
joserfcfrom 1.6.5 to 1.6.8Release notes
Sourced from joserfc's releases.
Changelog
Sourced from joserfc's changelog.
Commits
ea1d9e3chore: release 1.6.886d0091Reject empty oct key material and empty HMAC keys at sign/verify entry1e5b94dchore: release 1.6.775d9f95fix(typing): use cast for type hints6d24037Merge pull request #98 from jonathangreen/algorithms-accept-collection102a7a7fix(typing): accept any Collection for algorithms, not just list8b869e8chore: release 1.6.600d599bchore: update actions9186561Merge pull request #97 from authlib/fix-b644d4ea2efix(jws): validate payload size for b64=falseUpdates
python-engineiofrom 4.13.1 to 4.13.3Release notes
Sourced from python-engineio's releases.
Changelog
Sourced from python-engineio's changelog.
... (truncated)
Commits
a53d58cRelease 4.13.39e72608Remove failing coverage.py service7517473Make sure client disconnects when write loop exists (Fixes #454) (#455)6902ffcBump ws, engine.io and engine.io-client in /examples/client/javascript (#453)...883c8f4Bump tornado from 6.5.5 to 6.5.7 in /examples/server/tornado (#451)0d6654eBump aiohttp from 3.14.0 to 3.14.1 in /examples/server/aiohttp (#450) #nolog588a4dbBump qs and express in /examples/server/javascript (#447) #nolog28ed709Bump aiohttp from 3.13.4 to 3.14.0 in /examples/server/aiohttp (#446) #nologd5ef0e4Bump qs and express in /examples/client/javascript (#445) #nologed46b24Bump ws, engine.io and engine.io-client in /examples/client/javascript (#442)...Updates
ujsonfrom 5.12.1 to 5.13.0Release notes
Sourced from ujson's releases.
Commits
1a23a68Create manylinux2014 wheels (#745)bd943e8Build separate manylinux2014 + modern wheels87ae2dfCreate manylinux2014 wheels209371eVerify expected number of dists (#743)6392258Also check SHA of wheels in case manylinux version changesa00edeaVerify expected number of distse24aeb7Fix utf-8 test for graalpy9122ebeReplace pre-commit with prek to fix deprecation warning (#744)0bbf9a3Add support for Python 3.15 (#742)90ddea2Replace pre-commit with prek to fix deprecation warningUpdates
python-socketiofrom 5.16.1 to 5.16.2Release notes
Sourced from python-socketio's releases.
Changelog
Sourced from python-socketio's changelog.
... (truncated)
Commits
6e2b717Release 5.16.2cb65829update python-engineio versionca140feprevent unnecessary resource allocation (#1574)b29beeftox configuratione898130Bump ujson from 5.4.0 to 5.12.1 in /examples/server/sanic (#1573) #nolog05c32f5Bump qs and body-parser in /examples/server/javascript (#1572) #nolog287dc67Bump qs and body-parser in /examples/client/javascript (#1571) #nolog664dc27add zizmor to ci (#1570)14c6236Bump django in /examples/server/wsgi/django_socketio (#1566) #nolog29b2e5cBump aiohttp from 3.13.3 to 3.13.4 in /examples/server/aiohttp (#1565) #nologUpdates
python-engineiofrom 4.13.1 to 4.13.3Release notes
Sourced from python-engineio's releases.
Changelog
Sourced from python-engineio's changelog.
... (truncated)
Commits
a53d58cRelease 4.13.39e72608Remove failing coverage.py service7517473Make sure client disconnects when write loop exists (Fixes #454) (#455)6902ffcBump ws, engine.io and engine.io-client in /examples/client/javascript (#453)...883c8f4Bump tornado from 6.5.5 to 6.5.7 in /examples/server/tornado (#451)0d6654eBump aiohttp from 3.14.0 to 3.14.1 in /examples/server/aiohttp (#450) #nolog588a4dbBump qs and express in /examples/server/javascript (#447) #nolog28ed709Bump aiohttp from 3.13.4 to 3.14.0 in /examples/server/aiohttp (#446) #nologd5ef0e4Bump qs and express in /examples/client/javascript (#445) #nologed46b24Bump ws, engine.io and engine.io-client in /examples/client/javascript (#442)...Updates
ujsonfrom 5.12.1 to 5.13.0Release notes
Sourced from ujson's releases.
Commits
1a23a68Create manylinux2014 wheels (#745)bd943e8Build separate manylinux2014 + modern wheels87ae2dfCreate manylinux2014 wheels209371eVerify expected number of dists (#743)6392258Also check SHA of wheels in case manylinux version changesa00edeaVerify expected number of distse24aeb7Fix utf-8 test for graalpy9122ebeReplace pre-commit with prek to fix deprecation warning (#744)0bbf9a3Add support for Python 3.15 (#742)90ddea2Replace pre-commit with prek to fix deprecation warningUpdates
ujsonfrom 5.12.1 to 5.13.0Release notes
Sourced from ujson's releases.
Commits
1a23a68Create manylinux2014 wheels (#745)bd943e8Build separate manylinux2014 + modern wheels87ae2dfCreate manylinux2014 wheels209371eVerify expected number of dists (#743)6392258Also check SHA of wheels in case manylinux version changesa00edeaVerify expected number of distse24aeb7Fix utf-8 test for graalpy9122ebeReplace pre-commit with prek to fix deprecation warning (#744)0bbf9a3Add support for Python 3.15 (#742)90ddea2Replace pre-commit with prek to fix deprecation warningUpdates
ujsonfrom 5.12.1 to 5.13.0Release notes
Sourced from ujson's releases.
Commits
1a23a68Create manylinux2014 wheels (#745)bd943e8Build separate manylinux2014 + modern wheels87ae2dfCreate manylinux2014 wheels209371eVerify expected number of dists (#743)6392258Also check SHA of wheels in case manylinux version changesa00edeaVerify expected number of distse24aeb7Fix utf-8 test for graalpy9122ebeReplace pre-commit with prek to fix deprecation warning (#744)0bbf9a3Add support for Python 3.15 (#742)90ddea2Replace pre-commit with prek to fix deprecation warningUpdates
ujsonfrom 5.12.1 to 5.13.0Release notes
Sourced from ujson's releases.
Commits
1a23a68Create manylinux2014 wheels (#745)bd943e8Build separate manylinux2014 + modern wheels87ae2dfCreate manylinux2014 wheels209371eVerify expected number of dists (#743)6392258Also check SHA of wheels in case manylinux version changesa00edeaVerify expected number of distse24aeb7Fix utf-8 test for graalpy9122ebeReplace pre-commit with prek to fix deprecation warning (#744)0bbf9a3Add support for Python 3.15 (#742)90ddea2Replace pre-commit with prek to fix deprecation warningUpdates
ujsonfrom 5.12.1 to 5.13.0Release notes
Sourced from ujson's releases.