pastas.version.get_versions# pastas.version.get_versions(optional: bool = False) → dict[str, str]# Method to get the version of dependencies. Parameters: optional (bool, optional) – Add the version of optional dependencies if installed. Returns: Dictionary with the version of the dependencies. Return type: dict[str, str]