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

Document Base64Str and Base64Bytes #7192

Merged
merged 1 commit into from Aug 23, 2023
Merged

Document Base64Str and Base64Bytes #7192

merged 1 commit into from Aug 23, 2023

Conversation

Kludex
Copy link
Member

@Kludex Kludex commented Aug 21, 2023

Selected Reviewer: @davidhewitt

@Kludex
Copy link
Member Author

Kludex commented Aug 21, 2023

please review

Comment on lines +1359 to +1361
"""A bytes type that is encoded and decoded using the base64 encoder."""
Base64Str = Annotated[str, EncodedStr(encoder=Base64Encoder)]
"""A str type that is encoded and decoded using the base64 encoder."""
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewer, you are welcome to suggest a better description, if you have it.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apply, and automerge as well, please.

@cloudflare-pages
Copy link

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: c96f506
Status: ✅  Deploy successful!
Preview URL: https://41618324.pydantic-docs2.pages.dev
Branch Preview URL: https://document-base64.pydantic-docs2.pages.dev

View logs

@adriangb adriangb merged commit 820da6f into main Aug 23, 2023
50 checks passed
@adriangb adriangb deleted the document-base64 branch August 23, 2023 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants