Skip to content

Commit b7a20bd

Browse files
chore(deps): bump pyo3 from 0.23.5 to 0.24.1
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.23.5 to 0.24.1. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.23.5...v0.24.1) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.24.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bd70479 commit b7a20bd

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

Cargo.lock

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

crates/llmtrace-python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ crate-type = ["cdylib"]
1313

1414
[dependencies]
1515
llmtrace-core = { path = "../llmtrace-core" }
16-
pyo3 = { version = "0.23", features = ["extension-module"] }
16+
pyo3 = { version = "0.24", features = ["extension-module"] }
1717
serde_json.workspace = true
1818
uuid.workspace = true
1919
chrono.workspace = true

0 commit comments

Comments
 (0)