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 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
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)
Original file line number Diff line number Diff line change 7070 python_requires = ">=3.7" ,
7171 install_requires = [
7272 "azure-core<2.0.0,>=1.29.0" ,
73+ "isodate>=0.6.1" ,
7374 ],
7475)
You can’t perform that action at this time.
0 commit comments