We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d6ed61 commit 4bf8626Copy full SHA for 4bf8626
frameworks/Python/sanic/requirements.txt
@@ -1,5 +1,5 @@
1
-asyncpg==0.29.0
2
-Jinja2==3.1.4
3
-sanic==24.6.0
4
-uvloop==0.20.0
5
-orjson==3.10.7
+asyncpg==0.31.0
+Jinja2==3.1.6
+sanic==25.3.0
+uvloop==0.22.1
+orjson==3.11.5
frameworks/Python/sanic/sanic.dockerfile
@@ -1,8 +1,8 @@
-FROM python:3.12
+FROM python:3.14
ADD ./requirements.txt /sanic/requirements.txt
-RUN pip3 install cython==3.0.11 && \
+RUN pip3 install cython==3.2.3 && \
6
pip3 install -r /sanic/requirements.txt
7
8
ADD ./ /sanic
0 commit comments