Skip to content

Commit da9b5ff

Browse files
authored
update azure-core version to be >= 1.32.0 (Azure#38817)
* update azure-core version to be >= 1.32.0 * update version
1 parent 13e20f1 commit da9b5ff

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

sdk/communication/azure-communication-rooms/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
## 1.1.1 (2024-12-10)
4+
- Update azure-code dependency
5+
6+
### Other Changes
7+
- Updated azure-code dependency to the latest version 1.32.0
8+
39
## 1.1.0 (2024-04-15)
410
- General Availability version of PSTN dial-out capability feature.
511

sdk/communication/azure-communication-rooms/azure/communication/rooms/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
VERSION = "1.1.0"
7+
VERSION = "1.1.1"
88

99
SDK_MONIKER = "communication-rooms/{}".format(VERSION) # type: str

sdk/communication/azure-communication-rooms/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
]
6464
),
6565
install_requires=[
66-
"azure-core>=1.29.0",
66+
"azure-core>=1.32.0",
6767
"isodate>=0.6.1",
6868
],
6969
python_requires=">=3.8",

0 commit comments

Comments
 (0)