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 67cc772 commit a14b5c9Copy full SHA for a14b5c9
sdk/eventgrid/azure-eventgrid/setup.py
@@ -64,7 +64,7 @@
64
install_requires=[
65
"isodate>=0.6.1",
66
"azure-core>=1.30.0",
67
- "typing-extensions>=4.6.0",
+ "typing-extensions==4.6.0",
68
],
69
python_requires=">=3.8",
70
)
0 commit comments