Just Updated to 1.24.4 authzed python package and now I get the following error
"""bash
File "/Users/....../.direnv/python-3.13/lib/python3.13/site-packages/authzed/api/v1/experimental_service_pb2.py", line 26, in
from authzed.api.v1 import permission_service_pb2 as authzed_dot_api_dot_v1_dot_permission__service__pb2
File "/Users/....../.direnv/python-3.13/lib/python3.13/site-packages/authzed/api/v1/permission_service_pb2.py", line 28, in
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
ImportError: cannot import name 'annotations_pb2' from 'google.api' (unknown location)
"""
Might be related to the removed google namespace in commit a67f7aa
from
It seem to have removed
https://github.com/authzed/authzed-py/blob/a67f7aa77a07a872e498ff1d326e925fd72cc784/src/google/api/annotations_pb2.py
Or am I missing to install some other dependency
Just Updated to 1.24.4 authzed python package and now I get the following error
"""bash
File "/Users/....../.direnv/python-3.13/lib/python3.13/site-packages/authzed/api/v1/experimental_service_pb2.py", line 26, in
from authzed.api.v1 import permission_service_pb2 as authzed_dot_api_dot_v1_dot_permission__service__pb2
File "/Users/....../.direnv/python-3.13/lib/python3.13/site-packages/authzed/api/v1/permission_service_pb2.py", line 28, in
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
ImportError: cannot import name 'annotations_pb2' from 'google.api' (unknown location)
"""
Might be related to the removed google namespace in commit a67f7aa
from
authzed-py/pyproject.toml
Line 53 in a67f7aa
It seem to have removed
https://github.com/authzed/authzed-py/blob/a67f7aa77a07a872e498ff1d326e925fd72cc784/src/google/api/annotations_pb2.py
Or am I missing to install some other dependency