We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea1225e commit 88a48f1Copy full SHA for 88a48f1
1 file changed
requirements.txt
@@ -219,7 +219,7 @@ uvicorn==0.33.0 ; python_full_version < '3.9'
219
# via otaclient
220
uvicorn==0.39.0 ; python_full_version == '3.9.*'
221
222
-uvicorn==0.42.0 ; python_full_version >= '3.10'
+uvicorn==0.43.0 ; python_full_version >= '3.10'
223
224
uvloop==0.21.0 ; python_full_version < '3.8.1' and platform_python_implementation != 'PyPy' and sys_platform != 'cygwin' and sys_platform != 'win32'
225
# via uvicorn
0 commit comments