1
0
mirror of https://github.com/ijaric/voice_assistant.git synced 2025-05-24 14:33:26 +00:00

fix: orjson to 3.9.7 (github can't find 3.9.8)

This commit is contained in:
Artem Litvinov 2023-10-12 15:21:29 +01:00
parent 48a6f4e167
commit 395ed7057d

View File

@ -25,7 +25,7 @@ asyncpg = "^0.28.0"
fastapi = "0.103.1" fastapi = "0.103.1"
greenlet = "^2.0.2" greenlet = "^2.0.2"
httpx = "^0.25.0" httpx = "^0.25.0"
orjson = "^3.9.7" orjson = "3.9.7"
psycopg2 = "^2.9.7" psycopg2 = "^2.9.7"
pydantic = {extras = ["email"], version = "^2.3.0"} pydantic = {extras = ["email"], version = "^2.3.0"}
pydantic-settings = "^2.0.3" pydantic-settings = "^2.0.3"