Skip to content

Commit 17f7ef3

Browse files
committed
Set minimum version of dependencies
1 parent 5e08f7b commit 17f7ef3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ classifiers = [
2828
]
2929

3030
dependencies = [
31-
"python-dateutil",
32-
"msgpack>=0.6.2",
33-
"urllib3",
31+
"python-dateutil>=2.9.0.post0", # 2.9.0 supports Python 3.12+
32+
"msgpack>=1.1.2", # 1.1.2 supports Python 3.9+
33+
"urllib3>=2.0.0", # To ensure type hinting not breaks
3434
]
3535

3636
[project.optional-dependencies]

0 commit comments

Comments
 (0)