Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.4.0"
".": "2.5.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 48
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch/finch-bdcc610cd7d5dcb5d3d7598a33957dd673cb81f14ca5d8dc9d41fced4230f114.yml
openapi_spec_hash: 16dce00b8187a592fab5c88efc7bf7fc
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch/finch-c64363d1edd148f74b9e6f3bf2b89348a5be16ee45110a9fd4a96e364b7b85e5.yml
openapi_spec_hash: c6f18b85810ffad38fe9e7b40a3228a4
config_hash: 9ae56f40cec7304896138bfad5caf748
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 2.5.0 (2026-07-29)

Full Changelog: [v2.4.0...v2.5.0](https://github.com/Finch-API/finch-api-python/compare/v2.4.0...v2.5.0)

### Features

* **api:** api update ([ef65e2e](https://github.com/Finch-API/finch-api-python/commit/ef65e2e3a0d9e05b2e5a09855dc1af3a4dd9ccc4))

## 2.4.0 (2026-07-17)

Full Changelog: [v2.3.0...v2.4.0](https://github.com/Finch-API/finch-api-python/compare/v2.3.0...v2.4.0)
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 = "finch-api"
version = "2.4.0"
version = "2.5.0"
description = "The official Python library for the Finch API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/finch/_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__ = "finch"
__version__ = "2.4.0" # x-release-please-version
__version__ = "2.5.0" # x-release-please-version
12 changes: 12 additions & 0 deletions src/finch/resources/connect/sessions.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ def new(
"individual",
"payment",
"pay_statement",
"plans",
"plans_dependents",
"plans_enrollments",
"recordkeeping",
"ssn",
]
Expand Down Expand Up @@ -150,6 +153,9 @@ def reauthenticate(
"individual",
"payment",
"pay_statement",
"plans",
"plans_dependents",
"plans_enrollments",
"recordkeeping",
"ssn",
]
Expand Down Expand Up @@ -245,6 +251,9 @@ async def new(
"individual",
"payment",
"pay_statement",
"plans",
"plans_dependents",
"plans_enrollments",
"recordkeeping",
"ssn",
]
Expand Down Expand Up @@ -338,6 +347,9 @@ async def reauthenticate(
"individual",
"payment",
"pay_statement",
"plans",
"plans_dependents",
"plans_enrollments",
"recordkeeping",
"ssn",
]
Expand Down
3 changes: 3 additions & 0 deletions src/finch/types/connect/session_new_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ class SessionNewParams(TypedDict, total=False):
"individual",
"payment",
"pay_statement",
"plans",
"plans_dependents",
"plans_enrollments",
"recordkeeping",
"ssn",
]
Expand Down
3 changes: 3 additions & 0 deletions src/finch/types/connect/session_reauthenticate_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ class SessionReauthenticateParams(TypedDict, total=False):
"individual",
"payment",
"pay_statement",
"plans",
"plans_dependents",
"plans_enrollments",
"recordkeeping",
"ssn",
]
Expand Down