diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 563004f..141e7cd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.46.0" + ".": "0.47.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index c6ff960..5fbaf43 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 44 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound/profound-c0a8a60fb266537ae26999b8684f15f0d04b8f8f68c10e9c8b436ddbf0718462.yml -openapi_spec_hash: 41991a62855a570749555b4f2e2a6a61 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound/profound-3cd75cf2ad7eb319b681e69c027509833157349698bbda92ff1c760fcac1dc45.yml +openapi_spec_hash: 10f1b2fa1d26ebd9cc5f8c2a707e5efb config_hash: 7eef30f341128d7bf491d472a777e46c diff --git a/CHANGELOG.md b/CHANGELOG.md index fa117bc..7300581 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.47.0 (2026-05-29) + +Full Changelog: [v0.46.0...v0.47.0](https://github.com/cooper-square-technologies/profound-python-sdk/compare/v0.46.0...v0.47.0) + +### Features + +* **api:** api update ([9ed8d11](https://github.com/cooper-square-technologies/profound-python-sdk/commit/9ed8d1105b133482b98722e5f1dbe025ae706a09)) + ## 0.46.0 (2026-05-15) Full Changelog: [v0.45.0...v0.46.0](https://github.com/cooper-square-technologies/profound-python-sdk/compare/v0.45.0...v0.46.0) diff --git a/pyproject.toml b/pyproject.toml index d71b3b0..1e7766b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "profound" -version = "0.46.0" +version = "0.47.0" description = "The official Python library for the profound API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/profound/_version.py b/src/profound/_version.py index aa9401a..8371929 100644 --- a/src/profound/_version.py +++ b/src/profound/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "profound" -__version__ = "0.46.0" # x-release-please-version +__version__ = "0.47.0" # x-release-please-version diff --git a/src/profound/types/prompt_answers_response.py b/src/profound/types/prompt_answers_response.py index 9016c86..dd098d7 100644 --- a/src/profound/types/prompt_answers_response.py +++ b/src/profound/types/prompt_answers_response.py @@ -35,6 +35,8 @@ class DataCitationDetail(BaseModel): url: str + citation_category: Optional[str] = None + groups: Optional[List[DataCitationDetailGroup]] = None positions: Optional[List[int]] = None