Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.
This repository was archived by the owner on Mar 12, 2026. It is now read-only.

Adapter supported library versions #12

Description

@damian1996
class AdapterMetadata:
    """Metadata about the adapter"""
    name: str
    version: str
    supported_library_versions: List[str]
    description: str

We are defining adapter metadata class as above, but maintaining supported_library_versions could be quite tedious. Maybe do we should change this parameter to minimal_supported_library_version and accept all further versions?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions