Skip to content

Incompatible with python3.8 and 3.7 #17

@logan-markewich

Description

@logan-markewich

Seems like you list compatibilty with python3.7+

But a few places use incorrect typing like dict[str, Any] which will break python3.8 and less.

Full error:

/home/runner/.cache/pants/named_caches/pex_root/venvs/s/ee2342a6/venv/lib/python3.8/site-packages/timescale_vector/client.py:199: in QueryParams
    def __init__(self, params: dict[str, Any]) -> None:
E   TypeError: 'type' object is not subscriptable

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