Skip to content

Commit 43ed6ee

Browse files
release: 0.17.1
1 parent a90bcd7 commit 43ed6ee

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-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-
".": "0.17.0"
2+
".": "0.17.1"
33
}

CHANGELOG.md

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

3+
## 0.17.1 (2026-03-25)
4+
5+
Full Changelog: [v0.17.0...v0.17.1](https://github.com/steel-dev/steel-python/compare/v0.17.0...v0.17.1)
6+
7+
### Bug Fixes
8+
9+
* **deps:** bump minimum typing-extensions version ([3815a72](https://github.com/steel-dev/steel-python/commit/3815a72732d737d7403f91fbec741c95dd5f89d5))
10+
* **pydantic:** do not pass `by_alias` unless set ([f9686b4](https://github.com/steel-dev/steel-python/commit/f9686b47001a452f8591d9d65c7dd8c70dad5204))
11+
* sanitize endpoint path params ([abb806c](https://github.com/steel-dev/steel-python/commit/abb806c6ada0cb749bf734ada489eeff02738673))
12+
13+
14+
### Chores
15+
16+
* **ci:** skip lint on metadata-only changes ([a90bcd7](https://github.com/steel-dev/steel-python/commit/a90bcd7ec396cded3006818beffe1c1f8780f6d1))
17+
* **internal:** tweak CI branches ([35a8acc](https://github.com/steel-dev/steel-python/commit/35a8acc7fd278d27398979892a10832291f74e9d))
18+
* **internal:** update gitignore ([4f0a06c](https://github.com/steel-dev/steel-python/commit/4f0a06c5eb8b1b88597e4d562de24284d4c9e2d3))
19+
* **tests:** bump steady to v0.19.4 ([fc582c4](https://github.com/steel-dev/steel-python/commit/fc582c4da1253d3851af25e753398ed6139cdac6))
20+
* **tests:** bump steady to v0.19.5 ([9927574](https://github.com/steel-dev/steel-python/commit/9927574b27a5d281732032176c9da052e7da5ea0))
21+
* **tests:** bump steady to v0.19.6 ([81717f3](https://github.com/steel-dev/steel-python/commit/81717f34046cb49e43a25db03d8b5bb153429284))
22+
23+
24+
### Refactors
25+
26+
* **tests:** switch from prism to steady ([791de4d](https://github.com/steel-dev/steel-python/commit/791de4d8baf003a3600e7e7a9422a36fc6729c12))
27+
328
## 0.17.0 (2026-03-16)
429

530
Full Changelog: [v0.16.0...v0.17.0](https://github.com/steel-dev/steel-python/compare/v0.16.0...v0.17.0)

pyproject.toml

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

src/steel/_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__ = "steel"
4-
__version__ = "0.17.0" # x-release-please-version
4+
__version__ = "0.17.1" # x-release-please-version

0 commit comments

Comments
 (0)