Skip to content

Commit f6117f7

Browse files
committed
requirements upgrades
1 parent 799526b commit f6117f7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,8 @@ Werkzeug==3.0.6; python_version == "3.8"
4848

4949
graphql-core==3.2.3
5050
gql==3.5.1
51-
websockets==15.0
51+
52+
websockets==15.0; python_version > "3.8"
53+
websockets==13.1; python_version == "3.8"
54+
5255
asyncwebsockets==0.9.4

0 commit comments

Comments
 (0)