downgraded aiohttp (1.0.1)
All checks were successful
Actions / lint (push) Successful in 17s
Actions / build (push) Successful in 21s

This commit is contained in:
cswimr 2024-09-15 23:43:58 -04:00
parent f76d5eb3f7
commit 8f52fda97c
Signed by: cswimr
GPG key ID: 3813315477F26F82
3 changed files with 7 additions and 7 deletions

View file

@ -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"