diff --git a/level_3/pyproject.toml b/level_3/pyproject.toml index 6e849f244..fc7d694ea 100644 --- a/level_3/pyproject.toml +++ b/level_3/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" #langchain = {git = "https://github.com/topoteretes/langchain.git" , tag = "v0.0.209"} -langchain = "v0.0.303" +langchain = "v0.0.308" nltk = "3.8.1" openai = "0.27.8"