diff --git a/pyproject.toml b/pyproject.toml index eeab697..fd198ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires-python = ">=3.10" dependencies = [ "langchain>=1.3.17", "langchain-openai>=1.6.0", - "langchain-core>=1.6.0", + "langchain-core>=1.6.2", "python-dotenv>=1.2.3", "questionary>=2.1.1", "requests>=2.34.2",