Update deps, makefile and compose config
All checks were successful
release-nightly / release-image (push) Successful in 18m52s
All checks were successful
release-nightly / release-image (push) Successful in 18m52s
This commit was merged in pull request #8.
This commit is contained in:
@@ -4,7 +4,7 @@ annotated-types==0.5.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
anyio==4.0.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
certifi==2023.7.22 ; python_version >= "3.9" and python_version < "4.0"
|
||||
click==8.1.7 ; python_version >= "3.9" and python_version < "4.0"
|
||||
colorama==0.4.6 ; python_version >= "3.9" and python_version < "4.0" and platform_system == "Windows"
|
||||
colorama==0.4.6 ; python_version >= "3.9" and python_version < "4.0" and (sys_platform == "win32" or platform_system == "Windows")
|
||||
dnspython==2.4.2 ; python_version >= "3.9" and python_version < "4.0"
|
||||
email-validator==2.0.0.post2 ; python_version >= "3.9" and python_version < "4.0"
|
||||
exceptiongroup==1.1.3 ; python_version >= "3.9" and python_version < "3.11"
|
||||
@@ -28,13 +28,13 @@ pyserial==3.5 ; python_version >= "3.9" and python_version < "4.0"
|
||||
python-dotenv==1.0.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
python-multipart==0.0.6 ; python_version >= "3.9" and python_version < "4.0"
|
||||
pyyaml==6.0.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||
sentry-sdk==1.30.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
sentry-sdk[fastapi]==1.30.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
sentry-sdk==1.31.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
sentry-sdk[fastapi]==1.31.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
sniffio==1.3.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
starlette==0.27.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
typing-extensions==4.7.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||
typing-extensions==4.8.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
ujson==5.8.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
urllib3==2.0.4 ; python_version >= "3.9" and python_version < "4.0"
|
||||
urllib3==2.0.5 ; python_version >= "3.9" and python_version < "4.0"
|
||||
uvicorn[standard]==0.23.2 ; python_version >= "3.9" and python_version < "4.0"
|
||||
uvloop==0.17.0 ; (sys_platform != "win32" and sys_platform != "cygwin") and platform_python_implementation != "PyPy" and python_version >= "3.9" and python_version < "4.0"
|
||||
watchfiles==0.20.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
|
||||
Reference in New Issue
Block a user