diff --git a/SECURITY.md b/SECURITY.md index 239b8f29..752bd79a 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -20,7 +20,7 @@ or products provided by Brainbase please follow the respective company's securit ### Brainbase Terms and Policies -Please contact dev-feedback@brainbase.com for any questions or concerns regarding security of our services. +Please contact dev@brainbase.com for any questions or concerns regarding security of our services. --- diff --git a/pyproject.toml b/pyproject.toml index ccc6571d..49e4bf02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "The official Python library for the brainbase API" dynamic = ["readme"] license = "Apache-2.0" authors = [ -{ name = "Brainbase", email = "dev-feedback@brainbase.com" }, +{ name = "Brainbase", email = "dev@brainbase.com" }, ] dependencies = [ "httpx>=0.23.0, <1",