Skip to content

Commit 3ba92da

Browse files
authored
Fix azure-digitaltwins-core dependencies (#42079)
* fix digitaltwins to have isodate dependency * update changelog to reflect change * update requirement to have a max
1 parent 54d4599 commit 3ba92da

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

sdk/digitaltwins/azure-digitaltwins-core/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- Updated service API version to use API version 2023-10-31 by default.
88
- Updated internal implementation while maintaining API compatibility.
99
- Improved type annotations throughout the library.
10+
- Added `isodate` dependency.
1011

1112
## 1.2.0 (2022-05-31)
1213
- GA release
@@ -45,7 +46,7 @@
4546
- User Agent value updated according to guidelines.
4647
- Updated JSON patch parameter typehints to `List[Dict[str, object]]`.
4748
- Updated constructor credential typehint to `azure.core.credentials.TokenCredential`
48-
- Samples and documentation updated.
49+
- Samples and documentation updated.
4950

5051

5152
## 1.0.0b1 (2020-10-31)

sdk/digitaltwins/azure-digitaltwins-core/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,6 @@
7070
python_requires=">=3.7",
7171
install_requires=[
7272
"azure-core<2.0.0,>=1.29.0",
73+
"isodate>=0.6.1",
7374
],
7475
)

0 commit comments

Comments
 (0)