Skip to content

Commit e07236c

Browse files
Merge pull request #137 from synccomputingcode/PROD-2324/less-restrictive-lib-version
[PROD-2324] pin python-dateutil<3 to be less restrictive
2 parents 5d283c9 + 6582f3c commit e07236c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies = [
3636
"azure-mgmt-resource==23.0.1",
3737
"azure-cli-core==2.50.0",
3838
"platformdirs",
39-
"python-dateutil==2.9",
39+
"python-dateutil>=2.7,<3",
4040
]
4141
dynamic = ["version", "description"]
4242

sync/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Library for leveraging the power of Sync"""
22

3-
__version__ = "1.10.2"
3+
__version__ = "1.10.3"
44

55
TIME_FORMAT = "%Y-%m-%dT%H:%M:%SZ"

0 commit comments

Comments
 (0)