Skip to content

Commit d081905

Browse files
committed
Bump deps
Signed-off-by: Hemslo Wang <[email protected]>
1 parent 8decfc3 commit d081905

File tree

4 files changed

+31
-44
lines changed

4 files changed

+31
-44
lines changed

charts/chat-search/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 0.1.3
21+
version: 0.1.4
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to
2525
# follow Semantic Versioning. They should reflect the version the application is using.
2626
# It is recommended to use it with quotes.
27-
appVersion: "0.1.3"
27+
appVersion: "0.1.4"
2828

2929
dependencies:
3030
- name: redis-stack-server

poetry.lock

Lines changed: 23 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "chat-search"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = ""
55
authors = ["Hemslo Wang <[email protected]>"]
66
readme = "README.md"
@@ -10,11 +10,11 @@ packages = [
1010

1111
[tool.poetry.dependencies]
1212
beautifulsoup4 = "^4.12.3"
13-
huggingface-hub = "^0.22.2"
14-
langchain = "^0.1.16"
15-
langchain-community = "^0.0.34"
13+
huggingface-hub = "^0.23.0"
14+
langchain = "^0.1.17"
15+
langchain-community = "^0.0.36"
1616
langchain-openai = "^0.1.3"
17-
langserve = { extras = ["server"], version = "^0.0.51" }
17+
langserve = { extras = ["server"], version = "^0.1.1" }
1818
lark = "^1.1.9"
1919
lxml = "^5.2.1"
2020
opentelemetry-distro = { extras = ["oltp"], version = "^0.45b0" }

skaffold.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ deploy:
1414
chartPath: charts/chat-search
1515
valuesFiles:
1616
- values.yaml
17-
version: 0.1.3
17+
version: 0.1.4
1818
setValueTemplates:
1919
image.repository: "{{.IMAGE_REPO_chat_search}}"
2020
image.tag: "{{.IMAGE_TAG_chat_search}}@{{.IMAGE_DIGEST_chat_search}}"

0 commit comments

Comments
 (0)