mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-25 12:33:39 +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",
|
||||
]
|
||||
name = "langchain-perplexity"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
description = "An integration package connecting Perplexity and LangChain"
|
||||
readme = "README.md"
|
||||
|
||||
@ -60,7 +60,7 @@ target-version = "py39"
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = ["E", "F", "I", "T201", "UP", "S"]
|
||||
ignore = [ "UP007", ]
|
||||
ignore = [ "UP007", "UP045"]
|
||||
|
||||
[tool.ruff.format]
|
||||
docstring-code-format = true
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user