Bumped python dependencies
This commit is contained in:
@@ -6,23 +6,23 @@ authors = [
|
||||
{ name = "Donkie", email = "daniel.cf.hultgren@gmail.com" },
|
||||
]
|
||||
dependencies = [
|
||||
"uvicorn~=0.29.0",
|
||||
"httptools>=0.5.0; platform_machine != \"armv7l\"",
|
||||
"uvloop!=0.15.0,!=0.15.1,>=0.14.0; platform_machine != \"armv7l\" and sys_platform != \"win32\" and (sys_platform != \"cygwin\" and platform_python_implementation != \"PyPy\")",
|
||||
"fastapi~=0.110.0",
|
||||
"uvicorn~=0.32.1",
|
||||
"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",
|
||||
"SQLAlchemy[aiomysql,aiosqlite,asyncio,postgresql_asyncpg]~=2.0",
|
||||
"pydantic~=2.7.1",
|
||||
"platformdirs~=4.2.2",
|
||||
"alembic~=1.13.1",
|
||||
"scheduler~=0.8.5",
|
||||
"sqlalchemy-cockroachdb~=2.0",
|
||||
"asyncpg~=0.27",
|
||||
"pydantic~=2.10.2",
|
||||
"platformdirs~=4.3.6",
|
||||
"alembic~=1.14.0",
|
||||
"scheduler~=0.8.7",
|
||||
"sqlalchemy-cockroachdb~=2.0.2",
|
||||
"asyncpg~=0.30",
|
||||
"psycopg2-binary~=2.9",
|
||||
"setuptools~=70.0.0",
|
||||
"WebSockets~=12.0",
|
||||
"prometheus-client~=0.20.0",
|
||||
"httpx~=0.27.0",
|
||||
"hishel~=0.0.26",
|
||||
"WebSockets~=14.1",
|
||||
"prometheus-client~=0.21.0",
|
||||
"httpx~=0.28.0",
|
||||
"hishel~=0.1.1",
|
||||
]
|
||||
requires-python = ">=3.9,<=3.12"
|
||||
|
||||
@@ -36,7 +36,7 @@ dev = [
|
||||
"pre-commit~=3.7.1",
|
||||
"pytest~=8.2.1",
|
||||
"pytest-asyncio~=0.23.7",
|
||||
"httpx~=0.27.0",
|
||||
"httpx~=0.28.0",
|
||||
]
|
||||
|
||||
[tool.pdm.scripts.docs]
|
||||
|
||||
Reference in New Issue
Block a user