fix: compatibility with Python 3.12 (#2463)
by updating grpc a uvloop dependencies to latest
This commit is contained in:
parent
b2ff2d8cee
commit
f5293ca645
2 changed files with 94 additions and 105 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue