Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .changeset/july-2026-security-deps.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
---
"eppo_core": patch
"elixir-sdk": patch
"python-sdk": patch
"ruby-sdk": patch
"rust-sdk": patch
---

Security: update dependencies to patched versions (July 2026 Dependabot advisories). Bumps `pyo3` 0.27 → 0.29 (python-sdk / eppo_core's optional `pyo3` feature; raises that build's MSRV to 1.83) and `serde_with` 3.20 → 3.21 (ruby-sdk / elixir-sdk). No public API changes.
Update `serde_with` 3.20 → 3.21.
6 changes: 6 additions & 0 deletions .changeset/stale-melons-eat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"eppo_core": major
"python-sdk": patch
---

Update pyo3 from 0.27 to 0.29. Raises MSRV to 1.83.
2 changes: 1 addition & 1 deletion eppo_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repository = "https://github.com/Eppo-exp/rust-sdk"
license = "MIT"
keywords = ["eppo", "feature-flags"]
categories = ["config"]
rust-version = "1.83.0" # raised from 1.80: pyo3 0.29 (optional `pyo3` feature) requires Rust >= 1.83
rust-version = "1.83.0"

[features]
# Use ahash for HashMaps. This is currently disabled by default to
Expand Down
Loading