Skip to content

Commit

Permalink
Set attrs v22.1.0 as min version (#304)
Browse files Browse the repository at this point in the history
because the min_len validator has been introduced there.
fixes E   AttributeError: module 'attrs.validators' has no attribute 'min_len'
  • Loading branch information
hf-kklein authored Aug 11, 2023
1 parent 93451cb commit 2df925e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
]
dependencies = [
"attrs>=21.4.0",
"attrs>=22.1.0",
"marshmallow>=3.18.0",
"more_itertools",
# add everything you add in requirements.in here
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
attrs
attrs>=22.1.0
marshmallow
lxml>=4.9.2
more_itertools
Expand Down

0 comments on commit 2df925e

Please sign in to comment.