Skip to content

Commit

Permalink
chore: upgrade langchain to 0.3.*
Browse files Browse the repository at this point in the history
  • Loading branch information
meetbryce committed Oct 13, 2024
1 parent 6945de7 commit 73a1c10
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion ossai/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from typing import Union

from dotenv import load_dotenv
from langchain.callbacks.tracers import LangChainTracer
from langchain_core.tracers import LangChainTracer

from ossai.logging_config import logger

Expand Down
48 changes: 24 additions & 24 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ nltk = "^3.9.1"
gensim = "^4.3.2"
coverage = "^7.4.4"
scipy = "1.12"
langchain = "^0.2.3"
langchain-openai = "^0.1.8"
langchain = "^0.3.3"
langchain-openai = "^0.2.2"
reportlab = "^4.2.5"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 73a1c10

Please sign in to comment.