Skip to content

Missing annotations_pb2 from google.api #329

@fingineering

Description

@fingineering

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions