Update python dependencies

This commit is contained in:
Donkie
2025-03-16 18:23:40 +01:00
parent 11b12ac2e7
commit 92065fd8df
4 changed files with 312 additions and 314 deletions

View File

@@ -6,23 +6,23 @@ authors = [
{ name = "Donkie", email = "daniel.cf.hultgren@gmail.com" },
]
dependencies = [
"uvicorn~=0.32.1",
"uvicorn~=0.34",
"httptools>=0.6.4; platform_machine != \"armv7l\"",
"uvloop!=0.15.0,!=0.15.1,>=0.21.0; platform_machine != \"armv7l\" and sys_platform != \"win32\" and (sys_platform != \"cygwin\" and platform_python_implementation != \"PyPy\")",
"fastapi~=0.115.5",
"fastapi~=0.115",
"SQLAlchemy[aiomysql,aiosqlite,asyncio,postgresql_asyncpg]~=2.0",
"pydantic~=2.10.2",
"platformdirs~=4.3.6",
"alembic~=1.14.0",
"scheduler~=0.8.7",
"sqlalchemy-cockroachdb~=2.0.2",
"pydantic~=2.10",
"platformdirs~=4.3",
"alembic~=1.15",
"scheduler~=0.8",
"sqlalchemy-cockroachdb~=2.0",
"asyncpg~=0.30",
"psycopg2-binary~=2.9",
"setuptools~=70.0.0",
"WebSockets~=14.1",
"prometheus-client~=0.21.0",
"httpx~=0.28.0",
"hishel~=0.1.1",
"setuptools~=76.0",
"WebSockets~=15.0",
"prometheus-client~=0.21",
"httpx~=0.28",
"hishel~=0.1",
]
requires-python = ">=3.9,<=3.12"
@@ -31,12 +31,12 @@ text = "MIT"
[tool.pdm.dev-dependencies]
dev = [
"ruff==0.4.4",
"black~=24.4.2",
"pre-commit~=3.7.1",
"pytest~=8.2.1",
"pytest-asyncio~=0.23.7",
"httpx~=0.28.0",
"ruff==0.11.0",
"black~=25.1.0",
"pre-commit~=4.1.0",
"pytest~=8.3.5",
"pytest-asyncio~=0.25.3",
"httpx~=0.28.1",
]
[tool.pdm.scripts.docs]