Skip to content

Commit 62322ef

Browse files
committed
Add min attrs version (#26408)
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)
1 parent c7ea01d commit 62322ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ install_requires =
8585
# together with SQLAlchemy. Our experience with Alembic is that it very stable in minor version
8686
alembic>=1.5.1, <2.0
8787
argcomplete>=1.10
88+
attrs>=22.1.0
8889
blinker
8990
cached_property>=1.5.0;python_version<="3.7"
9091
cattrs>=22.1.0

0 commit comments

Comments
 (0)