Bump required SDK version to >=3.2.0#222
Open
lelia wants to merge 1 commit into
Open
Conversation
4b81471 to
5113c6a
Compare
>=3.2.0
Pick up socketdev 3.2.0, which adds OTHER = "other" to SocketCategory so the backend's "other" alert category no longer triggers the "Unknown SocketCategory" warning fallback (SDK PR #85). No CLI logic changes. Bump CLI to 2.4.1 (on top of the 2.4.0 license-details fix). uv.lock regenerated against socketdev 3.2.0. Signed-off-by: lelia <2418071+lelia@users.noreply.github.com>
5113c6a to
48ebb15
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
🚀 Preview package published! Install with: Docker image: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps the
socketdevdependency floor from>=3.0.33to>=3.2.0so the CLI picks up the new SDK release that addsOTHER = "other"toSocketCategory(https://github.com/SocketDev/socket-sdk-python/releases/tag/v3.2.0).Why
The Socket backend returns
"other"as an alert category. Today the SDK tolerates it via atry/exceptfallback but logs a confusing"Unknown SocketCategory 'other'; falling back to MISCELLANEOUS"warning, which customers could misinterpret as a crash. SDK v3.2.0 recognizes"other"as a first-class category, silencing the warning.Changes
pyproject.toml—socketdev>=3.2.0,<4.0.02.3.1→2.3.2Merge checklist:
uv lockrun anduv.lockcommittedRefs: CE-225