File tree Expand file tree Collapse file tree 6 files changed +20
-7
lines changed
Expand file tree Collapse file tree 6 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 1.42.2 "
2+ "." : " 1.42.3 "
33}
Original file line number Diff line number Diff line change 11configured_endpoints : 46
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-f81c5824a9002c980fc0d66c4d52e6cbd8baf7678f5e0f2215909357cff6f82c .yml
3- openapi_spec_hash : 7714062cac3bb5597b8571172775bc92
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-d5c3e3934333478f55af69889eafaea9b0eeae82a1597c5dec34426e9d55efd5 .yml
3+ openapi_spec_hash : 9ec42fee7f3124b3050846f74404b398
44config_hash : 0892e2e0eeb0343a022afa62e9080dd1
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.42.3 (2025-12-19)
4+
5+ Full Changelog: [ v1.42.2...v1.42.3] ( https://github.com/Finch-API/finch-api-python/compare/v1.42.2...v1.42.3 )
6+
7+ ### Chores
8+
9+ * ** internal:** add ` --fix ` argument to lint script ([ 3ae3b64] ( https://github.com/Finch-API/finch-api-python/commit/3ae3b64ba8111d8fef71acb6ab1cf61da2b542b5 ) )
10+
311## 1.42.2 (2025-12-17)
412
513Full Changelog: [ v1.42.1...v1.42.2] ( https://github.com/Finch-API/finch-api-python/compare/v1.42.1...v1.42.2 )
Original file line number Diff line number Diff line change 11[project ]
22name = " finch-api"
3- version = " 1.42.2 "
3+ version = " 1.42.3 "
44description = " The official Python library for the Finch API"
55dynamic = [" readme" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 44
55cd " $( dirname " $0 " ) /.."
66
7- echo " ==> Running lints"
8- rye run lint
7+ if [ " $1 " = " --fix" ]; then
8+ echo " ==> Running lints with --fix"
9+ rye run fix:ruff
10+ else
11+ echo " ==> Running lints"
12+ rye run lint
13+ fi
914
1015echo " ==> Making sure it imports"
1116rye run python -c ' import finch'
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__ = "finch"
4- __version__ = "1.42.2 " # x-release-please-version
4+ __version__ = "1.42.3 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments