Skip to content

Commit a826f67

Browse files
authored
[Tables] Update isodate dependency (Azure#29682)
1 parent 2c2bab4 commit a826f67

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

sdk/tables/azure-data-tables/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
### Bugs Fixed
1010

1111
### Other Changes
12+
* Adjusted dependency on `isodate` to `<1.0.0,>=0.6.1`.
1213

1314
## 12.4.2 (2023-02-07)
1415

sdk/tables/azure-data-tables/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
install_requires=[
6868
"azure-core<2.0.0,>=1.24.0",
6969
"yarl<2.0,>=1.0",
70-
"isodate>=0.6.0",
70+
"isodate<1.0.0,>=0.6.1",
7171
"typing-extensions>=4.3.0"
7272
],
7373
)

0 commit comments

Comments
 (0)