File tree Expand file tree Collapse file tree 4 files changed +34
-3
lines changed Expand file tree Collapse file tree 4 files changed +34
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.5 .0"
2
+ "." : " 1.6 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.6.0 (2024-09-25)
4
+
5
+ Full Changelog: [ v1.5.0...v1.6.0] ( https://github.com/Finch-API/finch-api-python/compare/v1.5.0...v1.6.0 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** manual updates ([ #503 ] ( https://github.com/Finch-API/finch-api-python/issues/503 ) ) ([ 0fd72d8] ( https://github.com/Finch-API/finch-api-python/commit/0fd72d872880e93a0f925b5d96166cbba09978d5 ) )
10
+ * ** api:** manual updates ([ #505 ] ( https://github.com/Finch-API/finch-api-python/issues/505 ) ) ([ 5d63f1f] ( https://github.com/Finch-API/finch-api-python/commit/5d63f1fce9e852260bdbc946fd623ec524bb6dc0 ) )
11
+ * ** api:** OpenAPI spec update via Stainless API ([ #498 ] ( https://github.com/Finch-API/finch-api-python/issues/498 ) ) ([ 1e0e4a1] ( https://github.com/Finch-API/finch-api-python/commit/1e0e4a19217910c2e91325b5e25fe7c1d3d53be6 ) )
12
+ * ** client:** send retry count header ([ #500 ] ( https://github.com/Finch-API/finch-api-python/issues/500 ) ) ([ a6a35ea] ( https://github.com/Finch-API/finch-api-python/commit/a6a35eafaef92bfb88834c4d51fe66f6c604c5f5 ) )
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * ** client:** handle domains with underscores ([ #499 ] ( https://github.com/Finch-API/finch-api-python/issues/499 ) ) ([ 9b3fa1e] ( https://github.com/Finch-API/finch-api-python/commit/9b3fa1ec8f269762dea5026c202430a8b4a3078a ) )
18
+
19
+
20
+ ### Chores
21
+
22
+ * ** internal:** bump pyright / mypy version ([ #497 ] ( https://github.com/Finch-API/finch-api-python/issues/497 ) ) ([ 85749d1] ( https://github.com/Finch-API/finch-api-python/commit/85749d1c2ddf4ea4984b32ea3723a79ad7cc6e99 ) )
23
+ * ** internal:** bump ruff ([ #496 ] ( https://github.com/Finch-API/finch-api-python/issues/496 ) ) ([ f1a7d3f] ( https://github.com/Finch-API/finch-api-python/commit/f1a7d3f788e0202c2094b5e60b089237a765ce5d ) )
24
+ * ** internal:** codegen related update ([ #493 ] ( https://github.com/Finch-API/finch-api-python/issues/493 ) ) ([ 590d384] ( https://github.com/Finch-API/finch-api-python/commit/590d38471e5703f6c17385971a9d9cb7e3d6a857 ) )
25
+ * ** internal:** codegen related update ([ #501 ] ( https://github.com/Finch-API/finch-api-python/issues/501 ) ) ([ ea96424] ( https://github.com/Finch-API/finch-api-python/commit/ea96424a4169593a26176f02a2440d27719e911e ) )
26
+ * ** internal:** skip failing tests ([ #502 ] ( https://github.com/Finch-API/finch-api-python/issues/502 ) ) ([ 8d25365] ( https://github.com/Finch-API/finch-api-python/commit/8d253655360633edda36df8551b41355b6d68773 ) )
27
+ * ** internal:** update pydantic v1 compat helpers ([ #504 ] ( https://github.com/Finch-API/finch-api-python/issues/504 ) ) ([ 17ba83b] ( https://github.com/Finch-API/finch-api-python/commit/17ba83b68ce8d0c20239f0388b6f1f9e42ce42f2 ) )
28
+
29
+
30
+ ### Documentation
31
+
32
+ * update CONTRIBUTING.md ([ #495 ] ( https://github.com/Finch-API/finch-api-python/issues/495 ) ) ([ 40d4f67] ( https://github.com/Finch-API/finch-api-python/commit/40d4f670d89118e1fd7df411ea2b8ecef135988e ) )
33
+
3
34
## 1.5.0 (2024-09-03)
4
35
5
36
Full Changelog: [ v1.4.0...v1.5.0] ( https://github.com/Finch-API/finch-api-python/compare/v1.4.0...v1.5.0 )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " finch-api"
3
- version = " 1.5 .0"
3
+ version = " 1.6 .0"
4
4
description = " The official Python library for the Finch API"
5
5
dynamic = [" readme" ]
6
6
license = " Apache-2.0"
Original file line number Diff line number Diff line change 1
1
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
3
3
__title__ = "finch"
4
- __version__ = "1.5 .0" # x-release-please-version
4
+ __version__ = "1.6 .0" # x-release-please-version
You can’t perform that action at this time.
0 commit comments