Kitware / wslink

Python/JavaScript library for communicating over WebSocket
https://kitware.github.io/wslink/
BSD 3-Clause "New" or "Revised" License
83 stars 26 forks source link

v2.1.0 introduce type hinting error for python < 3.10 #159

Closed FelipeCybis closed 4 months ago

FelipeCybis commented 4 months ago

This line added in the last release raises an error on python < 3.10

https://github.com/Kitware/wslink/blob/9353534b71432edae88521dba5b5274cf0f58d18/python/src/wslink/backends/aiohttp/__init__.py#L19

It needs a from __future__ import annotations, or removing the type hints

jourdain commented 4 months ago

:tada: This issue has been resolved in version 2.1.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: