mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-26 04:51:45 +00:00
release(perplexity): 0.1.2 (#32176)
This commit is contained in:
parent
2aed07efb6
commit
10996a2821
@ -11,7 +11,7 @@ dependencies = [
|
|||||||
"openai<2.0.0,>=1.68.2",
|
"openai<2.0.0,>=1.68.2",
|
||||||
]
|
]
|
||||||
name = "langchain-perplexity"
|
name = "langchain-perplexity"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
description = "An integration package connecting Perplexity and LangChain"
|
description = "An integration package connecting Perplexity and LangChain"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
@ -60,7 +60,7 @@ target-version = "py39"
|
|||||||
|
|
||||||
[tool.ruff.lint]
|
[tool.ruff.lint]
|
||||||
select = ["E", "F", "I", "T201", "UP", "S"]
|
select = ["E", "F", "I", "T201", "UP", "S"]
|
||||||
ignore = [ "UP007", ]
|
ignore = [ "UP007", "UP045"]
|
||||||
|
|
||||||
[tool.ruff.format]
|
[tool.ruff.format]
|
||||||
docstring-code-format = true
|
docstring-code-format = true
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user