Skip to content

Commit 050c1a5

Browse files
Merge branch 'main' into dependabot/pip/flask-gte-3.1.3-and-lt-4
2 parents a451db8 + 6dd69f8 commit 050c1a5

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
@@ -28,4 +28,5 @@ starlette>=0.19.1,<0.45; python_version<"3.9"
2828
starlette>=0.49.3,<1; python_version>="3.9"
2929
tornado>=6.2,<7; python_version<"3.9"
3030
tornado>=6.5.6,<7; python_version>="3.9"
31-
websocket_client>=1.2.3,<2 # Socket Mode 3rd party implementation
31+
websocket_client>=1.2.3,<1.9; python_version<"3.9" # Socket Mode 3rd party implementation
32+
websocket_client>=1.9.0,<2; python_version>="3.9" # Socket Mode 3rd party implementation

0 commit comments

Comments
 (0)