downgraded aiohttp (1.0.1)
This commit is contained in:
parent
f76d5eb3f7
commit
8f52fda97c
3 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "pyflowery"
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
description = "A Python API wrapper for the Flowery API"
|
||||
authors = ["cswimr <seaswimmerthefsh@gmail.com>"]
|
||||
license = "GPL 3.0-only"
|
||||
|
@ -8,7 +8,7 @@ readme = "README.md"
|
|||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
aiohttp = "^3.10.5"
|
||||
aiohttp = "^3.9.5"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pylint = "^3.2.7"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue