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 Oct 25, 2024
1 parent daf678d commit a63a091
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 41 deletions.
62 changes: 31 additions & 31 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,15 +8,15 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
langchain = "0.3.3"
langchain-community = "0.3.2"
langchain = "0.3.4"
langchain-community = "0.3.3"
chromadb = "0.5.15"
google-api-python-client = "2.149.0"
google-auth-httplib2 = "0.2.0"
google-auth-oauthlib = "1.2.1"
PyPDF2 = "3.0.1"
slack_bolt = "1.20.1"
redis = "5.1.1"
slack_bolt = "1.21.2"
redis = "5.2.0"
injector = "^0.22.0"
envyaml = "^1.10.211231"
langchain-openai = "^0.2.0"
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
langchain==0.3.3
langchain-community==0.3.2
langchain==0.3.4
langchain-community==0.3.3
chromadb==0.5.15
google-api-python-client==2.149.0
google-auth-httplib2==0.2.0
google-auth-oauthlib==1.2.1
PyPDF2==3.0.1
slack_bolt==1.20.1
redis==5.1.1
slack_bolt==1.21.2
redis==5.2.0
injector==0.22.0
envyaml==1.10.211231
sentence-transformers==3.2.0
langchain-openai==0.2.2
sentence-transformers==3.2.1
langchain-openai==0.2.3
langchain-huggingface==0.1.0
langchain-google-community==2.0.1
pysqlite3-binary==0.5.4

0 comments on commit a63a091

Please sign in to comment.