File tree Expand file tree Collapse file tree 6 files changed +14
-6
lines changed Expand file tree Collapse file tree 6 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.17.0 "
2+ "." : " 0.17.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.17.1 (2025-10-18)
4+
5+ Full Changelog: [ v0.17.0...v0.17.1] ( https://github.com/perplexityai/perplexity-py/compare/v0.17.0...v0.17.1 )
6+
7+ ### Chores
8+
9+ * bump ` httpx-aiohttp ` version to 0.1.9 ([ c51305f] ( https://github.com/perplexityai/perplexity-py/commit/c51305fa20dc6109a5efcfcac1f78686234e6147 ) )
10+
311## 0.17.0 (2025-10-16)
412
513Full Changelog: [ v0.16.1...v0.17.0] ( https://github.com/perplexityai/perplexity-py/compare/v0.16.1...v0.17.0 )
Original file line number Diff line number Diff line change 11[project ]
22name = " perplexityai"
3- version = " 0.17.0 "
3+ version = " 0.17.1 "
44description = " The official Python library for the perplexity API"
55dynamic = [" readme" ]
66license = " Apache-2.0"
@@ -39,7 +39,7 @@ Homepage = "https://github.com/perplexityai/perplexity-py"
3939Repository = " https://github.com/perplexityai/perplexity-py"
4040
4141[project .optional-dependencies ]
42- aiohttp = [" aiohttp" , " httpx_aiohttp>=0.1.8 " ]
42+ aiohttp = [" aiohttp" , " httpx_aiohttp>=0.1.9 " ]
4343
4444[tool .rye ]
4545managed = true
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ httpx==0.28.1
5656 # via httpx-aiohttp
5757 # via perplexityai
5858 # via respx
59- httpx-aiohttp==0.1.8
59+ httpx-aiohttp==0.1.9
6060 # via perplexityai
6161idna==3.4
6262 # via anyio
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ httpcore==1.0.9
4343httpx==0.28.1
4444 # via httpx-aiohttp
4545 # via perplexityai
46- httpx-aiohttp==0.1.8
46+ httpx-aiohttp==0.1.9
4747 # via perplexityai
4848idna==3.4
4949 # via anyio
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
33__title__ = "perplexity"
4- __version__ = "0.17.0 " # x-release-please-version
4+ __version__ = "0.17.1 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments