Skip to content

Commit b170a64

Browse files
restrict cattrs to >= 1.3
1 parent 7871264 commit b170a64

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

python/Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tox-pyenv = "*"
2626
[packages]
2727
requests = "*"
2828
attrs = "*"
29-
cattrs = "*"
29+
cattrs = ">=1.3"
3030
python-dateutil = "*"
3131

3232
[requires]

python/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"python-dateutil;python_version<'3.7'",
3939
# Python 3.7+
4040
"attrs >= 20.1.0;python_version>='3.7'",
41+
"cattrs >= 1.3;python_version>='3.7'",
4142
"typing-extensions;python_version<'3.8'",
4243
]
4344

0 commit comments

Comments
 (0)