We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d283c9 + 6582f3c commit e07236cCopy full SHA for e07236c
pyproject.toml
@@ -36,7 +36,7 @@ dependencies = [
36
"azure-mgmt-resource==23.0.1",
37
"azure-cli-core==2.50.0",
38
"platformdirs",
39
- "python-dateutil==2.9",
+ "python-dateutil>=2.7,<3",
40
]
41
dynamic = ["version", "description"]
42
sync/__init__.py
@@ -1,5 +1,5 @@
1
"""Library for leveraging the power of Sync"""
2
3
-__version__ = "1.10.2"
+__version__ = "1.10.3"
4
5
TIME_FORMAT = "%Y-%m-%dT%H:%M:%SZ"
0 commit comments