Skip to content

Commit

Permalink
chore(deps): update pyo3-log requirement from 0.11.0 to 0.12.0
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: pyo3-log
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2024
1 parent 65594bd commit fa2d01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ crate-type = ["cdylib"]
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"
pyo3-log = "0.12.0"
serde-pyobject = "0.4.0"
serde_json = "1.0.125"

0 comments on commit fa2d01b

Please sign in to comment.