Skip to content

Commit be23c16

Browse files
committed
feat(api): update via SDK Studio
1 parent ba91c9d commit be23c16

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 15
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/sent%2Fsent-5276b9a8b8ff6771c5bb1a8310d0be63ddafa9e4806f0d81de21dd7a7a673c1b.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/sent%2Fsent-94f0693a4293af6f8efd912cb33a4fcfa06a7081476538c85c6f173d48624dc0.yml

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "sent"
33
version = "0.0.1-alpha.0"
4-
description = "The official Python library for the sent API"
4+
description = "The official Python library for the Sent API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"
77
authors = [

src/sent/_client.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def __init__(
8181
# part of our public interface in the future.
8282
_strict_response_validation: bool = False,
8383
) -> None:
84-
"""Construct a new synchronous sent client instance.
84+
"""Construct a new synchronous Sent client instance.
8585
8686
This automatically infers the `api_key` argument from the `X_API_KEY` environment variable if it is not provided.
8787
"""
@@ -259,7 +259,7 @@ def __init__(
259259
# part of our public interface in the future.
260260
_strict_response_validation: bool = False,
261261
) -> None:
262-
"""Construct a new async sent client instance.
262+
"""Construct a new async Sent client instance.
263263
264264
This automatically infers the `api_key` argument from the `X_API_KEY` environment variable if it is not provided.
265265
"""

0 commit comments

Comments
 (0)