Skip to content

Releases: modal-labs/aiochclient

Fix seq_parser() bug

25 Sep 22:03
Compare
Choose a tag to compare

Fixes bug with def seq_parser(cls, raw: str), which was incorrectly parsing strings from an array or a tuple.

Previously (1, 2, '(),') would break the parsing logic since it interpreted (), as a tuple. Now we ensure any character within a single quote is counted as a character.

Publish Fork

17 Sep 21:27
Compare
Choose a tag to compare
v0.1.0

Update