release(openrouter): 0.1.0 (#35560)

This commit is contained in:
Mason Daugherty
2026-03-04 15:37:38 -05:00
committed by GitHub
parent e91da86efe
commit 23f3f59081
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
version = "0.0.2"
version = "0.1.0"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langchain-core>=1.2.13,<2.0.0",

View File

@@ -378,7 +378,7 @@ typing = [
[[package]]
name = "langchain-openrouter"
version = "0.0.2"
version = "0.1.0"
source = { editable = "." }
dependencies = [
{ name = "langchain-core" },