You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ python
Python 3.8.10 (default, Nov 22 2023, 10:22:35)
[GCC 9.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from odata import ODataService
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/tom/development/venv/lib/python3.8/site-packages/odata/__init__.py", line 5, in <module>
from .service import ODataService
File "/home/tom/development/venv/lib/python3.8/site-packages/odata/service.py", line 63, in <module>
from .context import Context
File "/home/tom/development/venv/lib/python3.8/site-packages/odata/context.py", line 5, in <module>
from odata.query import Query
File "/home/tom/development/venv/lib/python3.8/site-packages/odata/query.py", line 70, in <module>
class Query(Generic[Q]):
File "/home/tom/development/venv/lib/python3.8/site-packages/odata/query.py", line 280, in Query
def all(self) -> list[Q]:
TypeError: 'type' object is not subscriptable
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: