Skip to content

Commit

Permalink
poetry update langchain: langchain = ^0.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Arunprakaash committed May 24, 2024
1 parent ab8c5d7 commit 9a7ea8c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 37 deletions.
45 changes: 14 additions & 31 deletions poetry.lock

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

9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,11 @@ google-api-python-client = "^2.116.0"
pymupdf = "^1.23.21"
google-auth-oauthlib = "^1.2.0"
google-auth-httplib2 = "^0.2.0"
langchain = "^0.1.14"
langchain-core = "^0.1.25"
langchain-community = "^0.0.31"
langchain-openai = "^0.1.1"
langchain = "^0.1.17"
langchain-core = "^0.1.52"
langchain-community = "^0.0.38"
langchain-openai = "^0.1.6"
pydantic = "^1.10.14"
langchain-pinecone = "^0.0.3"



Expand Down
2 changes: 1 addition & 1 deletion src/sayvai_tools/tools/calendar_block/tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def create(cls, **kwargs) -> "BlockCalendar":
)

def _run(self, date: str, contacts: list):
self.cal.block_day(
self.vsical.block_day(
date=date,
contacts=contacts,
organizer=self.organizer,
Expand Down

0 comments on commit 9a7ea8c

Please sign in to comment.