Skip to content

fix(deps): allow openssl 4.x for compatibility#151

Merged
Abhijeet Prasad (AbhiPrasad) merged 2 commits intomainfrom
abhi-fix-144-openssl-4-support
Apr 14, 2026
Merged

fix(deps): allow openssl 4.x for compatibility#151
Abhijeet Prasad (AbhiPrasad) merged 2 commits intomainfrom
abhi-fix-144-openssl-4-support

Conversation

@AbhiPrasad
Copy link
Copy Markdown
Member

@AbhiPrasad Abhijeet Prasad (AbhiPrasad) commented Apr 14, 2026

Widen the openssl dependency from ~> 3.3.1 (which caps at < 3.4.0) to >= 3.3.1, < 5.0.

The SDK does not use any openssl APIs directly. The dependency exists only to ensure the macOS CRL verification bugfix from 3.3.1+ is present.

The previous constraint blocked users on openssl 4.0.

This PR also bumps the version so we can do a release immediately after it is merged.

Fixes #144

Widen the openssl dependency from ~> 3.3.1 (which caps at < 3.4.0) to
>= 3.3.1, < 5.0. The SDK does not use any openssl APIs directly — the
dependency exists only to ensure the macOS CRL verification bugfix from
3.3.1+ is present. The previous constraint blocked users on openssl 4.0.

Fixes #144
@socket-security
Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedbraintrust@​0.3.1 ⏵ 0.3.2100 +510090 -9100100

View full report

Copy link
Copy Markdown

@viadezo1er Cedric / ViaDézo1er (viadezo1er) left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

stamp

@AbhiPrasad Abhijeet Prasad (AbhiPrasad) merged commit b5dcaa9 into main Apr 14, 2026
11 checks passed
@AbhiPrasad Abhijeet Prasad (AbhiPrasad) deleted the abhi-fix-144-openssl-4-support branch April 14, 2026 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Openssl 4.0 support?

2 participants