Update uv.lock to sync with pyproject.toml (#724)

This commit is contained in:
Willem Jiang 2025-11-28 22:33:49 +08:00 committed by GitHub
parent 1d77a369ec
commit b0498fb892
1 changed files with 1 additions and 1 deletions

View File

@ -533,7 +533,7 @@ requires-dist = [
{ name = "json-repair", specifier = ">=0.7.0" },
{ name = "langchain", specifier = ">=1.0.0" },
{ name = "langchain-community", specifier = ">=0.3.19" },
{ name = "langchain-core", specifier = ">=0.3.72" },
{ name = "langchain-core", specifier = ">=1.0.0" },
{ name = "langchain-deepseek", specifier = ">=0.1.3" },
{ name = "langchain-experimental", specifier = ">=0.3.4" },
{ name = "langchain-google-genai", specifier = ">=2.0.6" },