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 and ygalblum committed Dec 18, 2024
1 parent b8838cd commit a7d7d48
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 60 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi:9.5-1732804088 as builder
FROM registry.access.redhat.com/ubi9/ubi:9.5-1734495538 as builder

RUN dnf install --nodocs -y \
python3.11 \
Expand Down Expand Up @@ -27,7 +27,7 @@ RUN touch README.md

RUN --mount=type=cache,target=$POETRY_CACHE_DIR poetry install --no-root --extras=pysql-b

FROM registry.access.redhat.com/ubi9/ubi:9.5-1732804088 as runtime
FROM registry.access.redhat.com/ubi9/ubi:9.5-1734495538 as runtime

WORKDIR /app

Expand Down
91 changes: 46 additions & 45 deletions poetry.lock

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

12 changes: 6 additions & 6 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.9"
langchain-community = "0.3.9"
chromadb = "0.5.21"
google-api-python-client = "2.154.0"
langchain = "0.3.12"
langchain-community = "0.3.12"
chromadb = "0.5.23"
google-api-python-client = "2.156.0"
google-auth-httplib2 = "0.2.0"
google-auth-oauthlib = "1.2.1"
PyPDF2 = "3.0.1"
slack_bolt = "1.21.2"
redis = "5.2.0"
slack_bolt = "1.22.0"
redis = "5.2.1"
injector = "^0.22.0"
envyaml = "^1.10.211231"
langchain-openai = "^0.2.0"
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
langchain==0.3.9
langchain-community==0.3.9
chromadb==0.5.21
google-api-python-client==2.154.0
langchain==0.3.12
langchain-community==0.3.12
chromadb==0.5.23
google-api-python-client==2.156.0
google-auth-httplib2==0.2.0
google-auth-oauthlib==1.2.1
PyPDF2==3.0.1
slack_bolt==1.21.2
redis==5.2.0
slack_bolt==1.22.0
redis==5.2.1
injector==0.22.0
envyaml==1.10.211231
sentence-transformers==3.3.1
langchain-openai==0.2.11
langchain-openai==0.2.12
langchain-huggingface==0.1.2
langchain-google-community==2.0.3
pysqlite3-binary==0.5.4

0 comments on commit a7d7d48

Please sign in to comment.