diff --git a/pyproject.toml b/pyproject.toml index 8c9a409..5ef9ce0 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.1", "python-dotenv>=1.2.3", "questionary>=2.1.1", "requests>=2.34.2",