chore: update dependencies in pyproject.toml

This commit is contained in:
swve 2024-03-30 23:39:55 +00:00
parent 8687f561cc
commit 555821feef
2 changed files with 81 additions and 22 deletions

View file

@ -13,7 +13,7 @@ boto3 = "^1.34.17"
botocore = "^1.34.17"
chromadb = "^0.4.22"
faker = "^22.2.0"
fastapi = "0.109.2"
fastapi = "^0.110.0"
fastapi-jwt-auth = "^0.5.0"
httpx = "^0.26.0"
langchain = "0.1.0"
@ -21,7 +21,7 @@ langchain-community = "^0.0.11"
langchain-openai = "^0.0.2.post1"
openai = "^1.7.1"
passlib = "^1.7.4"
psycopg2 = "^2.9.9"
psycopg2-binary = "^2.9.9"
pydantic = {version = ">=1.8.0,<2.0.0", extras = ["email"]}
pytest = "^7.4.4"
python = "^3.12"
@ -33,7 +33,7 @@ redis = "^5.0.1"
requests = "^2.31.0"
resend = "^0.7.2"
sentry-sdk = {extras = ["fastapi"], version = "^1.39.2"}
sqlmodel = "0.0.10"
sqlmodel = "0.0.16"
tiktoken = "^0.5.2"
uvicorn = "0.27.1"