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

View File

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