Skip to content

Commit 6e19757

Browse files
release: 3.0.0
1 parent 2b98307 commit 6e19757

File tree

4 files changed

+45
-3
lines changed

4 files changed

+45
-3
lines changed

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Changelog
2+
3+
## 3.0.0 (2025-06-27)
4+
5+
Full Changelog: [v2.0.23...v3.0.0](https://github.com/You-OpenSource/You-Python/compare/v2.0.23...v3.0.0)
6+
7+
### Features
8+
9+
* **client:** add follow_redirects request option ([4d47f85](https://github.com/You-OpenSource/You-Python/commit/4d47f85104c202e1bad03dd30281050229422b06))
10+
* **client:** add support for aiohttp ([738eb2c](https://github.com/You-OpenSource/You-Python/commit/738eb2cbbe3b23d9edba12bdf30b6676846a78c4))
11+
12+
13+
### Bug Fixes
14+
15+
* **ci:** release-doctor — report correct token name ([2b98307](https://github.com/You-OpenSource/You-Python/commit/2b9830704adddde1ac0c9c80187b8ac32a274604))
16+
* **client:** correctly parse binary response | stream ([f4810f4](https://github.com/You-OpenSource/You-Python/commit/f4810f4a8e67fc9615de27e4b7475be792de39d6))
17+
* **package:** support direct resource imports ([edf7871](https://github.com/You-OpenSource/You-Python/commit/edf7871f8c6ca8c5baca3c0c7fb15ede1cf3a9c2))
18+
* **tests:** fix: tests which call HTTP endpoints directly with the example parameters ([38b773a](https://github.com/You-OpenSource/You-Python/commit/38b773a19fec344ffe8ab04cb4449f7ed23778c5))
19+
20+
21+
### Chores
22+
23+
* **ci:** enable for pull requests ([863412b](https://github.com/You-OpenSource/You-Python/commit/863412bfe9721714709c1109ab9bf3d608b3e81c))
24+
* **ci:** fix installation instructions ([9b2771b](https://github.com/You-OpenSource/You-Python/commit/9b2771b802a0dc854c4ff8099e8798207bff9cba))
25+
* **ci:** upload sdks to package manager ([5953bf4](https://github.com/You-OpenSource/You-Python/commit/5953bf406ad005f2fa3fd461e3a58deaefd1b4d5))
26+
* **docs:** grammar improvements ([836d4ea](https://github.com/You-OpenSource/You-Python/commit/836d4ea5ae3515d5dc2c8e102467898f93352cc3))
27+
* **docs:** remove reference to rye shell ([187ecc9](https://github.com/You-OpenSource/You-Python/commit/187ecc9d46568cbb61f2b69787def39b99a2358e))
28+
* **internal:** avoid errors for isinstance checks on proxies ([0c64f6a](https://github.com/You-OpenSource/You-Python/commit/0c64f6a96edfb86e6376bdd138cea718dd5a2973))
29+
* **internal:** codegen related update ([92331b9](https://github.com/You-OpenSource/You-Python/commit/92331b90677275ea5ceff33ef0c0abf9c50a26cc))
30+
* **internal:** update conftest.py ([6e97402](https://github.com/You-OpenSource/You-Python/commit/6e97402b06e5e02525a69f3790afbd858e8a66e4))
31+
* **readme:** update badges ([6339cd8](https://github.com/You-OpenSource/You-Python/commit/6339cd82af07b54a79c1fac3c2a44fa94a1151c5))
32+
* sync repo ([dc912e6](https://github.com/You-OpenSource/You-Python/commit/dc912e683c739f424a119bbeaba858d65778909d))
33+
* **tests:** add tests for httpx client instantiation & proxies ([8aabce1](https://github.com/You-OpenSource/You-Python/commit/8aabce14a7bd4f86937702b665b9f379eb64aae8))
34+
* **tests:** run tests in parallel ([0b3bd99](https://github.com/You-OpenSource/You-Python/commit/0b3bd99aedb66a79b23fbdb0975e5be673891ea9))
35+
* **tests:** skip some failing tests on the latest python versions ([7fc905e](https://github.com/You-OpenSource/You-Python/commit/7fc905e0047a3dc1faf83000c9010d95af283cd3))
36+
* update SDK settings ([323499b](https://github.com/You-OpenSource/You-Python/commit/323499ba910ff1f183d1df60c06576c77e532e82))
37+
* update SDK settings ([bd65b0f](https://github.com/You-OpenSource/You-Python/commit/bd65b0fb9d38b89ace7fbeb78da6ca90c9f490a9))
38+
39+
40+
### Documentation
41+
42+
* **client:** fix httpx.Timeout documentation reference ([e7d0d02](https://github.com/You-OpenSource/You-Python/commit/e7d0d027dafec38d34df6847cced50d283de7214))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "youdotcom"
3-
version = "2.0.23"
3+
version = "3.0.0"
44
description = "The official Python library for the ydc-search-api API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/ydc_search_api/_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__ = "ydc_search_api"
4-
__version__ = "2.0.23" # x-release-please-version
4+
__version__ = "3.0.0" # x-release-please-version

0 commit comments

Comments
 (0)