Skip to content

Commit

Permalink
chore: downgrade aiohttp min version
Browse files Browse the repository at this point in the history
Some things I need to use it with don't support aiohttp 3.10.x
  • Loading branch information
tigattack committed Aug 20, 2024
1 parent b72d441 commit e178431
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ packages = [
[tool.poetry.dependencies]
python = "^3.8"
msal = "^1.30.0"
aiohttp = "^3.10.3"
aiohttp = "^3.9.5"
pydantic = "^2.8.2"


Expand Down

0 comments on commit e178431

Please sign in to comment.