mirror of
https://github.com/aljazceru/nutshell.git
synced 2026-02-09 02:34:22 +01:00
Bump dependencies to latest versions (#636)
* bump dependencies * ignore type for validation handler
This commit is contained in:
@@ -11,18 +11,18 @@ SQLAlchemy = {version = "^2.0.35", extras = ["asyncio"]}
|
||||
click = "^8.1.7"
|
||||
pydantic = "^1.10.2"
|
||||
bech32 = "^1.2.0"
|
||||
fastapi = "^0.104.1"
|
||||
fastapi = "^0.115.0"
|
||||
environs = "^9.5.0"
|
||||
uvicorn = "0.23.2"
|
||||
uvicorn = "^0.31.0"
|
||||
loguru = "^0.7.0"
|
||||
ecdsa = "^0.18.0"
|
||||
ecdsa = "^0.19.0"
|
||||
bitstring = "^3.1.9"
|
||||
secp256k1 = "^0.14.0"
|
||||
h11 = "^0.14.0"
|
||||
cryptography = "^41.0.3"
|
||||
cryptography = "^43.0.1"
|
||||
websocket-client = "^1.3.3"
|
||||
pycryptodomex = "^3.16.0"
|
||||
setuptools = "^68.1.2"
|
||||
setuptools = "^75.1.0"
|
||||
wheel = "^0.41.1"
|
||||
importlib-metadata = "^6.8.0"
|
||||
httpx = {extras = ["socks"], version = "^0.25.1"}
|
||||
|
||||
Reference in New Issue
Block a user