This commit is contained in:
William Fu-Hinthorn
2024-09-13 16:58:12 -07:00
parent 6cb0b0506e
commit ef0d1af289

View File

@@ -9,7 +9,7 @@ readme = "README.md"
license = { text = "MIT" } license = { text = "MIT" }
requires-python = ">=3.9" requires-python = ">=3.9"
dependencies = [ dependencies = [
"anthropic>=0.34.2", "langchain-anthropic>=0.2.0",
"langgraph>=0.2.6", "langgraph>=0.2.6",
"python-dotenv>=1.0.1", "python-dotenv>=1.0.1",
] ]