Skip to content
This repository has been archived by the owner on Dec 26, 2024. It is now read-only.

Commit

Permalink
Fix accidental imports
Browse files Browse the repository at this point in the history
  • Loading branch information
zmievsa committed Dec 26, 2024
1 parent a711f3d commit 9f185ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions pydantic_duality/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
)

from cached_classproperty import cached_classproperty
from isort import Config
from pydantic import BaseConfig, BaseModel, ConfigDict, Field
from pydantic import BaseModel, ConfigDict, Field
from pydantic._internal._model_construction import ModelMetaclass
from pydantic.fields import FieldInfo
from pydantic_core import PydanticUndefined
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydantic-duality"
version = "2.0.1"
version = "2.0.2"
description = "Automatically generate two versions of your pydantic models: one with Extra.forbid and one with Extra.ignore"
repository = "https://github.com/zmievsa/pydantic-duality"
readme = "README.md"
Expand Down

0 comments on commit 9f185ea

Please sign in to comment.