We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe5dcf commit 6f6876aCopy full SHA for 6f6876a
1 file changed
StandardLibrary/runtimes/python/pyproject.toml
@@ -16,7 +16,7 @@ include = [
16
17
[tool.poetry.dependencies]
18
python = "^3.11.0"
19
-pytz = "^2023.3.post1"
+pytz = ">=2023.3.post1, <2025.0.0"
20
# TODO: Longer-term, write something to pull this in from the project's project.properties file
21
DafnyRuntimePython = "4.9.0"
22
0 commit comments