Browse Source

[python/litestar] Fix tests (#10396)

Petrik de Heus 1 week ago
parent
commit
8bec38a293

+ 2 - 2
frameworks/Python/litestar/requirements-granian.txt

@@ -1,2 +1,2 @@
-granian==2.3.1
-litestar-granian==0.13.0
+granian==2.5.0
+litestar-granian==0.14.2

+ 1 - 1
frameworks/Python/litestar/requirements-gunicorn.txt

@@ -1,2 +1,2 @@
 gunicorn==23.0.0
 gunicorn==23.0.0
-uvicorn-worker==0.3.0
+uvicorn-worker==0.4.0

+ 2 - 1
frameworks/Python/litestar/requirements-socketify.txt

@@ -1,3 +1,4 @@
 orjson==3.10.16
 orjson==3.10.16
-litestar==2.17.0
+litestar==2.18.0
+sniffio==1.3.0
 git+https://github.com/cirospaciari/socketify.py.git@main#socketify
 git+https://github.com/cirospaciari/socketify.py.git@main#socketify

+ 1 - 1
frameworks/Python/litestar/requirements-sqlalchemy.txt

@@ -1,3 +1,3 @@
 psycopg2==2.9.10
 psycopg2==2.9.10
 SQLAlchemy==2.0.40
 SQLAlchemy==2.0.40
-litestar[sqlalchemy]==2.16.0
+litestar[sqlalchemy]==2.18.0

+ 2 - 2
frameworks/Python/litestar/requirements-uvicorn.txt

@@ -1,3 +1,3 @@
-uvicorn==0.34.2
-uvloop==0.21.0
+uvicorn==0.38.0
+uvloop==0.22.1
 httptools==0.6.4
 httptools==0.6.4

+ 4 - 3
frameworks/Python/litestar/requirements.txt

@@ -1,4 +1,5 @@
-asyncpg==0.30.0
-litestar==2.17.0
+asyncpg==0.31.0
+litestar==2.18.0
 Jinja2==3.1.6
 Jinja2==3.1.6
-orjson==3.10.18
+orjson==3.10.18
+sniffio==1.3.0