Skip to content

Commit

Permalink
add upper bound to pyo3 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zsol committed Sep 16, 2023
1 parent 9d869b6 commit 37277e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/libcst/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ trace = ["peg/trace"]

[dependencies]
paste = "1.0.9"
pyo3 = { version = ">=0.17", optional = true }
pyo3 = { version = ">=0.17,<0.20", optional = true }
thiserror = "1.0.37"
peg = "0.8.1"
chic = "1.2.2"
Expand Down

0 comments on commit 37277e5

Please sign in to comment.