diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c3e01e1e..21fa4455 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.53.0" + ".": "0.54.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index edf51b3c..c8eac4c0 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 102 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound/profound-17587551addb077f3da29dd969fcd5f57c7272b4d3d3b1707dca00b1d04b7ee8.yml -openapi_spec_hash: 261e4f33ccaac115058a54ffc28ad9f6 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound/profound-732a8e32462a734c87a048d4a9c89fb143f682cf14954c6bc630b498cbc03e2a.yml +openapi_spec_hash: 6a6b5b86761a9d35f60869e5b1e8c090 config_hash: 48130b77367435ca80edf565b73c49f9 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c85f2e8..9d942334 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.54.0 (2026-07-14) + +Full Changelog: [v0.53.0...v0.54.0](https://github.com/cooper-square-technologies/profound-python-sdk/compare/v0.53.0...v0.54.0) + +### Features + +* **api:** api update ([bedb038](https://github.com/cooper-square-technologies/profound-python-sdk/commit/bedb0380d42036914f5b548f24d3e056a7672f19)) + + +### Bug Fixes + +* **internal:** resolve build failures ([a3e6d1f](https://github.com/cooper-square-technologies/profound-python-sdk/commit/a3e6d1f6665d12629d8c16e90bcc946b18b089bb)) + ## 0.53.0 (2026-07-13) Full Changelog: [v0.52.0...v0.53.0](https://github.com/cooper-square-technologies/profound-python-sdk/compare/v0.52.0...v0.53.0) diff --git a/pyproject.toml b/pyproject.toml index bd5d6bb6..ac99ab4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "profound" -version = "0.53.0" +version = "0.54.0" description = "The official Python library for the profound API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/scripts/lint b/scripts/lint index ade6bb5b..02defcf3 100755 --- a/scripts/lint +++ b/scripts/lint @@ -13,7 +13,7 @@ else fi echo "==> Running pyright" -uv run pyright +uv run pyright -p . echo "==> Running mypy" uv run mypy . diff --git a/src/profound/_version.py b/src/profound/_version.py index fa206d86..735d55b2 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.53.0" # x-release-please-version +__version__ = "0.54.0" # x-release-please-version diff --git a/src/profound/resources/reports/shopping.py b/src/profound/resources/reports/shopping.py index fcb60e87..60b4371c 100644 --- a/src/profound/resources/reports/shopping.py +++ b/src/profound/resources/reports/shopping.py @@ -260,6 +260,7 @@ def item_visibility( dimensions: List[ Literal[ "period", + "product_key", "product_name", "brand_name", "date", @@ -1129,6 +1130,7 @@ async def item_visibility( dimensions: List[ Literal[ "period", + "product_key", "product_name", "brand_name", "date", diff --git a/src/profound/types/reports/shopping_item_visibility_params.py b/src/profound/types/reports/shopping_item_visibility_params.py index d1fecef8..85a19c6a 100644 --- a/src/profound/types/reports/shopping_item_visibility_params.py +++ b/src/profound/types/reports/shopping_item_visibility_params.py @@ -42,6 +42,7 @@ class ShoppingItemVisibilityParams(TypedDict, total=False): dimensions: List[ Literal[ "period", + "product_key", "product_name", "brand_name", "date",