diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8f3e0a4..b4e9013 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.15.0" + ".": "0.16.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 3c7b8e5..714b781 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 5 openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/perplexity-ai%2Fperplexity-a5b37a929bd593ff0817459fc9a9c59f7c6a3af614c0485f00a212f2668f846b.yml openapi_spec_hash: e25bde2df8fd479ea1e591c07adac8b6 -config_hash: 0be7520657a7a0fb6b5a839e716fe30c +config_hash: 29552caca3e91432ed1a14f4a38487cc diff --git a/CHANGELOG.md b/CHANGELOG.md index 0477670..c68ce9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.16.0 (2025-10-10) + +Full Changelog: [v0.15.0...v0.16.0](https://github.com/perplexityai/perplexity-py/compare/v0.15.0...v0.16.0) + +### Features + +* **api:** manual updates ([59b9e2d](https://github.com/perplexityai/perplexity-py/commit/59b9e2de4c925b7a8be7e3cff6ffd0de270b5891)) + ## 0.15.0 (2025-10-08) Full Changelog: [v0.14.0...v0.15.0](https://github.com/perplexityai/perplexity-py/compare/v0.14.0...v0.15.0) diff --git a/README.md b/README.md index 7f2c203..d8619c9 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ It is generated with [Stainless](https://www.stainless.com/). ## Documentation -The full API of this library can be found in [api.md](api.md). +The REST API documentation can be found on [docs.perplexity.ai](https://docs.perplexity.ai/). The full API of this library can be found in [api.md](api.md). ## Installation diff --git a/SECURITY.md b/SECURITY.md index bcbdbdf..6e176a6 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -18,6 +18,10 @@ before making any information public. If you encounter security issues that are not directly related to SDKs but pertain to the services or products provided by Perplexity, please follow the respective company's security reporting guidelines. +### Perplexity Terms and Policies + +Please contact api@perplexity.ai for any questions or concerns regarding the security of our services. + --- Thank you for helping us keep the SDKs and systems they interact with secure. diff --git a/pyproject.toml b/pyproject.toml index 78dedf3..411fc01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,11 @@ [project] name = "perplexityai" -version = "0.15.0" +version = "0.16.0" description = "The official Python library for the perplexity API" dynamic = ["readme"] license = "Apache-2.0" authors = [ -{ name = "Perplexity", email = "" }, +{ name = "Perplexity", email = "api@perplexity.ai" }, ] dependencies = [ "httpx>=0.23.0, <1", diff --git a/src/perplexity/_version.py b/src/perplexity/_version.py index 5098af5..808bbd5 100644 --- a/src/perplexity/_version.py +++ b/src/perplexity/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "perplexity" -__version__ = "0.15.0" # x-release-please-version +__version__ = "0.16.0" # x-release-please-version