chore(openrouter): bump core ver, silence warning (#35231)

This commit is contained in:
Mason Daugherty
2026-02-15 02:42:36 -05:00
committed by GitHub
parent b026fd605b
commit 04ec7ff8ff
2 changed files with 8 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ classifiers = [
version = "0.0.2"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langchain-core>=1.2.11,<2.0.0",
"langchain-core>=1.2.13,<2.0.0",
"openrouter>=0.6.0,<1.0.0",
]
@@ -91,6 +91,9 @@ markers = [
"compile: mark placeholder test used to compile integration tests without running them",
]
asyncio_mode = "auto"
filterwarnings = [
"ignore:Unrecognized structured output method:UserWarning",
]
[tool.ruff.lint.extend-per-file-ignores]
"tests/**/*.py" = [