Skip to content

Commit 10996a2

Browse files
authored
release(perplexity): 0.1.2 (#32176)
1 parent 2aed07e commit 10996a2

File tree

2 files changed

+1352
-1351
lines changed

2 files changed

+1352
-1351
lines changed

libs/partners/perplexity/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
"openai<2.0.0,>=1.68.2",
1212
]
1313
name = "langchain-perplexity"
14-
version = "0.1.1"
14+
version = "0.1.2"
1515
description = "An integration package connecting Perplexity and LangChain"
1616
readme = "README.md"
1717

@@ -60,7 +60,7 @@ target-version = "py39"
6060

6161
[tool.ruff.lint]
6262
select = ["E", "F", "I", "T201", "UP", "S"]
63-
ignore = [ "UP007", ]
63+
ignore = [ "UP007", "UP045"]
6464

6565
[tool.ruff.format]
6666
docstring-code-format = true

0 commit comments

Comments
 (0)