roboto.api_version#

Module Contents#

class roboto.api_version.RobotoApiVersion#

Bases: str, enum.Enum

Enumeration of supported Roboto API versions.

This enum defines the available API versions for the Roboto platform. Each version represents a specific date-based API version that may include breaking changes, new features, or deprecations compared to previous versions.

API versions follow the YYYY-MM-DD format and are used to ensure backward compatibility while allowing the platform to evolve. Clients should specify the API version they were designed for to ensure consistent behavior.

is_latest()#

Check if this API version is the latest available version.

Returns:

True if this version matches the latest API version, False otherwise.

Return type:

bool

static latest()#

Get the latest available API version.

Returns:

The most recent API version supported by the platform.

Return type:

RobotoApiVersion

v2025_01_01 = '2025-01-01'#
v2025_07_14 = '2025-07-14'#