File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
sdk/digitaltwins/azure-digitaltwins-core Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 7
7
- Updated service API version to use API version 2023-10-31 by default.
8
8
- Updated internal implementation while maintaining API compatibility.
9
9
- Improved type annotations throughout the library.
10
+ - Added ` isodate ` dependency.
10
11
11
12
## 1.2.0 (2022-05-31)
12
13
- GA release
45
46
- User Agent value updated according to guidelines.
46
47
- Updated JSON patch parameter typehints to ` List[Dict[str, object]] ` .
47
48
- Updated constructor credential typehint to ` azure.core.credentials.TokenCredential `
48
- - Samples and documentation updated.
49
+ - Samples and documentation updated.
49
50
50
51
51
52
## 1.0.0b1 (2020-10-31)
Original file line number Diff line number Diff line change 70
70
python_requires = ">=3.7" ,
71
71
install_requires = [
72
72
"azure-core<2.0.0,>=1.29.0" ,
73
+ "isodate>=0.6.1" ,
73
74
],
74
75
)
You can’t perform that action at this time.
0 commit comments