Skip to content

Commit

Permalink
chore(deps): update python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 26, 2023
1 parent 344e6fd commit 70ebca2
Show file tree
Hide file tree
Showing 2 changed files with 482 additions and 461 deletions.
12 changes: 6 additions & 6 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ name = "pypi"
[packages]
beautifulsoup4 = "==4.12.2"
openai = "==0.28.1"
fastapi = "==0.104.1"
uvicorn = "==0.24.0.post1"
fastapi = "==0.108.0"
uvicorn = "==0.25.0"
asyncio = "==3.4.3"
pydantic-settings = "2.0.3"
python-dotenv = "==1.0.0"
langchain = "==0.0.329"
requests = "==2.31.0"
qdrant-client = "==1.6.9"
qdrant-client = "==1.7.0"

[dev-packages]
pytest = "==7.4.3"
pytest-cov = "==4.1.0"
pytest-azurepipelines = "==1.0.5"
isort = "==5.12.0"
black = "==23.11.0"
isort = "==5.13.2"
black = "==23.12.1"
flake8 = "==6.1.0"
pre-commit = "==3.5.0"
pre-commit = "==3.6.0"

[requires]
python_version = "3.11"
Loading

0 comments on commit 70ebca2

Please sign in to comment.