Skip to content

Commit 30a0062

Browse files
chore(deps): update magnus requirement from 0.6.4 to 0.7.1 (#94)
* chore(deps): update magnus requirement from 0.6.4 to 0.7.1 Updates the requirements on [magnus](https://github.com/matsadler/magnus) to permit the latest version. - [Release notes](https://github.com/matsadler/magnus/releases) - [Changelog](https://github.com/matsadler/magnus/blob/main/CHANGELOG.md) - [Commits](matsadler/magnus@0.6.4...0.7.1) --- updated-dependencies: - dependency-name: magnus dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * chore(ruby): upgrade magnus_serde to 0.9.0 * chore: add changeset files --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Oleksii Shmalko <[email protected]>
1 parent 70f17dd commit 30a0062

File tree

6 files changed

+21
-11
lines changed

6 files changed

+21
-11
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"eppo_core": patch
3+
"ruby-sdk": patch
4+
---
5+
6+
Update magnus from 0.6.4 to 0.7.1

.changeset/fuzzy-owls-destroy.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"eppo_core": patch
3+
"ruby-sdk": patch
4+
---
5+
6+
Update serde_magnus from 0.8.1 to 0.9.0

eppo_core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ pyo3 = { version = "0.23.0", optional = true, default-features = false }
4747
serde-pyobject = { version = "0.5.0", optional = true }
4848

4949
# magnus dependencies
50-
magnus = { version = "0.6.4", default-features = false, optional = true }
51-
serde_magnus = { version = "0.8.1", default-features = false, optional = true }
50+
magnus = { version = "0.7.1", default-features = false, optional = true }
51+
serde_magnus = { version = "0.9.0", default-features = false, optional = true }
5252

5353
[target.'cfg(target_arch = "wasm32")'.dependencies]
5454
wasm-bindgen-futures = "0.4.18"

ruby-sdk/Cargo.lock

Lines changed: 4 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ruby-sdk/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
eppo-server-sdk (3.4.2)
4+
eppo-server-sdk (3.5.0)
55
rb_sys (~> 0.9.102)
66

77
GEM

ruby-sdk/ext/eppo_client/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ crate-type = ["cdylib"]
1414
env_logger = { version = "0.11.3", features = ["unstable-kv"] }
1515
eppo_core = { version = "=9.0.0", features = ["magnus", "event_ingestion"] }
1616
log = { version = "0.4.21", features = ["kv_serde"] }
17-
magnus = { version = "0.6.4" }
17+
magnus = { version = "0.7.1" }
1818
serde = { version = "1.0.203", features = ["derive"] }
19-
serde_magnus = "0.8.1"
19+
serde_magnus = "0.9.0"
2020
rb-sys = "0.9.102"
2121
serde_json = "1.0.128"

0 commit comments

Comments
 (0)