This commit is contained in:
Mason Daugherty 2025-07-22 16:25:02 -04:00
parent fa487fb62d
commit ca137bfe62
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ authors = []
license = { text = "MIT" }
requires-python = ">=3.9"
dependencies = [
"langchain-core<1.0.0,>=0.3.70",
"langchain-core<1.0.0,>=0.3.71",
"openai<2.0.0,>=1.97.1",
]
name = "langchain-perplexity"

View File

@ -481,7 +481,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "0.3.70"
version = "0.3.71"
source = { editable = "../../core" }
dependencies = [
{ name = "jsonpatch" },