Skip to content

Commit

Permalink
feat/update lib version
Browse files Browse the repository at this point in the history
Signed-off-by: micost <[email protected]>
  • Loading branch information
Micost committed Sep 7, 2024
1 parent 2ece301 commit 19b7219
Show file tree
Hide file tree
Showing 2 changed files with 270 additions and 268 deletions.
8 changes: 4 additions & 4 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bcrypt = "4.0.1"
email-validator = "2.1.1"
fastapi = "0.112.2"
greenlet = "3.0.3"
httpx = "0.27.0"
httpx = "0.27.2"
loguru = "0.7.2"
passlib = "1.7.4"
pathlib = "1.0.1"
Expand All @@ -28,7 +28,7 @@ python-multipart = "0.0.9"
python-slugify = "8.0.4"
trio = "0.25.0"
uvicorn = "0.30.6"
openai = "1.42.0"
openai = "1.43.0"
datasets = "2.21.0"
lancedb = "^0.12.0"

Expand All @@ -44,7 +44,7 @@ bcrypt = "4.0.1"
email-validator = "2.1.1"
fastapi = "0.112.2"
greenlet = "3.0.3"
httpx = "0.27.0"
httpx = "0.27.2"
loguru = "0.7.2"
passlib = "1.7.4"
pathlib = "1.0.1"
Expand All @@ -57,7 +57,7 @@ python-multipart = "0.0.9"
python-slugify = "8.0.4"
trio = "0.25.0"
uvicorn = "0.30.6"
openai = "1.42.0"
openai = "1.43.0"
pre-commit="3.7.0"
pytest="8.1.1"
datasets = "2.21.0"
Expand Down
Loading

0 comments on commit 19b7219

Please sign in to comment.