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 9, 2024
1 parent b9dbdd2 commit 22e15f0
Show file tree
Hide file tree
Showing 2 changed files with 1,431 additions and 1,273 deletions.
24 changes: 12 additions & 12 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,29 @@ verify_ssl = true
name = "pypi"

[packages]
azure-identity = "==1.15.0"
azure-keyvault-secrets = "==4.7.0"
azure-identity = "==1.19.0"
azure-keyvault-secrets = "==4.8.0"
beautifulsoup4 = "==4.12.2"
openai = "==0.28.1"
fastapi = "==0.104.1"
uvicorn = "==0.24.0.post1"
fastapi = "==0.115.0"
uvicorn = "==0.31.1"
asyncio = "==3.4.3"
pydantic-settings = "==2.1.0"
pydantic-settings = "==2.5.2"
python-dotenv = "==1.0.0"
langchain = "==0.0.329"
requests = "==2.31.0"
qdrant-client = "==1.6.9"
langchain = "==0.3.3"
requests = "==2.32.3"
qdrant-client = "==1.12.0"
settus = "==0.0.9"
httpx = "==0.26.0"
httpx = "==0.27.2"

[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.8.0"

[requires]
python_version = "3.11"
Loading

0 comments on commit 22e15f0

Please sign in to comment.