We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i18n=Dict[LanguageTag, str]
When using:
i18n = Dict[LanguageTag, str]
The following warning is thrown, when serializing to JSON
Expected `definition-ref` but got `LanguageTag` - serialized value may not be as expected
This seems to be related to pydantic/pydantic#6467 or pydantic/pydantic#6422.
For now, we are using:
i18n = Dict[str, str]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using:
The following warning is thrown, when serializing to JSON
This seems to be related to pydantic/pydantic#6467 or pydantic/pydantic#6422.
For now, we are using:
The text was updated successfully, but these errors were encountered: