DetokenizationResponse member "result" should be typed as str instead of Sequence[str]
BlueCrescent opened this issue · 3 comments
BlueCrescent commented
Hello everyone,
while technically a str is also a Sequence[str], in the following code the filed result should be treated as a str (as specified in the corresponding docs):
aleph-alpha-client/aleph_alpha_client/detokenization.py
Lines 22 to 23 in 7d9e873
pacman82 commented
@BlueCrescent Thanks for reporting this issue. @volkerstampa Could you fix this?
volkerstampa commented
@BlueCrescent Thanks for the hint. Just fixed it. Will be released with the next release.
volkerstampa commented
@BlueCrescent Released as v2.9.2