From d6fdaf53cf761a53ea3f1f89c9c7c1df2d034e92 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 20:00:26 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/profound/resources/reports.py | 8 ++++++++ src/profound/types/report_citations_params.py | 2 ++ src/profound/types/report_sentiment_params.py | 2 ++ 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index 6128314..dc3e6d9 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-34f1c8ba06e33fc642739b3c8328d91325aafa8004fb4b6477e830e554c964a8.yml -openapi_spec_hash: e68c348df4acad9163ce98a2dc17ebb1 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-85c2cc542ebd87adbf37b0e66894b4854b2e828f88bcafed4ea77f68a97355ce.yml +openapi_spec_hash: fb8408a3cfee3614593fdedee497c1d7 config_hash: f683a29859356d6968a19ae3e6063b63 diff --git a/src/profound/resources/reports.py b/src/profound/resources/reports.py index d57518e..c14eefd 100644 --- a/src/profound/resources/reports.py +++ b/src/profound/resources/reports.py @@ -68,9 +68,11 @@ def citations( "date", "region", "topic", + "topic_id", "model", "tag", "prompt", + "prompt_id", "url", "root_domain", "persona", @@ -336,11 +338,13 @@ def sentiment( "date", "region", "topic", + "topic_id", "model", "asset_id", "asset_name", "tag", "prompt", + "prompt_id", "sentiment_type", "persona", ] @@ -548,9 +552,11 @@ async def citations( "date", "region", "topic", + "topic_id", "model", "tag", "prompt", + "prompt_id", "url", "root_domain", "persona", @@ -816,11 +822,13 @@ async def sentiment( "date", "region", "topic", + "topic_id", "model", "asset_id", "asset_name", "tag", "prompt", + "prompt_id", "sentiment_type", "persona", ] diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index ad82d0e..dfaea52 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -61,9 +61,11 @@ class ReportCitationsParams(TypedDict, total=False): "date", "region", "topic", + "topic_id", "model", "tag", "prompt", + "prompt_id", "url", "root_domain", "persona", diff --git a/src/profound/types/report_sentiment_params.py b/src/profound/types/report_sentiment_params.py index 25acba2..622bb1e 100644 --- a/src/profound/types/report_sentiment_params.py +++ b/src/profound/types/report_sentiment_params.py @@ -47,11 +47,13 @@ class ReportSentimentParams(TypedDict, total=False): "date", "region", "topic", + "topic_id", "model", "asset_id", "asset_name", "tag", "prompt", + "prompt_id", "sentiment_type", "persona", ] From 4f8161030d473e17acddad2f0243ff819f62b7ea Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 20:00:46 +0000 Subject: [PATCH 2/2] release: 0.32.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/profound/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8305d4a..f04d089 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.31.1" + ".": "0.32.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 43086e7..05e7add 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.32.0 (2026-03-17) + +Full Changelog: [v0.31.1...v0.32.0](https://github.com/cooper-square-technologies/profound-python-sdk/compare/v0.31.1...v0.32.0) + +### Features + +* **api:** api update ([d6fdaf5](https://github.com/cooper-square-technologies/profound-python-sdk/commit/d6fdaf53cf761a53ea3f1f89c9c7c1df2d034e92)) + ## 0.31.1 (2026-03-16) Full Changelog: [v0.31.0...v0.31.1](https://github.com/cooper-square-technologies/profound-python-sdk/compare/v0.31.0...v0.31.1) diff --git a/pyproject.toml b/pyproject.toml index d4d1d3f..403354d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "profound" -version = "0.31.1" +version = "0.32.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 e489b09..ecaf4f0 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.31.1" # x-release-please-version +__version__ = "0.32.0" # x-release-please-version