Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

add FrozenDict type #3

Merged
merged 6 commits into from
Mar 28, 2024
Merged

add FrozenDict type #3

merged 6 commits into from
Mar 28, 2024

Conversation

KerstenBreuer
Copy link
Owner

Added a Mapping type that does not provide any additional methods for modification of
its content after construction.

It has first class support for type hints. Moreover, it is ready to be used in
Pydantic v2 models, yet, does not require Pydantic as a dependency.

@KerstenBreuer KerstenBreuer merged commit 69c3900 into main Mar 28, 2024
2 checks passed
@KerstenBreuer KerstenBreuer deleted the feature/add_frozen_dict branch March 28, 2024 21:53
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant