diff --git a/SECURITY.md b/SECURITY.md index 1f4d2686..d5013e3a 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -20,7 +20,7 @@ or products provided by Asktable please follow the respective company's security ### Asktable Terms and Policies -Please contact dev-feedback@asktable.com for any questions or concerns regarding security of our services. +Please contact hi@datamini.ai for any questions or concerns regarding security of our services. --- diff --git a/pyproject.toml b/pyproject.toml index 0ae05459..7fbdabf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,11 @@ [project] name = "asktable" version = "4.4.0" -description = "The official Python library for the asktable API" +description = "The official Python library for the Asktable API" dynamic = ["readme"] license = "Apache-2.0" authors = [ -{ name = "Asktable", email = "dev-feedback@asktable.com" }, +{ name = "Asktable", email = "hi@datamini.ai" }, ] dependencies = [ "httpx>=0.23.0, <1", diff --git a/src/asktable/_client.py b/src/asktable/_client.py index f989b8af..6f5676d5 100644 --- a/src/asktable/_client.py +++ b/src/asktable/_client.py @@ -112,7 +112,7 @@ def __init__( # part of our public interface in the future. _strict_response_validation: bool = False, ) -> None: - """Construct a new synchronous asktable client instance. + """Construct a new synchronous Asktable client instance. This automatically infers the `api_key` argument from the `ASKTABLE_API_KEY` environment variable if it is not provided. """ @@ -314,7 +314,7 @@ def __init__( # part of our public interface in the future. _strict_response_validation: bool = False, ) -> None: - """Construct a new async asktable client instance. + """Construct a new async Asktable client instance. This automatically infers the `api_key` argument from the `ASKTABLE_API_KEY` environment variable if it is not provided. """