diff --git a/mp_api/client/core/settings.py b/mp_api/client/core/settings.py index a858c363..2cc1ccca 100644 --- a/mp_api/client/core/settings.py +++ b/mp_api/client/core/settings.py @@ -78,11 +78,6 @@ class MAPIClientSettings(BaseSettings): description="Number of characters to use to define the maximum length of a given HTTP URL.", ) - MAX_HTTP_URL_LENGTH: int = Field( - _MAX_HTTP_URL_LENGTH, - description="Number of characters to use to define the maximum length of a given HTTP URL.", - ) - MIN_EMMET_VERSION: str = Field( "0.54.0", description="Minimum compatible version of emmet-core for the client." )