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 17e0a91 commit c121f3bCopy full SHA for c121f3b
requirements.txt
@@ -32,7 +32,10 @@ quart==0.20.0; python_version > "3.8"
32
quart==0.19.9; python_version == "3.8"
33
34
reactivex==4.0.4
35
-starlette==0.45.3
+
36
+starlette==0.45.3; python_version > "3.8"
37
+starlette==0.44.0; python_version == "3.8"
38
39
cbitstruct==1.1.0; python_version <= "3.12"
40
cloudevents==1.11.0
41
pydantic==1.10.21
0 commit comments