We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
attrs
21.4.0
1 parent cacf053 commit 0fc8d77Copy full SHA for 0fc8d77
CHANGELOG.md
@@ -11,6 +11,7 @@ Version numbers should follow https://semver.org/spec/v2.0.0.html
11
12
- Python 3.10 tests now only run against Django 3.2+, because Django <3.2 does
13
not support Python 3.10.
14
+- Specify a minimum `attrs` version of `21.4.0`.
15
16
## [2.1.0] - 2022-08-01
17
pyproject.toml
@@ -39,7 +39,7 @@ classifiers = [
39
40
[tool.poetry.dependencies]
41
python = ">=3.6,<3.11"
42
-attrs = ""
+attrs = "^21.4.0"
43
44
[tool.poetry.dev-dependencies]
45
django-environ = "^0.4.5"
0 commit comments