Skip to content

Commit 4bf8626

Browse files
authored
[python/sanic] Update python 3.14 (#10441)
1 parent 0d6ed61 commit 4bf8626

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
asyncpg==0.31.0
2+
Jinja2==3.1.6
3+
sanic==25.3.0
4+
uvloop==0.22.1
5+
orjson==3.11.5

frameworks/Python/sanic/sanic.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM python:3.12
1+
FROM python:3.14
22

33
ADD ./requirements.txt /sanic/requirements.txt
44

5-
RUN pip3 install cython==3.0.11 && \
5+
RUN pip3 install cython==3.2.3 && \
66
pip3 install -r /sanic/requirements.txt
77

88
ADD ./ /sanic

0 commit comments

Comments
 (0)