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.
1 parent 169d97b commit bcf3d95Copy full SHA for bcf3d95
pyproject.toml
@@ -34,7 +34,6 @@ classifiers = [
34
]
35
requires-python = ">= 3.11, < 4"
36
dependencies = [
37
- "python-dateutil >= 2.8.2, < 3.0",
38
"typing-extensions >= 4.11.0, < 5.0.0",
39
# Make sure to update the version for cross-referencing also in the
40
# mkdocs.yml file when changing the version here (look for the config key
@@ -74,7 +73,6 @@ dev-mypy = [
74
73
"mypy == 1.13.0",
75
"grpc-stubs == 1.53.0.5", # This dependency introduces breaking changes in patch releases
76
"types-Markdown == 3.7.0.20240822",
77
- "types-python-dateutil==2.9.0.20241003",
78
# For checking the noxfile, docs/ script, and tests
79
"frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
80
0 commit comments