Skip to content

Commit

Permalink
chore: bump depdencies
Browse files Browse the repository at this point in the history
  • Loading branch information
feiskyer committed Sep 4, 2023
1 parent 4868b79 commit 0dedd15
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 29 deletions.
4 changes: 2 additions & 2 deletions kube_copilot/chains.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
from langchain.callbacks import HumanApprovalCallbackHandler
from langchain.agents.structured_chat.base import StructuredChatAgent
from langchain.utilities import GoogleSearchAPIWrapper
from langchain.experimental.plan_and_execute import PlanAndExecute, load_chat_planner
from langchain.experimental.plan_and_execute.executors.base import ChainExecutor
from langchain_experimental.plan_and_execute import PlanAndExecute, load_chat_planner
from langchain_experimental.plan_and_execute.executors.base import ChainExecutor
from langchain.agents.structured_chat.base import StructuredChatAgent
from langchain.callbacks import StdOutCallbackHandler
from langchain.memory import ConversationBufferMemory
Expand Down
45 changes: 18 additions & 27 deletions poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ google-api-python-client = ">=2.85.0"
click = ">=8.1.3"
kubernetes = ">=26.1,<28.0"
streamlit = "^1.24.0"
langchain-experimental = "^0.0.13"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 0dedd15

Please sign in to comment.