Skip to content

Commit 5e0a293

Browse files
release: 0.1.0-alpha.22
1 parent c68ca44 commit 5e0a293

4 files changed

Lines changed: 55 additions & 3 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.1.0-alpha.21"
2+
".": "0.1.0-alpha.22"
33
}

CHANGELOG.md

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

3+
## 0.1.0-alpha.22 (2025-06-13)
4+
5+
Full Changelog: [v0.1.0-alpha.21...v0.1.0-alpha.22](https://github.com/clear-street/studio-sdk-python/compare/v0.1.0-alpha.21...v0.1.0-alpha.22)
6+
7+
### Features
8+
9+
* **client:** add follow_redirects request option ([781721d](https://github.com/clear-street/studio-sdk-python/commit/781721d5a4fc2a5b590a997730f571e6bb0d9f4f))
10+
11+
12+
### Bug Fixes
13+
14+
* **ci:** ensure pip is always available ([#135](https://github.com/clear-street/studio-sdk-python/issues/135)) ([bfff71d](https://github.com/clear-street/studio-sdk-python/commit/bfff71dfdddb6b569f19a05f91c47a6336a6105d))
15+
* **ci:** remove publishing patch ([#136](https://github.com/clear-street/studio-sdk-python/issues/136)) ([ca15e7b](https://github.com/clear-street/studio-sdk-python/commit/ca15e7b514989c6ca7971f8ffa24458dd655d19d))
16+
* **package:** support direct resource imports ([83cd5a7](https://github.com/clear-street/studio-sdk-python/commit/83cd5a77816062476ba0db2fdc06c1d9ed39f91b))
17+
* **perf:** optimize some hot paths ([85d888b](https://github.com/clear-street/studio-sdk-python/commit/85d888b4bee6dfb69cfb4e016ccd04215fe6eb62))
18+
* **perf:** skip traversing types for NotGiven values ([160ab43](https://github.com/clear-street/studio-sdk-python/commit/160ab43ca290b9414093596ff231def468d10e5e))
19+
* **pydantic v1:** more robust ModelField.annotation check ([e147324](https://github.com/clear-street/studio-sdk-python/commit/e147324cc67361614685ee22f835599ec29249bf))
20+
* **types:** add missing total=False ([#138](https://github.com/clear-street/studio-sdk-python/issues/138)) ([3609f94](https://github.com/clear-street/studio-sdk-python/commit/3609f94ca64fd5198e84f89743c468c6a5e01479))
21+
* **types:** handle more discriminated union shapes ([#134](https://github.com/clear-street/studio-sdk-python/issues/134)) ([864b588](https://github.com/clear-street/studio-sdk-python/commit/864b588e036e783d6ddc32264261e9c667cb0a1d))
22+
23+
24+
### Chores
25+
26+
* broadly detect json family of content-type headers ([aa80860](https://github.com/clear-street/studio-sdk-python/commit/aa80860ae42d9d60d0d5a14a50f381015bb47d72))
27+
* **ci:** add timeout thresholds for CI jobs ([b0f236f](https://github.com/clear-street/studio-sdk-python/commit/b0f236f661b422431de0908af74fca5f56181b37))
28+
* **ci:** fix installation instructions ([694d402](https://github.com/clear-street/studio-sdk-python/commit/694d402fd97838c4ed42e2334f67ac013bc633a9))
29+
* **ci:** only use depot for staging repos ([118d058](https://github.com/clear-street/studio-sdk-python/commit/118d0584875cba5eb9057063c5d16438e25bba41))
30+
* **ci:** upload sdks to package manager ([6b2a344](https://github.com/clear-street/studio-sdk-python/commit/6b2a3442a0430d078b5cffd91d8c67cbb48c6a66))
31+
* **client:** minor internal fixes ([aa059c9](https://github.com/clear-street/studio-sdk-python/commit/aa059c956e7b8bf1a1e4b829ca5fd3ade64b37e2))
32+
* **docs:** grammar improvements ([ab673f6](https://github.com/clear-street/studio-sdk-python/commit/ab673f6a8327cce47a705a32d897ce667516e504))
33+
* **docs:** remove reference to rye shell ([fd9a40f](https://github.com/clear-street/studio-sdk-python/commit/fd9a40fb753334f9d8283e4654d010c874e5443e))
34+
* fix typos ([#137](https://github.com/clear-street/studio-sdk-python/issues/137)) ([f4a8559](https://github.com/clear-street/studio-sdk-python/commit/f4a855954a075b32bc14d5181680f3a406192e44))
35+
* **internal:** avoid errors for isinstance checks on proxies ([31fdcdd](https://github.com/clear-street/studio-sdk-python/commit/31fdcddf6b0eb7265b13f817b0c82bb9f285cc21))
36+
* **internal:** base client updates ([1ccca74](https://github.com/clear-street/studio-sdk-python/commit/1ccca74827a54efcc262ed0838e3b7a18a6f6b75))
37+
* **internal:** bump pyright version ([f0eee36](https://github.com/clear-street/studio-sdk-python/commit/f0eee361fa8714157a5340c613ceb9af73b66079))
38+
* **internal:** bump rye to 0.44.0 ([#133](https://github.com/clear-street/studio-sdk-python/issues/133)) ([347d6e0](https://github.com/clear-street/studio-sdk-python/commit/347d6e01bdd850b7e686e9bbff8f2c02a8341c09))
39+
* **internal:** codegen related update ([0cf152f](https://github.com/clear-street/studio-sdk-python/commit/0cf152f3577bc5ee7801589979a031c4ace1bb06))
40+
* **internal:** codegen related update ([7d6e43c](https://github.com/clear-street/studio-sdk-python/commit/7d6e43c322fbb7a39f2ed87daf6c2d7cd4ba7902))
41+
* **internal:** codegen related update ([#131](https://github.com/clear-street/studio-sdk-python/issues/131)) ([80bef38](https://github.com/clear-street/studio-sdk-python/commit/80bef38db7e8baf2b105a24394b90de960a0f449))
42+
* **internal:** expand CI branch coverage ([c79b138](https://github.com/clear-street/studio-sdk-python/commit/c79b1384ae179489e4159aeae150ad423bfc20a0))
43+
* **internal:** fix list file params ([0b089cb](https://github.com/clear-street/studio-sdk-python/commit/0b089cb6cc341ec41d6922e1e79f368b025fc902))
44+
* **internal:** import reformatting ([70c9537](https://github.com/clear-street/studio-sdk-python/commit/70c9537693c5af41963201b4aa33107d68d82279))
45+
* **internal:** minor formatting changes ([43db1d7](https://github.com/clear-street/studio-sdk-python/commit/43db1d7a892df88bea83b285a2f3bf103e7535bc))
46+
* **internal:** reduce CI branch coverage ([146cf5c](https://github.com/clear-street/studio-sdk-python/commit/146cf5cea92aaba88b75b95452dc6f5b82d14ee7))
47+
* **internal:** refactor retries to not use recursion ([baf5229](https://github.com/clear-street/studio-sdk-python/commit/baf52293c64fa372d94f08a87c874ecb0649fcd8))
48+
* **internal:** remove trailing character ([#139](https://github.com/clear-street/studio-sdk-python/issues/139)) ([0c0845d](https://github.com/clear-street/studio-sdk-python/commit/0c0845d2098cd54296a126b630919bc6688df648))
49+
* **internal:** slight transform perf improvement ([#140](https://github.com/clear-street/studio-sdk-python/issues/140)) ([5f982a5](https://github.com/clear-street/studio-sdk-python/commit/5f982a5d2a30e967adc694b812971b20a1e3b30a))
50+
* **internal:** update models test ([37a09eb](https://github.com/clear-street/studio-sdk-python/commit/37a09eb9b10916bec4bd8c733f30b5d92c5a24fd))
51+
* **internal:** update pyright settings ([ae77241](https://github.com/clear-street/studio-sdk-python/commit/ae77241fbf6a2cb8f752dbe3570f0f711b279d09))
52+
* make the `Omit` type public ([#73](https://github.com/clear-street/studio-sdk-python/issues/73)) ([3d14c2d](https://github.com/clear-street/studio-sdk-python/commit/3d14c2d1667b114c96309ddb8c5362153ef3bda3))
53+
* **tests:** run tests in parallel ([c68ca44](https://github.com/clear-street/studio-sdk-python/commit/c68ca4425b313be6684112d47d39b9d460931430))
54+
355
## 0.1.0-alpha.21 (2025-03-14)
456

557
Full Changelog: [v0.1.0-alpha.20...v0.1.0-alpha.21](https://github.com/clear-street/studio-sdk-python/compare/v0.1.0-alpha.20...v0.1.0-alpha.21)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "clear-street-studio-sdk"
3-
version = "0.1.0-alpha.21"
3+
version = "0.1.0-alpha.22"
44
description = "The official Python library for the studio-sdk API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/studio_sdk/_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__ = "studio_sdk"
4-
__version__ = "0.1.0-alpha.21" # x-release-please-version
4+
__version__ = "0.1.0-alpha.22" # x-release-please-version

0 commit comments

Comments
 (0)