-
-
Notifications
You must be signed in to change notification settings - Fork 89
Update pydantic #593
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
Update pydantic #593
Conversation
Thanks! Do any of these other occurrences of
pydantic-settings/tests/test_settings.py Line 1842 in 20640b0
pydantic-settings/tests/test_settings.py Lines 1472 to 1475 in 20640b0
pydantic-settings/tests/test_settings.py Lines 1480 to 1483 in 20640b0
A similar construction also appears in documentation: pydantic-settings/docs/index.md Line 2258 in 20640b0
|
PR Change SummaryUpdated the Pydantic library to address specific issues related to field handling in settings classes.
Modified Files
How can I customize these reviews?Check out the Hyperlint AI Reviewer docs for more information on how to customize the review. If you just want to ignore it on this PR, you can add the Note specifically for link checks, we only check the first 30 links in a file and we cache the results for several hours (for instance, if you just added a page, you might experience this). Our recommendation is to add |
3d7d85e
to
c2e3804
Compare
c2e3804
to
76ee619
Compare
Co-authored-by: Victorien <[email protected]>
Thanks @Viicos for the review. I only changed the ones that throw warning |
Thanks @Viicos |
Fixes #592 , #591