Skip to content

Commit

Permalink
deps: bump pyo3 from 0.21 to 0.22
Browse files Browse the repository at this point in the history
polars still works with pyo3 0.22
  • Loading branch information
jqnatividad committed Dec 9, 2024
1 parent 778dd20 commit cd9d11c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 22 deletions.
36 changes: 15 additions & 21 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ polars = { version = "0.45", features = [
"timezones",
], optional = true }
publicsuffix = { version = "2.2", optional = true }
pyo3 = { version = "0.21.2", features = ["auto-initialize"], optional = true }
pyo3 = { version = "0.22", features = ["auto-initialize"], optional = true }
qsv-dateparser = "0.12"
qsv_docopt = "1.8"
qsv-stats = "0.25"
Expand Down

0 comments on commit cd9d11c

Please sign in to comment.