diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 511dd516..d1328ca9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.6.0" + ".": "2.7.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 61dc8329..6539dd75 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 48 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch/finch-58339a014fbada05305ebed9864e8718fe807754d3daa59614cf59a402d72f25.yml -openapi_spec_hash: 36924e46789a614a30982dee8c45ff08 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch/finch-9a6d840deb9e30caf68354e884cb2c72ff6ca21cfbefb5ed0ca6187932c9cd62.yml +openapi_spec_hash: ce61ace110680a502bdccf396b2a4d88 config_hash: 9ae56f40cec7304896138bfad5caf748 diff --git a/CHANGELOG.md b/CHANGELOG.md index 40349c9f..e9d8bc5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2.7.0 (2026-08-07) + +Full Changelog: [v2.6.0...v2.7.0](https://github.com/Finch-API/finch-api-python/compare/v2.6.0...v2.7.0) + +### Features + +* **api:** api update ([ddc420c](https://github.com/Finch-API/finch-api-python/commit/ddc420c27d5b54d5763662065f330ae568283cc5)) + ## 2.6.0 (2026-08-07) Full Changelog: [v2.5.1...v2.6.0](https://github.com/Finch-API/finch-api-python/compare/v2.5.1...v2.6.0) diff --git a/pyproject.toml b/pyproject.toml index 4d9193d8..88665175 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "finch-api" -version = "2.6.0" +version = "2.7.0" description = "The official Python library for the Finch API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/finch/_version.py b/src/finch/_version.py index 0df4d59b..e5b797bd 100644 --- a/src/finch/_version.py +++ b/src/finch/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "finch" -__version__ = "2.6.0" # x-release-please-version +__version__ = "2.7.0" # x-release-please-version diff --git a/src/finch/types/sandbox/connection_create_response.py b/src/finch/types/sandbox/connection_create_response.py index 25f1f3fd..30602dcf 100644 --- a/src/finch/types/sandbox/connection_create_response.py +++ b/src/finch/types/sandbox/connection_create_response.py @@ -15,8 +15,6 @@ class ConnectionCreateResponse(BaseModel): authentication_type: Literal["api_token", "assisted", "credential", "oauth"] - company_id: Optional[str] = None - connection_id: str entity_id: str @@ -26,3 +24,5 @@ class ConnectionCreateResponse(BaseModel): provider_id: str token_type: str + + company_id: Optional[str] = None