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 82de9b4 commit 901ff16Copy full SHA for 901ff16
1 file changed
pyproject.toml
@@ -22,7 +22,7 @@ classifiers = [
22
dependencies = [
23
"aeventkit>=2.1.0,<3.0.0",
24
"nest_asyncio",
25
- "tzdata>=2025.2,<2026.0",
+ "tzdata>=2025.2"
26
]
27
28
[project.urls]
@@ -51,7 +51,7 @@ python = ">=3.11"
51
aeventkit = "^2.1.0"
52
# aeventkit = { path = "../eventkit", develop = true }
53
nest_asyncio = "*"
54
-tzdata = "^2025.2"
+tzdata = ">=2025.2"
55
56
[tool.poetry.group.dev]
57
optional = true
0 commit comments