diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4d14a67e..0c37ae42 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.39.0" + ".": "1.40.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 14e5d14c..51e32ae9 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 46 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-b817e7a30a6366c063a8c9a334d5be281eb8d93e21acc8c8219d3bdc95043deb.yml -openapi_spec_hash: d4cc4a5cba9f13986e38d148d330aa00 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-6190639c909b62f2e182a32dc56a80a87ca470e8970efd6ce8d3d7bd659d237c.yml +openapi_spec_hash: c4078fa61a4ab0b480a2c7b40e495104 config_hash: f2846563903bf75ab0858872154df0f7 diff --git a/CHANGELOG.md b/CHANGELOG.md index 66374398..6745d453 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.40.0 (2025-11-04) + +Full Changelog: [v1.39.0...v1.40.0](https://github.com/Finch-API/finch-api-python/compare/v1.39.0...v1.40.0) + +### Features + +* **api:** api update ([669d930](https://github.com/Finch-API/finch-api-python/commit/669d93025793a2135a7c246e33dfff6af91904ca)) + ## 1.39.0 (2025-11-04) Full Changelog: [v1.38.0...v1.39.0](https://github.com/Finch-API/finch-api-python/compare/v1.38.0...v1.39.0) diff --git a/pyproject.toml b/pyproject.toml index bc94b276..d1c07255 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "finch-api" -version = "1.39.0" +version = "1.40.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 f87d7954..ac892492 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__ = "1.39.0" # x-release-please-version +__version__ = "1.40.0" # x-release-please-version diff --git a/src/finch/types/introspection.py b/src/finch/types/introspection.py index 03730a3c..54c5417b 100644 --- a/src/finch/types/introspection.py +++ b/src/finch/types/introspection.py @@ -54,9 +54,6 @@ class Entity(BaseModel): source_id: Optional[str] = None """The source ID of the entity""" - type: Optional[str] = None - """The type of entity""" - class Introspection(BaseModel): id: str