Skip to content

Commit

Permalink
bump to eppo_core@5.1.0 (#131)
Browse files Browse the repository at this point in the history
* per-flag bandit action filters (FF-3734)

* revert eppo_core bump; keep at 5.0.0 for now

* update function signature in evaluator

* expand test

* bump to eppo_core@5.1.0

* bump all SDKs to depend on 5.1.0

* eppo-core@6.0.0
  • Loading branch information
leoromanovsky authored Dec 18, 2024
1 parent fe0ba4b commit 65594bd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion eppo_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "eppo_core"
version = "5.0.0"
version = "6.0.0"
edition = "2021"
description = "Eppo SDK core library"
repository = "https://github.com/Eppo-exp/rust-sdk"
Expand Down
2 changes: 1 addition & 1 deletion python-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false
crate-type = ["cdylib"]

[dependencies]
eppo_core = { version = "=5.0.0", path = "../eppo_core", features = ["pyo3", "vendored"] }
eppo_core = { version = "=6.0.0", path = "../eppo_core", features = ["pyo3", "vendored"] }
log = "0.4.22"
pyo3 = { version = "0.22.0" }
pyo3-log = "0.11.0"
Expand Down
3 changes: 2 additions & 1 deletion ruby-sdk/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ruby-sdk/ext/eppo_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crate-type = ["cdylib"]

[dependencies]
env_logger = { version = "0.11.3", features = ["unstable-kv"] }
eppo_core = { version = "=5.0.0", features = ["vendored", "magnus"] }
eppo_core = { version = "=6.0.0", features = ["vendored", "magnus"] }
log = { version = "0.4.21", features = ["kv_serde"] }
magnus = { version = "0.6.4" }
serde = { version = "1.0.203", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion rust-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories = ["config"]
rust-version = "1.75.0"

[dependencies]
eppo_core = { version = "=5.0.0", path = "../eppo_core" }
eppo_core = { version = "=6.0.0", path = "../eppo_core" }
log = { version = "0.4.21", features = ["kv", "kv_serde"] }
serde_json = "1.0.116"

Expand Down

0 comments on commit 65594bd

Please sign in to comment.