Skip to content

Commit 46fc1b6

Browse files
release: 0.1.0-alpha.24
1 parent fc0600a commit 46fc1b6

4 files changed

Lines changed: 40 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.23"
2+
".": "0.1.0-alpha.24"
33
}

CHANGELOG.md

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

3+
## 0.1.0-alpha.24 (2026-04-01)
4+
5+
Full Changelog: [v0.1.0-alpha.23...v0.1.0-alpha.24](https://github.com/clear-street/studio-sdk-python/compare/v0.1.0-alpha.23...v0.1.0-alpha.24)
6+
7+
### Features
8+
9+
* **api:** manual updates ([0ff5d93](https://github.com/clear-street/studio-sdk-python/commit/0ff5d93264bdf408725dc4c174991046982d3733))
10+
* **api:** version update ([ac1593a](https://github.com/clear-street/studio-sdk-python/commit/ac1593ab78e31f08986294a5d51953d7b24705e6))
11+
* **internal:** implement indices array format for query and form serialization ([aa7e838](https://github.com/clear-street/studio-sdk-python/commit/aa7e838b08fe5e70f8a1cb9139aad3473406b20c))
12+
13+
14+
### Bug Fixes
15+
16+
* **deps:** bump minimum typing-extensions version ([08df80c](https://github.com/clear-street/studio-sdk-python/commit/08df80c440b51681ff01817f20d857edf7f7a811))
17+
* **pydantic:** do not pass `by_alias` unless set ([ca3d83c](https://github.com/clear-street/studio-sdk-python/commit/ca3d83c16b15b6f762e778280df1c2432d0385b8))
18+
* sanitize endpoint path params ([2c2ca70](https://github.com/clear-street/studio-sdk-python/commit/2c2ca70c11152a83b9d78d516f68873d59881037))
19+
20+
21+
### Chores
22+
23+
* **ci:** skip lint on metadata-only changes ([de10095](https://github.com/clear-street/studio-sdk-python/commit/de10095bb4e2eac15cdfe7a594e405d450dfa496))
24+
* **ci:** skip uploading artifacts on stainless-internal branches ([f90e7cb](https://github.com/clear-street/studio-sdk-python/commit/f90e7cb5d4d1cdadbfd73ea61f1157c14c764760))
25+
* **internal:** tweak CI branches ([128205c](https://github.com/clear-street/studio-sdk-python/commit/128205c80683fc486322e0c16bdfdd52002fb30d))
26+
* **internal:** update gitignore ([a276fae](https://github.com/clear-street/studio-sdk-python/commit/a276faec6555cea23c4ced41f43a5be1fe961a1a))
27+
* **test:** do not count install time for mock server timeout ([ef4ae2d](https://github.com/clear-street/studio-sdk-python/commit/ef4ae2d9745db30395b90f8f2c577b2264b58840))
28+
* **tests:** bump steady to v0.19.4 ([04177d0](https://github.com/clear-street/studio-sdk-python/commit/04177d07eeb21c94992648a115283425618ba835))
29+
* **tests:** bump steady to v0.19.5 ([107e5c8](https://github.com/clear-street/studio-sdk-python/commit/107e5c81db3ca095bd2c714863eb268e5b536ceb))
30+
* **tests:** bump steady to v0.19.6 ([f276106](https://github.com/clear-street/studio-sdk-python/commit/f276106029214b08211a1b9d2e22ffad2c65c719))
31+
* **tests:** bump steady to v0.19.7 ([2c78d48](https://github.com/clear-street/studio-sdk-python/commit/2c78d48b4b0b819e1e174a57f562e4c7b42ffa7e))
32+
* **tests:** bump steady to v0.20.1 ([67c8821](https://github.com/clear-street/studio-sdk-python/commit/67c88213b864d79f956a369cb91258fe96aaedee))
33+
* **tests:** bump steady to v0.20.2 ([fc0600a](https://github.com/clear-street/studio-sdk-python/commit/fc0600a131bed3c9845de0fdeafbbb93dfb9d39d))
34+
35+
36+
### Refactors
37+
38+
* **tests:** switch from prism to steady ([4578e7c](https://github.com/clear-street/studio-sdk-python/commit/4578e7c91674b5bb9993b34ddcb54e8c592bc495))
39+
340
## 0.1.0-alpha.23 (2026-03-03)
441

542
Full Changelog: [v0.1.0-alpha.22...v0.1.0-alpha.23](https://github.com/clear-street/studio-sdk-python/compare/v0.1.0-alpha.22...v0.1.0-alpha.23)

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.23"
3+
version = "0.1.0-alpha.24"
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.23" # x-release-please-version
4+
__version__ = "0.1.0-alpha.24" # x-release-please-version

0 commit comments

Comments
 (0)