Skip to content

Commit 282bce7

Browse files
authored
Bump min zeep requirement to 4.2.1 for fixes (#24)
1 parent 5033495 commit 282bce7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

onvif/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.10
1+
1.2.11

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
version_path = os.path.join(here, "onvif/version.txt")
88
version = open(version_path).read().strip()
99

10-
requires = ["httpx>=0.19.0,<1.0.0", "zeep[async]>=4.1.0,<5.0.0"]
10+
requires = ["httpx>=0.19.0,<1.0.0", "zeep[async]>=4.2.1,<5.0.0"]
1111

1212
CLASSIFIERS = [
1313
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)