release(perplexity): 1.3.0 (#37707)

This commit is contained in:
Mason Daugherty
2026-05-26 20:19:35 -04:00
committed by GitHub
parent f9be3cc328
commit b6a4138318
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -496,7 +496,7 @@ typing = [
[[package]]
name = "langchain-perplexity"
version = "1.2.0"
version = "1.3.0"
source = { editable = "." }
dependencies = [
{ name = "langchain-core" },