Skip to content

Commit

Permalink
Update pyo3 to 0.22 (#11)
Browse files Browse the repository at this point in the history
* Update pyo3 to 0.22

* Add newsfragment

---------

Co-authored-by: Kevin Matlock <kevin.matlock@omicsautomation.com>
  • Loading branch information
KLMatlock and Kevin Matlock authored Jul 10, 2024
1 parent e470ff1 commit 97f607d
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 134 deletions.
164 changes: 31 additions & 133 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 @@ -21,7 +21,7 @@ panic = "abort"
strip = "debuginfo"

[dependencies]
pyo3 = { version = "0.21" }
pyo3 = { version = "0.22" }
jsonwebtoken = ">=9.3.0, <10"
serde = {version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down
1 change: 1 addition & 0 deletions changes/pyo3-update.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update to pyo3 0.22

0 comments on commit 97f607d

Please # to comment.