Skip to content

Commit

Permalink
[Tables] Update isodate dependency (#29682)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvaneck authored Mar 31, 2023
1 parent 2c2bab4 commit a826f67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions sdk/tables/azure-data-tables/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
### Bugs Fixed

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

## 12.4.2 (2023-02-07)

Expand Down
2 changes: 1 addition & 1 deletion sdk/tables/azure-data-tables/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
install_requires=[
"azure-core<2.0.0,>=1.24.0",
"yarl<2.0,>=1.0",
"isodate>=0.6.0",
"isodate<1.0.0,>=0.6.1",
"typing-extensions>=4.3.0"
],
)

0 comments on commit a826f67

Please sign in to comment.