chore: bump model profiles (#35294)

This commit is contained in:
Mason Daugherty
2026-02-17 20:22:07 -05:00
committed by GitHub
parent a565cf85eb
commit 82ae4fb6fa
19 changed files with 1231 additions and 1053 deletions

View File

@@ -531,7 +531,7 @@ requires-dist = [
provides-extras = ["community", "anthropic", "openai", "azure-ai", "google-vertexai", "google-genai", "fireworks", "ollama", "together", "mistralai", "huggingface", "groq", "aws", "deepseek", "xai", "perplexity"]
[package.metadata.requires-dev]
lint = [{ name = "ruff", specifier = ">=0.14.11,<0.16.0" }]
lint = [{ name = "ruff", specifier = ">=0.15.0,<0.16.0" }]
test = [
{ name = "blockbuster", specifier = ">=1.5.26,<1.6.0" },
{ name = "langchain-openai", editable = "../openai" },
@@ -646,7 +646,7 @@ typing = [
[[package]]
name = "langchain-core"
version = "1.2.11"
version = "1.2.13"
source = { editable = "../../core" }
dependencies = [
{ name = "jsonpatch" },
@@ -677,7 +677,7 @@ dev = [
{ name = "jupyter", specifier = ">=1.0.0,<2.0.0" },
{ name = "setuptools", specifier = ">=67.6.1,<83.0.0" },
]
lint = [{ name = "ruff", specifier = ">=0.14.11,<0.16.0" }]
lint = [{ name = "ruff", specifier = ">=0.15.0,<0.16.0" }]
test = [
{ name = "blockbuster", specifier = ">=1.5.18,<1.6.0" },
{ name = "freezegun", specifier = ">=1.2.2,<2.0.0" },
@@ -740,7 +740,7 @@ requires-dist = [
]
[package.metadata.requires-dev]
lint = [{ name = "ruff", specifier = ">=0.14.11,<0.16.0" }]
lint = [{ name = "ruff", specifier = ">=0.15.0,<0.16.0" }]
test = [{ name = "langchain-core", editable = "../../core" }]
test-integration = []
typing = [