This commit is contained in:
Mason Daugherty
2026-03-22 18:50:16 -04:00
parent 3ff0b27f61
commit 6273cde11b
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
from langchain_perplexity import __all__
EXPECTED_ALL = [
"__version__",
"ChatPerplexity",
"PerplexitySearchRetriever",
"PerplexitySearchResults",

View File

@@ -422,7 +422,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "1.2.19"
version = "1.2.20"
source = { editable = "../../core" }
dependencies = [
{ name = "jsonpatch" },