Skip to content

Commit b316344

Browse files
leliaclaude
andcommitted
Pin socketdev to 3.5.0
Ingest the SDK release that bounds its own runtime dependency ranges, so the pinned closure is hygienic end to end. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: lelia <2418071+lelia@users.noreply.github.com>
1 parent 238e4e2 commit b316344

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
several were previously unpinned or open ranges.
99
- Replaced the `bs4` shim package with a direct, pinned `beautifulsoup4`
1010
dependency (the shim provided no version control over the actual library).
11-
- Pinned the bundled `socketdev` SDK to `3.4.2` (previously `>=3.3.0,<4.0.0`).
11+
- Pinned the bundled `socketdev` SDK to `3.5.0` (previously `>=3.3.0,<4.0.0`).
1212
- Docker images now install Python dependencies from the committed `uv.lock`
1313
with pip hash verification (`--require-hashes`), so image builds no longer
1414
resolve dependency versions from PyPI at build time. `pip check` validates

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"GitPython==3.1.57",
1717
"packaging==26.2",
1818
"python-dotenv==1.2.2",
19-
"socketdev==3.4.2",
19+
"socketdev==3.5.0",
2020
"beautifulsoup4==4.14.3",
2121
"markdown==3.10.2",
2222
"brotli==1.2.0; platform_python_implementation == 'CPython'",

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)