Skip to content

Commit

Permalink
Update dataclasses to 0.8 in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
azawlocki committed May 24, 2021
1 parent 9cbee0f commit 12a6fc2
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 @@ -22,7 +22,7 @@ readme = "README.md"
python = "^3.6.1"
aiohttp = "^3.6"
aiohttp-sse-client = "^0.1.7"
dataclasses = { version = "^0.7", python = ">=3.6, <3.7"}
dataclasses = { version = "^0.8", python = ">=3.6, <3.7"}
more-itertools = "^8.6.0"
urllib3 = "^1.25.9"
typing_extensions = "^3.7.4"
Expand Down

0 comments on commit 12a6fc2

Please sign in to comment.