Skip to content

Commit

Permalink
Add __all__ to fields.py, make some utilities not explicitly publ…
Browse files Browse the repository at this point in the history
…ic (#8925)
  • Loading branch information
sydney-runkle committed Mar 1, 2024
1 parent 2ff76ab commit db0f809
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pydantic/fields.py
Expand Up @@ -30,6 +30,8 @@
# and https://youtrack.jetbrains.com/issue/PY-51428
DeprecationWarning = PydanticDeprecatedSince20

__all__ = 'Field', 'PrivateAttr', 'computed_field'


_Unset: Any = PydanticUndefined

Expand Down

0 comments on commit db0f809

Please sign in to comment.