Skip to content

Commit

Permalink
release: 0.1.0-alpha.18
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Jan 23, 2025
1 parent 3b949f4 commit 6cdb4e4
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0-alpha.17"
".": "0.1.0-alpha.18"
}
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## 0.1.0-alpha.18 (2025-01-23)

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

### Bug Fixes

* **api:** better support union schemas with common properties ([#95](https://github.com/clear-street/studio-sdk-python/issues/95)) ([7ea9b5e](https://github.com/clear-street/studio-sdk-python/commit/7ea9b5ed2d55c42e6bda4ac896ef73d665cbba53))
* **client:** only call .close() when needed ([#92](https://github.com/clear-street/studio-sdk-python/issues/92)) ([090806b](https://github.com/clear-street/studio-sdk-python/commit/090806b20ea46fac9dd170feb98fe95ad26ebd8b))
* correctly handle deserialising `cls` fields ([#96](https://github.com/clear-street/studio-sdk-python/issues/96)) ([13bed11](https://github.com/clear-street/studio-sdk-python/commit/13bed116c380e0e3215f61258e5b70dce5d45b4c))
* **tests:** make test_get_platform less flaky ([#99](https://github.com/clear-street/studio-sdk-python/issues/99)) ([050518d](https://github.com/clear-street/studio-sdk-python/commit/050518d93ff9630513144f97b14b584e1ee7b3cf))


### Chores

* **internal:** avoid pytest-asyncio deprecation warning ([#100](https://github.com/clear-street/studio-sdk-python/issues/100)) ([a66fba3](https://github.com/clear-street/studio-sdk-python/commit/a66fba3c87fa8d9aedcd09b1b02760c95ab19b14))
* **internal:** bump httpx dependency ([#91](https://github.com/clear-street/studio-sdk-python/issues/91)) ([a836521](https://github.com/clear-street/studio-sdk-python/commit/a836521e7456b1b88bfcc88939a859219810c7e2))
* **internal:** codegen related update ([#101](https://github.com/clear-street/studio-sdk-python/issues/101)) ([3b949f4](https://github.com/clear-street/studio-sdk-python/commit/3b949f4a066d84e59e09133174bde5663b1f27c6))
* **internal:** codegen related update ([#88](https://github.com/clear-street/studio-sdk-python/issues/88)) ([dc24ced](https://github.com/clear-street/studio-sdk-python/commit/dc24ced22ec76d09b3ae9aa33abc91e432733572))
* **internal:** codegen related update ([#90](https://github.com/clear-street/studio-sdk-python/issues/90)) ([28907db](https://github.com/clear-street/studio-sdk-python/commit/28907db57dd0a72601d01676fef5316620b12144))
* **internal:** codegen related update ([#94](https://github.com/clear-street/studio-sdk-python/issues/94)) ([f5d8750](https://github.com/clear-street/studio-sdk-python/commit/f5d87505d08ffdacb49f6c71984c9c3a9b4e4585))
* **internal:** codegen related update ([#97](https://github.com/clear-street/studio-sdk-python/issues/97)) ([4144402](https://github.com/clear-street/studio-sdk-python/commit/4144402d212358d70747707a04e21510569b104c))


### Documentation

* fix typos ([#93](https://github.com/clear-street/studio-sdk-python/issues/93)) ([f142e41](https://github.com/clear-street/studio-sdk-python/commit/f142e41861709d140f3cfccf1be2e459f27ba291))
* **raw responses:** fix duplicate `the` ([#98](https://github.com/clear-street/studio-sdk-python/issues/98)) ([d6f1bdd](https://github.com/clear-street/studio-sdk-python/commit/d6f1bddd4c1b59386f6883c786f5771f63dd314d))

## 0.1.0-alpha.17 (2024-12-19)

Full Changelog: [v0.1.0-alpha.16...v0.1.0-alpha.17](https://github.com/clear-street/studio-sdk-python/compare/v0.1.0-alpha.16...v0.1.0-alpha.17)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "clear-street-studio-sdk"
version = "0.1.0-alpha.17"
version = "0.1.0-alpha.18"
description = "The official Python library for the studio-sdk API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/studio_sdk/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "studio_sdk"
__version__ = "0.1.0-alpha.17" # x-release-please-version
__version__ = "0.1.0-alpha.18" # x-release-please-version

0 comments on commit 6cdb4e4

Please sign in to comment.