-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
$ pip list | grep jsonq
jsonquerylang 2.0.1
$ python
Python 3.14.0 (main, Oct 10 2025, 12:47:49) [Clang 20.1.4 ] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import jsonquerylang
Traceback (most recent call last):
File "<python-input-0>", line 1, in <module>
import jsonquerylang
File "/.../site-packages/jsonquerylang/__init__.py", line 1, in <module>
from jsonquerylang.jsonquery import jsonquery
File "/.../site-packages/jsonquerylang/jsonquery.py", line 1, in <module>
from jsonquerylang.compile import compile
File "/.../site-packages/jsonquerylang/compile.py", line 4, in <module>
from jsonquerylang.types import JsonQueryType, JsonType, JsonQueryOptions
File "/.../site-packages/jsonquerylang/types.py", line 4, in <module>
List["JsonValueType"] | Mapping[str, "JsonValueType"] | "JsonValueType"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
TypeError: unsupported operand type(s) for |: 'typing.Union' and 'str'
>>>Metadata
Metadata
Assignees
Labels
No labels