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 Jun 13, 2024
1 parent b9dbdd2 commit 3cdea46
Show file tree
Hide file tree
Showing 2 changed files with 647 additions and 763 deletions.
12 changes: 6 additions & 6 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,28 @@ name = "pypi"

[packages]
azure-identity = "==1.15.0"
azure-keyvault-secrets = "==4.7.0"
azure-keyvault-secrets = "==4.8.0"
beautifulsoup4 = "==4.12.2"
openai = "==0.28.1"
fastapi = "==0.104.1"
uvicorn = "==0.24.0.post1"
uvicorn = "==0.30.1"
asyncio = "==3.4.3"
pydantic-settings = "==2.1.0"
pydantic-settings = "==2.3.3"
python-dotenv = "==1.0.0"
langchain = "==0.0.329"
requests = "==2.31.0"
qdrant-client = "==1.6.9"
settus = "==0.0.9"
httpx = "==0.26.0"
httpx = "==0.27.0"

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

[requires]
python_version = "3.11"
Loading

0 comments on commit 3cdea46

Please sign in to comment.