Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

---

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/asktable/_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down Expand Up @@ -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.
"""
Expand Down