Skip to content

Commit 2d08063

Browse files
chore(internal): codegen related update
1 parent 189291f commit 2d08063

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Openint Python library provides convenient access to the Openint REST API fr
66
application. The library includes type definitions for all request params and response fields,
77
and offers both synchronous and asynchronous clients powered by [httpx](https://github.com/encode/httpx).
88

9-
It is generated with [Stainless](https://www.stainlessapi.com/).
9+
It is generated with [Stainless](https://www.stainless.com/).
1010

1111
## Documentation
1212

@@ -20,7 +20,7 @@ pip install git+ssh://git@github.com/openintegrations/python-sdk.git
2020
```
2121

2222
> [!NOTE]
23-
> Once this package is [published to PyPI](https://app.stainlessapi.com/docs/guides/publish), this will become: `pip install --pre openint_sdk`
23+
> Once this package is [published to PyPI](https://app.stainless.com/docs/guides/publish), this will become: `pip install --pre openint_sdk`
2424
2525
## Usage
2626

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## Reporting Security Issues
44

5-
This SDK is generated by [Stainless Software Inc](http://stainlessapi.com). Stainless takes security seriously, and encourages you to report any security vulnerability promptly so that appropriate action can be taken.
5+
This SDK is generated by [Stainless Software Inc](http://stainless.com). Stainless takes security seriously, and encourages you to report any security vulnerability promptly so that appropriate action can be taken.
66

7-
To report a security issue, please contact the Stainless team at security@stainlessapi.com.
7+
To report a security issue, please contact the Stainless team at security@stainless.com.
88

99
## Responsible Disclosure
1010

src/openint_sdk/_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def __init__(
7777
# part of our public interface in the future.
7878
_strict_response_validation: bool = False,
7979
) -> None:
80-
"""Construct a new synchronous openint client instance.
80+
"""Construct a new synchronous Openint client instance.
8181
8282
This automatically infers the `bearer_token` argument from the `OPENINT_BEARER_TOKEN` environment variable if it is not provided.
8383
"""
@@ -297,7 +297,7 @@ def __init__(
297297
# part of our public interface in the future.
298298
_strict_response_validation: bool = False,
299299
) -> None:
300-
"""Construct a new async openint client instance.
300+
"""Construct a new async AsyncOpenint client instance.
301301
302302
This automatically infers the `bearer_token` argument from the `OPENINT_BEARER_TOKEN` environment variable if it is not provided.
303303
"""

0 commit comments

Comments
 (0)