We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7871264 commit b170a64Copy full SHA for b170a64
python/Pipfile
@@ -26,7 +26,7 @@ tox-pyenv = "*"
26
[packages]
27
requests = "*"
28
attrs = "*"
29
-cattrs = "*"
+cattrs = ">=1.3"
30
python-dateutil = "*"
31
32
[requires]
python/setup.py
@@ -38,6 +38,7 @@
38
"python-dateutil;python_version<'3.7'",
39
# Python 3.7+
40
"attrs >= 20.1.0;python_version>='3.7'",
41
+ "cattrs >= 1.3;python_version>='3.7'",
42
"typing-extensions;python_version<'3.8'",
43
]
44
0 commit comments