Skip to content

Commit c717adb

Browse files
authored
Loosen attrs requirement (#1645)
1 parent c21f612 commit c717adb

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ python = ">=3.10,<4.0"
1717
aiohttp = "^3.10.3"
1818
pyhumps = "^3.8.0"
1919
backoff = ">=1.10.0,<3.0"
20-
attrs = ">=21.2,<26.0"
20+
attrs = ">=21.2"
2121
boto3 = "^1.18.59"
2222
warrant-lite = "^1.0.4"
2323
backports-strenum = { version = "^1.2.4", python = "<3.11" }

0 commit comments

Comments
 (0)