Skip to content

Commit 320667d

Browse files
release: 0.1.0-alpha.24
1 parent f276106 commit 320667d

4 files changed

Lines changed: 35 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: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog
22

3+
## 0.1.0-alpha.24 (2026-03-24)
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+
12+
13+
### Bug Fixes
14+
15+
* **deps:** bump minimum typing-extensions version ([08df80c](https://github.com/clear-street/studio-sdk-python/commit/08df80c440b51681ff01817f20d857edf7f7a811))
16+
* **pydantic:** do not pass `by_alias` unless set ([ca3d83c](https://github.com/clear-street/studio-sdk-python/commit/ca3d83c16b15b6f762e778280df1c2432d0385b8))
17+
* sanitize endpoint path params ([2c2ca70](https://github.com/clear-street/studio-sdk-python/commit/2c2ca70c11152a83b9d78d516f68873d59881037))
18+
19+
20+
### Chores
21+
22+
* **ci:** skip uploading artifacts on stainless-internal branches ([f90e7cb](https://github.com/clear-street/studio-sdk-python/commit/f90e7cb5d4d1cdadbfd73ea61f1157c14c764760))
23+
* **internal:** tweak CI branches ([128205c](https://github.com/clear-street/studio-sdk-python/commit/128205c80683fc486322e0c16bdfdd52002fb30d))
24+
* **internal:** update gitignore ([a276fae](https://github.com/clear-street/studio-sdk-python/commit/a276faec6555cea23c4ced41f43a5be1fe961a1a))
25+
* **test:** do not count install time for mock server timeout ([ef4ae2d](https://github.com/clear-street/studio-sdk-python/commit/ef4ae2d9745db30395b90f8f2c577b2264b58840))
26+
* **tests:** bump steady to v0.19.4 ([04177d0](https://github.com/clear-street/studio-sdk-python/commit/04177d07eeb21c94992648a115283425618ba835))
27+
* **tests:** bump steady to v0.19.5 ([107e5c8](https://github.com/clear-street/studio-sdk-python/commit/107e5c81db3ca095bd2c714863eb268e5b536ceb))
28+
* **tests:** bump steady to v0.19.6 ([f276106](https://github.com/clear-street/studio-sdk-python/commit/f276106029214b08211a1b9d2e22ffad2c65c719))
29+
30+
31+
### Refactors
32+
33+
* **tests:** switch from prism to steady ([4578e7c](https://github.com/clear-street/studio-sdk-python/commit/4578e7c91674b5bb9993b34ddcb54e8c592bc495))
34+
335
## 0.1.0-alpha.23 (2026-03-03)
436

537
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)