Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 10 additions & 11 deletions sentry_streams/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sentry_streams/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
pyo3 = { version = "0.28.3" }
pyo3 = { version = "0.29.0" }

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incomplete pyo3 minor bump

Medium Severity

Raising rust_streams to PyO3 0.29 while tests/rust_test_functions still requires pyo3 0.28 forces Cargo to resolve two PyO3 versions for that path-dependent extension. The repo’s test flow runs maturin develop there, so this bump can fail the build or link incompatible PyO3 runtimes in one module.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 3e62fa0. Configure here.

serde = { version = "1.0", features = ["derive"] }
sentry_arroyo = { version = "2.40.0", features = ["ssl"] }
chrono = "0.4.40"
Expand Down
Loading