Skip to content

Commit

Permalink
Fix incompatibility with Python <3.12 (#2936)
Browse files Browse the repository at this point in the history
  • Loading branch information
jotare authored Mar 5, 2025
1 parent c3d34ea commit e9cf384
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nucliadb/src/nucliadb/search/predict_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@

from base64 import b64decode, b64encode
from enum import Enum
from typing import Optional, TypedDict
from typing import Optional

from google.protobuf.message import DecodeError, Message
from pydantic import BaseModel, ConfigDict, Field, field_validator
from typing_extensions import TypedDict

from nucliadb_protos.resources_pb2 import FieldMetadata, FieldText, QuestionAnswers

Expand Down

0 comments on commit e9cf384

Please sign in to comment.