We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents acef5cc + b4758a1 commit 3c0dbcbCopy full SHA for 3c0dbcb
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Version history
2
3
+## 0.3.10
4
+
5
+- Support `pyzmq v27`.
6
7
## 0.3.9
8
9
- Allow multiple `start`/`stop` calls.
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "zmq-anyio"
-version = "0.3.9"
+version = "0.3.10"
description = "Asynchronous API for ZMQ using AnyIO"
readme = "README.md"
10
authors = [
@@ -29,7 +29,7 @@ requires-python = ">= 3.9"
29
dependencies = [
30
"anyio >=4.8.0,<5.0.0",
31
"anyioutils >=0.7.1,<0.8.0",
32
- "pyzmq >=26.0.0,<27.0.0",
+ "pyzmq >=26.0.0,<28.0.0",
33
]
34
35
[project.optional-dependencies]
0 commit comments