diff --git a/README.md b/README.md index 26794321..16662e9e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The Finch Python library provides convenient access to the Finch REST API from a application. The library includes type definitions for all request params and response fields, and offers both synchronous and asynchronous clients powered by [httpx](https://github.com/encode/httpx). -It is generated with [Stainless](https://www.stainlessapi.com/). +It is generated with [Stainless](https://www.stainless.com/). ## Documentation diff --git a/SECURITY.md b/SECURITY.md index 6cef554f..b6499508 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -2,9 +2,9 @@ ## Reporting Security Issues -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. +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. -To report a security issue, please contact the Stainless team at security@stainlessapi.com. +To report a security issue, please contact the Stainless team at security@stainless.com. ## Responsible Disclosure diff --git a/tests/api_resources/connect/test_sessions.py b/tests/api_resources/connect/test_sessions.py index c9965727..cc53a9b7 100644 --- a/tests/api_resources/connect/test_sessions.py +++ b/tests/api_resources/connect/test_sessions.py @@ -35,7 +35,7 @@ def test_method_new_with_all_params(self, client: Finch) -> None: customer_id="x", customer_name="x", products=["company"], - customer_email="dev@stainlessapi.com", + customer_email="dev@stainless.com", integration={ "auth_method": "assisted", "provider": "provider", @@ -135,7 +135,7 @@ async def test_method_new_with_all_params(self, async_client: AsyncFinch) -> Non customer_id="x", customer_name="x", products=["company"], - customer_email="dev@stainlessapi.com", + customer_email="dev@stainless.com", integration={ "auth_method": "assisted", "provider": "provider",