Skip to content

Commit

Permalink
Add min attrs version (#26408)
Browse files Browse the repository at this point in the history
I'm not sure when we started using attrs directly, but we do and we need
>=22.1.0 as we use the min_length validator.

(cherry picked from commit fdecf12)
  • Loading branch information
jedcunningham committed Sep 15, 2022
1 parent c7ea01d commit 62322ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ install_requires =
# together with SQLAlchemy. Our experience with Alembic is that it very stable in minor version
alembic>=1.5.1, <2.0
argcomplete>=1.10
attrs>=22.1.0
blinker
cached_property>=1.5.0;python_version<="3.7"
cattrs>=22.1.0
Expand Down

0 comments on commit 62322ef

Please sign in to comment.