Skip to content

Commit

Permalink
pin colander <= 1.8.3
Browse files Browse the repository at this point in the history
With the recent release of Colander 2.0, we need the current colander-tools
version to pin colander 1.8.3 because of a `colander.Mapping._impl()`
signature change (it now takes 5 params instead of 4), as well as
a dropped support for python <= 3.6.
  • Loading branch information
Flavien Binet committed Feb 8, 2023
1 parent 31e45fd commit 76466e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
url="https://github.com/platformsh/colander-tools",
packages=find_packages(),
install_requires=[
"colander",
"colander < 2",
"pytz",
"netaddr",
"six",
Expand Down

0 comments on commit 76466e6

Please sign in to comment.