Skip to content

Commit d3e93da

Browse files
pjdotsonclaude
andauthored
SY-3755: Fix Python pillow security vulnerability (#1977)
Upgrade all Python dependencies via `uv lock --upgrade` to address Pillow security vulnerability (12.1.0 → 12.1.1). Also bumps alamos, synnax-freighter, and synnax package versions from 0.51.0 to 0.51.1. Notable dependency updates: - pillow: 12.1.0 → 12.1.1 (security fix) - cryptography: 46.0.4 → 46.0.5 - grpcio: 1.76.0 → 1.78.0 - numpy: 2.4.1 → 2.4.2 - playwright: 1.57.0 → 1.58.0 - pymodbus: 3.11.4 → 3.12.0 https://claude.ai/code/session_01NjVBuNvEWxkRBXo6U4PDpG Co-authored-by: Claude <noreply@anthropic.com>
1 parent 355ec7f commit d3e93da

4 files changed

Lines changed: 225 additions & 219 deletions

File tree

alamos/py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "alamos"
3-
version = "0.51.0"
3+
version = "0.51.1"
44
authors = [{ name = "Emiliano Bonilla", email = "ebonilla@synnaxlabs.com" }]
55
requires-python = ">=3.10,<4"
66
dependencies = [

client/py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "synnax"
3-
version = "0.51.0"
3+
version = "0.51.1"
44
description = "Synnax Client Library"
55
keywords = ["Synnax", "Synnax Python Client"]
66
authors = [{ name = "Emiliano Bonilla", email = "ebonilla@synnaxlabs.com" }]

freighter/py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "synnax-freighter"
3-
version = "0.51.0"
3+
version = "0.51.1"
44
authors = [{ name = "Emiliano Bonilla", email = "ebonilla@synnaxlabs.com" }]
55
requires-python = ">=3.12,<4"
66
dependencies = [

0 commit comments

Comments
 (0)