Skip to content

Commit 31b80b1

Browse files
chore(deps): update pyo3 requirement from 0.23.0 to 0.24.1
Updates the requirements on [pyo3](https://github.com/pyo3/pyo3) to permit the latest version. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/v0.24.1/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.23.0...v0.24.1) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.24.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fb83930 commit 31b80b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eppo_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ uuid = { version = "1.11.0", features = ["v4", "serde"], optional = true }
4646
exponential-backoff = { version = "2.0.0", optional = true }
4747

4848
# pyo3 dependencies
49-
pyo3 = { version = "0.23.0", optional = true, default-features = false }
49+
pyo3 = { version = "0.24.1", optional = true, default-features = false }
5050
serde-pyobject = { version = "0.6.0", optional = true }
5151

5252
# magnus dependencies

python-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ crate-type = ["cdylib"]
1010
[dependencies]
1111
eppo_core = { version = "=9.2.0", path = "../eppo_core", features = ["pyo3"] }
1212
log = "0.4.22"
13-
pyo3 = "0.23.0"
13+
pyo3 = "0.24.1"
1414
pyo3-log = "0.12.0"
1515
serde-pyobject = "0.6.0"
1616
serde_json = "1.0.125"

0 commit comments

Comments
 (0)