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 b5c8353 commit 6c9ae15Copy full SHA for 6c9ae15
sdk/servicebus/azure-servicebus/CHANGELOG.md
@@ -8,6 +8,8 @@
8
9
### Bugs Fixed
10
11
+- Fixed incorrect dependency on typing-extensions ([34868](https://github.com/Azure/azure-sdk-for-python/issues/34868))
12
+
13
### Other Changes
14
15
## 7.12.1 (2024-03-20)
sdk/servicebus/azure-servicebus/setup.py
@@ -68,6 +68,6 @@
68
install_requires=[
69
"azure-core>=1.28.0",
70
"isodate>=0.6.0",
71
- "typing-extensions>=4.0.1",
+ "typing-extensions>=4.6.0",
72
]
73
)
0 commit comments