Skip to content

Commit 8215247

Browse files
authored
update dependency (#34934)
1 parent 91018f4 commit 8215247

File tree

1 file changed

+5
-3
lines changed
  • sdk/webpubsub/azure-messaging-webpubsubservice

1 file changed

+5
-3
lines changed

sdk/webpubsub/azure-messaging-webpubsubservice/setup.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
"Programming Language :: Python :: 3.8",
4545
"Programming Language :: Python :: 3.9",
4646
"Programming Language :: Python :: 3.10",
47+
"Programming Language :: Python :: 3.11",
48+
"Programming Language :: Python :: 3.12",
4749
"License :: OSI Approved :: MIT License",
4850
],
4951
zip_safe=False,
@@ -60,9 +62,9 @@
6062
"pytyped": ["py.typed"],
6163
},
6264
install_requires=[
63-
"isodate<1.0.0,>=0.6.1",
64-
"azure-core<2.0.0,>=1.24.0",
65-
"pyjwt>=2.0.0"
65+
"isodate>=0.6.1",
66+
"azure-core>=1.24.0",
67+
"pyjwt>=2.6.0",
6668
],
6769
python_requires=">=3.8",
6870
)

0 commit comments

Comments
 (0)