Skip to content

Commit

Permalink
uprev pyo3, relax anyio constraint (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Nov 7, 2022
1 parent dc535f9 commit ae3ed0d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 12 deletions.
30 changes: 20 additions & 10 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 @@ -25,7 +25,7 @@ include = [
[dependencies]
crossbeam-channel = "0.5.4"
notify = "5.0.0"
pyo3 = {version = "0.16.4", features = ["extension-module", "abi3-py37"]}
pyo3 = {version = "0.17.3", features = ["extension-module", "abi3-py37"]}

[lib]
name = "_rust_notify"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors = [
{name ='Samuel Colvin', email = 's@muelcolvin.com'},
]
dependencies = [
'anyio>=3.0.0,<4',
'anyio>=3.0.0',
]
classifiers = [
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit ae3ed0d

Please sign in to comment.