Skip to content

Commit 799526b

Browse files
committed
requirements upgrades
1 parent 73fa3ae commit 799526b

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
@@ -42,7 +42,10 @@ starlette==0.44.0; python_version == "3.8"
4242
cbitstruct==1.1.0; python_version <= "3.12"
4343
cloudevents==1.11.0
4444
pydantic==1.10.21
45-
Werkzeug==3.1.3
45+
46+
Werkzeug==3.1.3; python_version > "3.8"
47+
Werkzeug==3.0.6; python_version == "3.8"
48+
4649
graphql-core==3.2.3
4750
gql==3.5.1
4851
websockets==15.0

0 commit comments

Comments
 (0)