Skip to content

Commit 396ad67

Browse files
Update adapter_dev.txt
1 parent 1360098 commit 396ad67

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements/adapter_dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ sanic>=25.3.0,<26; python_version>"3.8"
2626

2727
starlette>=0.19.1,<0.45; python_version<"3.9"
2828
starlette>=0.49.3,<1; python_version>="3.9"
29-
tornado>=6.5.6,<7
29+
tornado>=6.2,<7; python_version<"3.9"
30+
tornado>=6.5.6,<7; python_version>="3.9"
3031
uvicorn<1 # The oldest version can vary among Python runtime versions
3132
gunicorn>=23.0.0,<24
3233
websocket_client>=1.2.3,<2 # Socket Mode 3rd party implementation

0 commit comments

Comments
 (0)