Skip to content

Commit

Permalink
Try using v1 API features
Browse files Browse the repository at this point in the history
  • Loading branch information
as51340 committed Sep 21, 2023
1 parent b1f3cc4 commit 9b63314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gqlalchemy/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from enum import Enum
from typing import Any, Dict, Iterable, List, Optional, Set, Tuple, Union

from pydantic import BaseModel, Extra, Field, PrivateAttr # noqa F401
from pydantic.v1 import BaseModel, Extra, Field, PrivateAttr # noqa F401

from gqlalchemy.exceptions import (
GQLAlchemyError,
Expand Down

0 comments on commit 9b63314

Please sign in to comment.