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 Jan 12, 2024
1 parent 9c65d7a commit 6ac68fb
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 58 deletions.
14 changes: 7 additions & 7 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@ azure-identity = "==1.15.0"
azure-keyvault-secrets = "==4.7.0"
beautifulsoup4 = "==4.12.2"
openai = "==0.28.1"
fastapi = "==0.104.1"
uvicorn = "==0.24.0.post1"
fastapi = "==0.109.0"
uvicorn = "==0.25.0"
asyncio = "==3.4.3"
pydantic-settings = "==2.1.0"
python-dotenv = "==1.0.0"
langchain = "==0.0.329"
langchain = "==0.1.0"
requests = "==2.31.0"
qdrant-client = "==1.6.9"
qdrant-client = "==1.7.0"
settus = "==0.0.9"

[dev-packages]
pytest = "==7.4.4"
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"
122 changes: 71 additions & 51 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6ac68fb

Please sign in to comment.