fix: compatibility with Python 3.12 (#2463)

by updating grpc a uvloop dependencies to latest
This commit is contained in:
Pavol Rusnak 2024-04-24 08:39:41 +02:00 committed by GitHub
parent b2ff2d8cee
commit f5293ca645
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 94 additions and 105 deletions

View file

@ -29,10 +29,10 @@ sqlalchemy-aio = "0.17.0"
sse-starlette = "1.6.5"
typing-extensions = "4.8.0"
uvicorn = "0.23.2"
uvloop = "0.17.0"
uvloop = "0.19.0"
websockets = "11.0.3"
loguru = "0.7.2"
grpcio = "1.58.0"
grpcio = "1.62.2"
protobuf = "4.24.3"
pyln-client = "23.8"
pywebpush = "1.14.0"