We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73fa3ae commit 799526bCopy full SHA for 799526b
requirements.txt
@@ -42,7 +42,10 @@ starlette==0.44.0; python_version == "3.8"
42
cbitstruct==1.1.0; python_version <= "3.12"
43
cloudevents==1.11.0
44
pydantic==1.10.21
45
-Werkzeug==3.1.3
+
46
+Werkzeug==3.1.3; python_version > "3.8"
47
+Werkzeug==3.0.6; python_version == "3.8"
48
49
graphql-core==3.2.3
50
gql==3.5.1
51
websockets==15.0
0 commit comments