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.
1 parent 91018f4 commit 8215247Copy full SHA for 8215247
sdk/webpubsub/azure-messaging-webpubsubservice/setup.py
@@ -44,6 +44,8 @@
44
"Programming Language :: Python :: 3.8",
45
"Programming Language :: Python :: 3.9",
46
"Programming Language :: Python :: 3.10",
47
+ "Programming Language :: Python :: 3.11",
48
+ "Programming Language :: Python :: 3.12",
49
"License :: OSI Approved :: MIT License",
50
],
51
zip_safe=False,
@@ -60,9 +62,9 @@
60
62
"pytyped": ["py.typed"],
61
63
},
64
install_requires=[
- "isodate<1.0.0,>=0.6.1",
- "azure-core<2.0.0,>=1.24.0",
65
- "pyjwt>=2.0.0"
+ "isodate>=0.6.1",
66
+ "azure-core>=1.24.0",
67
+ "pyjwt>=2.6.0",
68
69
python_requires=">=3.8",
70
)
0 commit comments