⬆️ Update dependencies

This commit is contained in:
洛水居室 2023-12-25 17:03:48 +08:00
parent d695a6cf35
commit 052ea7a233
No known key found for this signature in database
GPG Key ID: C9DE87DA724B88FC

View File

@ -9,10 +9,13 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.8"
httpx = "^0.25.0"
pydantic = "^1.10.7"
pydantic = "<2.0.0,>=1.10.7"
[tool.poetry.extras]
test = ["pytest", "pytest-asyncio", "python-dotenv"]
[tool.poetry.group.dev.dependencies]
pytest = "^7.4.0"
pytest-asyncio = "^0.23.0"
python-dotenv = "^1.0.0"
black = "^23.12.0"
[build-system]
requires = ["poetry-core"]
@ -30,4 +33,4 @@ log_cli_date_format = "%Y-%m-%d %H:%M:%S"
[tool.black]
include = '\.pyi?$'
line-length = 120
target-version = ['py38']
target-version = ['py38', 'py39', 'py310', 'py311', 'py312']