Skip to content

Commit c2c467f

Browse files
committed
Disallow aiohttp prereleases
1 parent 4b1b9a2 commit c2c467f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
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
@@ -63,7 +63,7 @@ python = "^3.8.0"
6363
django = {version = ">=3.0", optional = true}
6464
falcon = {version = ">=3.0", optional = true}
6565
flask = {version = "*", optional = true}
66-
aiohttp = {version = ">=3.0", allow-prereleases = true, optional = true}
66+
aiohttp = {version = ">=3.0", optional = true}
6767
starlette = {version = ">=0.26.1,<0.33.0", optional = true}
6868
isodate = "*"
6969
more-itertools = "*"

0 commit comments

Comments
 (0)