Skip to content

Commit

Permalink
chore: Limit version of aiohttp
Browse files Browse the repository at this point in the history
`aiohttp` released a version that breaks aioresponses.
Until the coresponding PR is merged on their side,
stick to aiohttp < 3.11.0

More information: pnuckowski/aioresponses#263
  • Loading branch information
MoritzWeber0 committed Nov 14, 2024
1 parent e33ff3f commit ad8e6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = [
"python-slugify[unidecode]",
"starlette-prometheus",
"fastapi-pagination>=0.12.27",
"aiohttp",
"aiohttp<3.11.0",
"argon2-cffi",
"typer",
"lxml",
Expand Down

0 comments on commit ad8e6f8

Please sign in to comment.