File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.4 .0"
2+ "." : " 0.5 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.5.0 (2025-06-21)
4+
5+ Full Changelog: [ v0.4.0...v0.5.0] ( https://github.com/steel-dev/steel-python/compare/v0.4.0...v0.5.0 )
6+
7+ ### Features
8+
9+ * ** client:** add support for aiohttp ([ 87bc6e2] ( https://github.com/steel-dev/steel-python/commit/87bc6e2420ea32f8336251fdda4c8353b8181f35 ) )
10+
11+
12+ ### Bug Fixes
13+
14+ * ** client:** correctly parse binary response | stream ([ 96bc0a5] ( https://github.com/steel-dev/steel-python/commit/96bc0a57989271ac57a5e916a9678798e8bc7123 ) )
15+ * ** tests:** fix: tests which call HTTP endpoints directly with the example parameters ([ ffacf10] ( https://github.com/steel-dev/steel-python/commit/ffacf10a70b267665f65ee31aa176a2d0fdb0fca ) )
16+
17+
18+ ### Chores
19+
20+ * ** ci:** enable for pull requests ([ 4f581f1] ( https://github.com/steel-dev/steel-python/commit/4f581f14fac853d9ffb09aac7efcd4cba8e7e008 ) )
21+ * ** internal:** update conftest.py ([ 95540f2] ( https://github.com/steel-dev/steel-python/commit/95540f26791852e6a9864e4ebe12fb8762ed0241 ) )
22+ * ** readme:** update badges ([ e210ee7] ( https://github.com/steel-dev/steel-python/commit/e210ee78b18dc19b9b39b67c2b37f16c855f0c58 ) )
23+ * ** tests:** add tests for httpx client instantiation & proxies ([ ad4f8a1] ( https://github.com/steel-dev/steel-python/commit/ad4f8a1256746d265dd9a2c0a9bfca53fa4c61f3 ) )
24+ * ** tests:** run tests in parallel ([ 825c97f] ( https://github.com/steel-dev/steel-python/commit/825c97fc4b37a582267bf338b2640de17a254546 ) )
25+
26+
27+ ### Documentation
28+
29+ * ** client:** fix httpx.Timeout documentation reference ([ 2c5ba6f] ( https://github.com/steel-dev/steel-python/commit/2c5ba6f2f450b6b7a2172ee9dfcf9de93426773b ) )
30+
331## 0.4.0 (2025-06-03)
432
533Full Changelog: [ v0.3.0...v0.4.0] ( https://github.com/steel-dev/steel-python/compare/v0.3.0...v0.4.0 )
Original file line number Diff line number Diff line change 11[project ]
22name = " steel-sdk"
3- version = " 0.4 .0"
3+ version = " 0.5 .0"
44description = " The official Python library for the steel API"
55dynamic = [" readme" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
33__title__ = "steel"
4- __version__ = "0.4 .0" # x-release-please-version
4+ __version__ = "0.5 .0" # x-release-please-version
You can’t perform that action at this time.
0 commit comments