Skip to content

Commit

Permalink
chore(deps): update pyo3 requirement from 0.22.0 to 0.23.3
Browse files Browse the repository at this point in the history
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.22.6/CHANGELOG.md)
- [Commits](PyO3/pyo3@v0.22.0...v0.22.6)

---
updated-dependencies:
- dependency-name: pyo3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent 6f360ed commit 419f377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eppo_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ url = "2.5.0"
uuid = { version = "1.11.0", features = ["v4", "serde"] }

# pyo3 dependencies
pyo3 = { version = "0.22.0", optional = true, default-features = false }
pyo3 = { version = "0.23.3", optional = true, default-features = false }
serde-pyobject = { version = "0.4.0", optional = true}

# magnus dependencies
Expand Down
2 changes: 1 addition & 1 deletion python-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ crate-type = ["cdylib"]
[dependencies]
eppo_core = { version = "=6.0.0", path = "../eppo_core", features = ["pyo3", "vendored"] }
log = "0.4.22"
pyo3 = { version = "0.22.0" }
pyo3 = { version = "0.23.3" }
pyo3-log = "0.11.0"
serde-pyobject = "0.4.0"
serde_json = "1.0.125"

0 comments on commit 419f377

Please sign in to comment.