Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Fix Python 3.13 DeprecationWarning #249

Merged
merged 1 commit into from
Sep 26, 2024
Merged

Fix Python 3.13 DeprecationWarning #249

merged 1 commit into from
Sep 26, 2024

Conversation

cdce8p
Copy link
Contributor

@cdce8p cdce8p commented Sep 26, 2024

/.../mashumaro/mashumaro/core/meta/helpers.py:776: DeprecationWarning:
    Failing to pass a value to the 'type_params' parameter of 'typing.ForwardRef._evaluate' is deprecated,
    as it leads to incorrect behaviour when calling typing.ForwardRef._evaluate on a stringified annotation
    that references a PEP 695 type parameter. It will be disallowed in Python 3.15.
  return typ._evaluate(

@Fatal1ty
Copy link
Owner

Thanks!

@Fatal1ty Fatal1ty merged commit 9931670 into Fatal1ty:master Sep 26, 2024
19 of 30 checks passed
@cdce8p cdce8p deleted the fix-deprecation-warning branch September 26, 2024 14:25
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.

2 participants