Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 2, 2025
1 parent a7d7d48 commit eb4129c
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 35 deletions.
52 changes: 26 additions & 26 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
langchain = "0.3.12"
langchain-community = "0.3.12"
chromadb = "0.5.23"
google-api-python-client = "2.156.0"
langchain = "0.3.13"
langchain-community = "0.3.13"
chromadb = "0.6.0"
google-api-python-client = "2.157.0"
google-auth-httplib2 = "0.2.0"
google-auth-oauthlib = "1.2.1"
PyPDF2 = "3.0.1"
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
langchain==0.3.12
langchain-community==0.3.12
chromadb==0.5.23
google-api-python-client==2.156.0
langchain==0.3.13
langchain-community==0.3.13
chromadb==0.6.0
google-api-python-client==2.157.0
google-auth-httplib2==0.2.0
google-auth-oauthlib==1.2.1
PyPDF2==3.0.1
Expand All @@ -10,7 +10,7 @@ redis==5.2.1
injector==0.22.0
envyaml==1.10.211231
sentence-transformers==3.3.1
langchain-openai==0.2.12
langchain-openai==0.2.14
langchain-huggingface==0.1.2
langchain-google-community==2.0.3
pysqlite3-binary==0.5.4

0 comments on commit eb4129c

Please sign in to comment.