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 Oct 18, 2023
1 parent 5aa0620 commit 43f6baa
Show file tree
Hide file tree
Showing 2 changed files with 523 additions and 510 deletions.
8 changes: 4 additions & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ name = "pypi"
[packages]
beautifulsoup4 = "==4.12.2"
openai = "==0.28.1"
fastapi = "==0.103.1"
fastapi = "==0.104.0"
uvicorn = "==0.23.2"
asyncio = "==3.4.3"
pydantic-settings = "2.0.3"
python-dotenv = "==1.0.0"
langchain = "==0.0.267"
requests = "==2.31.0"
qdrant-client = "==1.5.4"
qdrant-client = "==1.6.3"

[dev-packages]
pytest = "==7.4.2"
isort = "==5.12.0"
black = "==23.9.1"
black = "==23.10.0"
flake8 = "==6.1.0"
pre-commit = "==3.4.0"
pre-commit = "==3.5.0"

[requires]
python_version = "3.11"
Loading

0 comments on commit 43f6baa

Please sign in to comment.