Skip to content

Commit 8f941fd

Browse files
release: 6.4.0-alpha18 (#104)
* codegen metadata * codegen metadata * feat: Comment adjustment to kick of build * fix: Comment to kick off build * release: 6.4.0-alpha18 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent 060235c commit 8f941fd

8 files changed

Lines changed: 23 additions & 10 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.4.0-alpha17"
2+
".": "6.4.0-alpha18"
33
}

.stats.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 77
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/courier%2Fcourier-17f51389a59f61b350e400d0693d11d34b3fe88582164cbe97c98d7cd32ac982.yml
3-
openapi_spec_hash: 8afff7d6ab9219c0379980128e1629ff
4-
config_hash: e1d83bee0e68c17c867ff38fa845e732
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/courier%2Fcourier-674ed1cbb95c8873a65e9ccce88c583c7fc8e65e7e266f213b340ebf3cd30ccd.yml
3+
openapi_spec_hash: c0f755026b10aa2283853347915ee90f
4+
config_hash: 30d699fd984f2fc03258eb666dc848a2

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 6.4.0-alpha18 (2025-10-31)
4+
5+
Full Changelog: [v6.4.0-alpha17...v6.4.0-alpha18](https://github.com/trycourier/courier-python/compare/v6.4.0-alpha17...v6.4.0-alpha18)
6+
7+
### Features
8+
9+
* Comment adjustment to kick of build ([0ea3bef](https://github.com/trycourier/courier-python/commit/0ea3bef13736755b7d4cf9b76f73df6ed06c0dee))
10+
11+
12+
### Bug Fixes
13+
14+
* Comment to kick off build ([a375abf](https://github.com/trycourier/courier-python/commit/a375abfa4ce25503b3d1b54b00092d49dcf3fbf4))
15+
316
## 6.4.0-alpha17 (2025-10-18)
417

518
Full Changelog: [v6.4.0-alpha16...v6.4.0-alpha17](https://github.com/trycourier/courier-python/compare/v6.4.0-alpha16...v6.4.0-alpha17)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "trycourier"
3-
version = "6.4.0-alpha17"
3+
version = "6.4.0-alpha18"
44
description = "The official Python library for the courier API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/courier/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "courier"
4-
__version__ = "6.4.0-alpha17" # x-release-please-version
4+
__version__ = "6.4.0-alpha18" # x-release-please-version

src/courier/resources/send.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def message(
5353
timeout: float | httpx.Timeout | None | NotGiven = not_given,
5454
) -> SendMessageResponse:
5555
"""
56-
Use the send API to send a message to one or more recipients.
56+
API to send a message to one or more recipients.
5757
5858
Args:
5959
message: The message property has the following primary top-level properties. They define
@@ -109,7 +109,7 @@ async def message(
109109
timeout: float | httpx.Timeout | None | NotGiven = not_given,
110110
) -> SendMessageResponse:
111111
"""
112-
Use the send API to send a message to one or more recipients.
112+
API to send a message to one or more recipients.
113113
114114
Args:
115115
message: The message property has the following primary top-level properties. They define

src/courier/types/shared/elemental_channel_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ class ElementalChannelNode(ElementalBaseNode):
1717
raw: Optional[Dict[str, object]] = None
1818
"""Raw data to apply to the channel.
1919
20-
If `elements` has not been specified, `raw` is `required`.
20+
If `elements` has not been specified, `raw` is required.
2121
"""

src/courier/types/shared_params/elemental_channel_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ class ElementalChannelNode(ElementalBaseNode, total=False):
2020
raw: Optional[Dict[str, object]]
2121
"""Raw data to apply to the channel.
2222
23-
If `elements` has not been specified, `raw` is `required`.
23+
If `elements` has not been specified, `raw` is required.
2424
"""

0 commit comments

Comments
 (0)