Skip to content

Commit 3ebe759

Browse files
leliaclaude
andcommitted
chore(deps): bump socketdev floor to >=3.4.0 (CE-360)
Track the SDK/CLI dependency on socketdev 3.4.0 (fail-open batch purl fix, SocketDev/socket-sdk-python#98). No code change: the CLI's only purl.post call site is license enrichment (get_license_text_via_purl), which uses none of the new params and intentionally stays fail-open, so there is nothing to adopt here -- this is purely a floor bump so the dependency isn't forgotten. uv.lock is intentionally NOT regenerated here: socketdev 3.4.0 is not yet on PyPI. Regenerate once it publishes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: lelia <2418071+lelia@users.noreply.github.com>
1 parent 2387206 commit 3ebe759

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
'GitPython',
1717
'packaging',
1818
'python-dotenv',
19-
"socketdev>=3.3.0,<4.0.0",
19+
"socketdev>=3.4.0,<4.0.0",
2020
"bs4>=0.0.2",
2121
"markdown>=3.10",
2222
"brotli>=1.0.9; platform_python_implementation == 'CPython'",

0 commit comments

Comments
 (0)