Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "7.19.0"
".": "7.19.1"
}
6 changes: 3 additions & 3 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 138
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/courier/courier-cba470b0c221bcfbe2e8bf51276292285a60a05a4c0b47f5f741706adf1205fc.yml
openapi_spec_hash: c9f1b73fb32f39243d9d95a667ea3341
config_hash: 6025fdbfe31c3b2d57a71f9885d37294
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/courier/courier-e8d4bd51bf260b8a6cb9875718e36eab95d4e8d9490cd6c5c669eb69b82c2bf8.yml
openapi_spec_hash: bf321581a238ae891debcc5bb59dd501
config_hash: 6c3a754258f0f77e9032a90a478ab76d
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 7.19.1 (2026-07-09)

Full Changelog: [v7.19.0...v7.19.1](https://github.com/trycourier/courier-python/compare/v7.19.0...v7.19.1)

## 7.19.0 (2026-07-09)

Full Changelog: [v7.18.2...v7.19.0](https://github.com/trycourier/courier-python/compare/v7.18.2...v7.19.0)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "trycourier"
version = "7.19.0"
version = "7.19.1"
description = "The official Python library for the Courier API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/courier/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "courier"
__version__ = "7.19.0" # x-release-please-version
__version__ = "7.19.1" # x-release-please-version
4 changes: 2 additions & 2 deletions src/courier/resources/users/preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def bulk_replace(
provided. Any existing override not listed here is reset to its topic default;
an empty array resets every existing override.

tenant_id: Update the preferences of a user for this specific tenant context.
tenant_id: Replace the preferences of a user for this specific tenant context.

extra_headers: Send extra headers

Expand Down Expand Up @@ -466,7 +466,7 @@ async def bulk_replace(
provided. Any existing override not listed here is reset to its topic default;
an empty array resets every existing override.

tenant_id: Update the preferences of a user for this specific tenant context.
tenant_id: Replace the preferences of a user for this specific tenant context.

extra_headers: Send extra headers

Expand Down
2 changes: 1 addition & 1 deletion src/courier/types/users/preference_bulk_replace_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class PreferenceBulkReplaceParams(TypedDict, total=False):
"""

tenant_id: Optional[str]
"""Update the preferences of a user for this specific tenant context."""
"""Replace the preferences of a user for this specific tenant context."""


class Topic(TypedDict, total=False):
Expand Down