Skip to content

Fixed incorrect caching that caused throwing exception#237

Open
TomaszBorczyk wants to merge 1 commit into
konradhalas:masterfrom
TomaszBorczyk:master
Open

Fixed incorrect caching that caused throwing exception#237
TomaszBorczyk wants to merge 1 commit into
konradhalas:masterfrom
TomaszBorczyk:master

Conversation

@TomaszBorczyk

Copy link
Copy Markdown

fixes #236

…rom_dict on Optional[type] and type | None subsequently
@Philipp-Userlike

Copy link
Copy Markdown

Nice, I ran into this exact problem today. Hope this library gets updated soon

@fabianallendorf

Copy link
Copy Markdown

Did #258 fix the same issue? Because those changes were merged and released with v1.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Subsequent calls of from_dict on dataclasses that contain Optional[type] and type | None breaks behaviour because of caching

3 participants