Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
Signed-off-by: Hemslo Wang <[email protected]>
  • Loading branch information
hemslo committed May 6, 2024
1 parent 8decfc3 commit d081905
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 44 deletions.
4 changes: 2 additions & 2 deletions charts/chat-search/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.3
version: 0.1.4

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

dependencies:
- name: redis-stack-server
Expand Down
59 changes: 23 additions & 36 deletions poetry.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "chat-search"
version = "0.1.3"
version = "0.1.4"
description = ""
authors = ["Hemslo Wang <[email protected]>"]
readme = "README.md"
Expand All @@ -10,11 +10,11 @@ packages = [

[tool.poetry.dependencies]
beautifulsoup4 = "^4.12.3"
huggingface-hub = "^0.22.2"
langchain = "^0.1.16"
langchain-community = "^0.0.34"
huggingface-hub = "^0.23.0"
langchain = "^0.1.17"
langchain-community = "^0.0.36"
langchain-openai = "^0.1.3"
langserve = { extras = ["server"], version = "^0.0.51" }
langserve = { extras = ["server"], version = "^0.1.1" }
lark = "^1.1.9"
lxml = "^5.2.1"
opentelemetry-distro = { extras = ["oltp"], version = "^0.45b0" }
Expand Down
2 changes: 1 addition & 1 deletion skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ deploy:
chartPath: charts/chat-search
valuesFiles:
- values.yaml
version: 0.1.3
version: 0.1.4
setValueTemplates:
image.repository: "{{.IMAGE_REPO_chat_search}}"
image.tag: "{{.IMAGE_TAG_chat_search}}@{{.IMAGE_DIGEST_chat_search}}"
Expand Down

0 comments on commit d081905

Please sign in to comment.