Skip to content

Commit 299016a

Browse files
authored
release: 0.43.5 (#115)
Automated Release PR --- ## [0.43.5](v0.43.4...v0.43.5) (2026-08-31) ### Bug Fixes * require Python 3.10 ([#113](#113)) ([54b2be8](54b2be8)) ### Chores * sync generated API SDKs ([#116](#116)) ([c352212](c352212)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent c352212 commit 299016a

5 files changed

Lines changed: 16 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.43.4"
2+
".": "0.43.5"
33
}

BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ py_wheel(
116116
"typing-extensions>=4.14,<5",
117117
],
118118
strip_path_prefixes = ["src"],
119-
version = "0.43.4", # x-release-please-version
119+
version = "0.43.5", # x-release-please-version
120120
deps = [":package"],
121121
)
122122

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.43.5](https://github.com/perplexityai/perplexity-py/compare/v0.43.4...v0.43.5) (2026-08-31)
4+
5+
6+
### Bug Fixes
7+
8+
* require Python 3.10 ([#113](https://github.com/perplexityai/perplexity-py/issues/113)) ([54b2be8](https://github.com/perplexityai/perplexity-py/commit/54b2be88a19b5fe2d89aca7177e443bac8c7c6ae))
9+
10+
11+
### Chores
12+
13+
* sync generated API SDKs ([#116](https://github.com/perplexityai/perplexity-py/issues/116)) ([c352212](https://github.com/perplexityai/perplexity-py/commit/c352212e53e0bf98d45e4c7d0274772671dc8ce7))
14+
315
## [0.43.4](https://github.com/perplexityai/perplexity-py/compare/v0.43.3...v0.43.4) (2026-08-31)
416

517

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "perplexityai"
3-
version = "0.43.4"
3+
version = "0.43.5"
44
description = "The official Python library for the perplexity API"
55
readme = "README.md"
66
license = "Apache-2.0"

src/perplexity/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "perplexity"
4-
__version__ = "0.43.4" # x-release-please-version
4+
__version__ = "0.43.5" # x-release-please-version

0 commit comments

Comments
 (0)