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 12, 2023
1 parent 6a0eb60 commit 5ad1d4a
Show file tree
Hide file tree
Showing 2 changed files with 562 additions and 216 deletions.
10 changes: 5 additions & 5 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"
fastapi = "==0.105.0"
uvicorn = "==0.24.0.post1"
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.1"
black = "==23.12.0"
flake8 = "==6.1.0"
pre-commit = "==3.5.0"
pre-commit = "==3.6.0"

[requires]
python_version = "3.11"
Loading

0 comments on commit 5ad1d4a

Please sign in to comment.