We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc7249f commit 0cd2633Copy full SHA for 0cd2633
pyproject.toml
@@ -15,7 +15,8 @@ requires-python = ">=3.7"
15
dependencies = [
16
"Deprecated >= 1.2.14",
17
# We lock msgpack to 1.0.5 to support Python3.7
18
- "msgpack == 1.0.5",
+ "msgpack >= 1.1.0; python_version >= '3.8'",
19
+ "msgpack == 1.0.5; python_version < '3.8'",
20
"python-dateutil >= 2.7.0",
21
"typing-extensions >= 4.1.1",
22
"zstandard >= 0.18.0",
0 commit comments