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

@damian1996

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions