Skip to content

Commit 58c102e

Browse files
authored
[Python] Bump emmett to 2.7, emmett55 to 1.2 (#9812)
1 parent fb78929 commit 58c102e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
emmett[orjson]>=2.6.0,<2.7.0
1+
emmett[orjson,uvloop]>=2.7.0,<2.8.0
22
psycopg2-binary==2.9.9

frameworks/Python/emmett/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
port=8080,
1414
workers=workers,
1515
backlog=16384,
16-
threading_mode="runtime",
16+
runtime_mode="mt",
1717
http="1",
1818
enable_websockets=False,
1919
log_level="warn"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
asyncpg==0.29.0
2-
emmett55[orjson]>=1.0.0,<1.1.0
2+
emmett55[orjson,uvloop]>=1.2.0,<1.3.0
33
renoir==1.8.0

frameworks/Python/emmett55/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
port=8080,
1414
workers=workers,
1515
backlog=16384,
16-
threading_mode="runtime",
16+
runtime_mode="mt",
1717
http="1",
1818
enable_websockets=False,
1919
log_level="warn"

0 commit comments

Comments
 (0)