diff --git a/haupt/haupt/pkg.py b/haupt/haupt/pkg.py index f2f03befd8..3f505346fd 100644 --- a/haupt/haupt/pkg.py +++ b/haupt/haupt/pkg.py @@ -1,5 +1,5 @@ NAME = "haupt" -VERSION = "2.1.3-rc3" +VERSION = "2.1.3" DESC = ( "Lineage metadata API, artifacts streams, sandbox, ML-API, and spaces for Polyaxon." ) diff --git a/haupt/haupt/schemas/platform_config.py b/haupt/haupt/schemas/platform_config.py index 969a44bdfa..d0f5aee1e5 100644 --- a/haupt/haupt/schemas/platform_config.py +++ b/haupt/haupt/schemas/platform_config.py @@ -243,6 +243,7 @@ class PlatformConfig(BaseSchemaModel): services_analytics_options: Optional[Dict] = Field( alias="POLYAXON_ANALYTICS_OPTIONS", default={} ) + services_analytics_url: Optional[str] = Field(alias="POLYAXON_ANALYTICS_URL") services_transactions_backend: Optional[str] = Field( alias="POLYAXON_TRANSACTIONS_BACKEND" )