Skip to content

Commit

Permalink
Fixed wrong attrs dependency (#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
b4stien authored Jul 10, 2024
1 parent e13470b commit 4f5790d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ license = {text = "MIT"}
requires-python = ">= 3.8"
dependencies = [
"anyio ~= 4.0",
"attrs >= 21.3",
"attrs >= 22.1",
"tenacity ~= 8.0",
"tzlocal >= 3.0",
"typing_extensions >= 4.0; python_version < '3.11'"
Expand Down

0 comments on commit 4f5790d

Please sign in to comment.