release(perplexity): 1.0.0a1 (#33234)

This commit is contained in:
Mason Daugherty
2025-10-02 19:23:22 -04:00
committed by GitHub
parent 743e9b2ad1
commit 9f75e20d4f
2 changed files with 2 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ dependencies = [
"openai>=2.0.0,<3.0.0",
]
name = "langchain-perplexity"
version = "0.1.2"
version = "1.0.0a1"
description = "An integration package connecting Perplexity and LangChain"
readme = "README.md"
@@ -54,9 +54,6 @@ plugins = ['pydantic.mypy']
module = "transformers"
ignore_missing_imports = true
[tool.ruff]
target-version = "py39"
[tool.ruff.format]
docstring-code-format = true

View File

@@ -553,7 +553,7 @@ typing = [
[[package]]
name = "langchain-perplexity"
version = "0.1.2"
version = "1.0.0a1"
source = { editable = "." }
dependencies = [
{ name = "langchain-core" },