backend-reference
backend-reference copied to clipboard
Bump pydantic from 1.10.7 to 1.10.13 in /examples/fastapi-postgres-with-serverless
Bumps pydantic from 1.10.7 to 1.10.13.
Release notes
Sourced from pydantic's releases.
V1.10.13 2023-09-27
What's Changed
- Update pip commands to install 1.10 by
@chbndrhnnsin pydantic/pydantic#6930- Make the v1 mypy plugin work with both v1 and v2 by
@dmontaguin pydantic/pydantic#6920- [Backport] Add max length check to
validate_emailby@hramezaniin pydantic/pydantic#7673Full Changelog: https://github.com/pydantic/pydantic/compare/v1.10.12...v1.10.13
V1.10.12
What's Changed
- Deque's maxlen property dropped on V1 validation by
@maciekglowkain pydantic/pydantic#6586- Prepare release 1.10.12 by
@hramezaniin pydantic/pydantic#6825New Contributors
@maciekglowkamade their first contribution in pydantic/pydantic#6586Full Changelog: https://github.com/pydantic/pydantic/compare/v1.10.11...v1.10.12
V1.10.11
What's Changed
- Fix import of create_model in tools.py by
@SharathHuddarin pydantic/pydantic#6364- Prepare for 1.10.11 by
@hramezaniin pydantic/pydantic#6420New Contributors
@SharathHuddarmade their first contribution in pydantic/pydantic#6364Full Changelog: https://github.com/pydantic/pydantic/compare/v1.10.10...v1.10.11
V1.10.10
What's Changed
- Fix racy doctests by
@K900in pydantic/pydantic#6103- ✅ Update FastAPI test script by
@Kludexin pydantic/pydantic#6117- add roadmap to annoucement by
@samuelcolvinin pydantic/pydantic#6120- Fixed literal validator errors for unhashable values by
@markus1978in pydantic/pydantic#6194- Bug fix for forward refs in generics by
@mark-toddin pydantic/pydantic#6157- Add Pydantic
Jsonfield support to settings management by@hramezaniin pydantic/pydantic#6250New Contributors
@K900made their first contribution in pydantic/pydantic#6103@markus1978made their first contribution in pydantic/pydantic#6194Full Changelog: https://github.com/pydantic/pydantic/compare/v1.10.9...v1.10.10
V1.10.9
What's Changed
- Add Pydantic classifier by
@hramezaniin pydantic/pydantic#5847- 📌 Use Cython < v3 by
@ligin pydantic/pydantic#5845- [cherry-pick] Fix mypy plugin for 1.4.0 (#5927) by
@cdce8pin pydantic/pydantic#5928- Add future and past date hypothesis strategies by
@bschoenmaeckersin pydantic/pydantic#5850
... (truncated)
Changelog
Sourced from pydantic's changelog.
v1.10.13 (2023-09-27)
- Fix: Add max length check to
pydantic.validate_email, #7673 by@hramezani- Docs: Fix pip commands to install v1, #6930 by
@chbndrhnnsv1.10.12 (2023-07-24)
- Fixes the
maxlenproperty being dropped ondequevalidation. Happened only if the deque item has been typed. Changes the_validate_sequence_likefunc, #6581 by@maciekglowkav1.10.11 (2023-07-04)
- Importing create_model in tools.py through relative path instead of absolute path - so that it doesn't import V2 code when copied over to V2 branch, #6361 by
@SharathHuddarv1.10.10 (2023-06-30)
- Add Pydantic
Jsonfield support to settings management, #6250 by@hramezani- Fixed literal validator errors for unhashable values, #6188 by
@markus1978- Fixed bug with generics receiving forward refs, #6130 by
@mark-todd- Update install method of FastAPI for internal tests in CI, #6117 by
@Kludexv1.10.9 (2023-06-07)
- Fix trailing zeros not ignored in Decimal validation, #5968 by
@hramezani- Fix mypy plugin for v1.4.0, #5928 by
@cdce8p- Add future and past date hypothesis strategies, #5850 by
@bschoenmaeckers- Discourage usage of Cython 3 with Pydantic 1.x, #5845 by
@ligv1.10.8 (2023-05-23)
- Fix a bug in
Literalusage withtyping-extension==4.6.0, #5826 by@hramezani- This solves the (closed) issue #3849 where aliased fields that use discriminated union fail to validate when the data contains the non-aliased field name, #5736 by
@benwah- Update email-validator dependency to >=2.0.0post2, #5627 by
@adriangb- update
AnyClassMethodfor changes in python/typeshed#9771, #5505 by@ITProKyle
Commits
8822578Prepare release 1.10.13 (#7674)59d8f38[Backport] Add max length check tovalidate_email(#7673)69b92b5Make the v1 mypy plugin work with both v1 and v2 (#6920)87bf417Update pip commands to install 1.10 (#6930)d9c2af3Prepare release 1.10.12 (#6825)2aaddf6Deque's maxlen property dropped on V1 validation (#6586)15c82d9Prepare for 1.10.11 (#6420)8750c37no longer tag docs release as latest2c0e2a6Fix import of create_model in tools.py (#6364)0e8a387Prepare for 1.10.10 (#6308)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
[!IMPORTANT]
Auto Review Skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai reviewcommand.You can disable this status message by setting the
reviews.review_statustofalsein the CodeRabbit configuration file.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Tips
Chat
There are 3 ways to chat with CodeRabbit:
- Review comments: Directly reply to a review comment made by CodeRabbit. Example:
I pushed a fix in commit <commit_id>.Generate unit testing code for this file.Open a follow-up GitHub issue for this discussion.
- Files and specific lines of code (under the "Files changed" tab): Tag
@coderabbitaiin a new review comment at the desired location with your query. Examples:@coderabbitai generate unit testing code for this file.@coderabbitai modularize this function.
- PR comments: Tag
@coderabbitaiin a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:@coderabbitai generate interesting stats about this repository and render them as a table.@coderabbitai show all the console.log statements in this repository.@coderabbitai read src/utils.ts and generate unit testing code.@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.
CodeRabbit Commands (invoked as PR comments)
@coderabbitai pauseto pause the reviews on a PR.@coderabbitai resumeto resume the paused reviews.@coderabbitai reviewto trigger a review. This is useful when automatic reviews are disabled for the repository.@coderabbitai resolveresolve all the CodeRabbit review comments.@coderabbitai helpto get help.
Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
CodeRabbit Configration File (.coderabbit.yaml)
- You can programmatically configure CodeRabbit by adding a
.coderabbit.yamlfile to the root of your repository. - Please see the configuration documentation for more information.
- If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation:
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
Documentation and Community
- Visit our Documentation for detailed information on how to use CodeRabbit.
- Join our Discord Community to get help, request features, and share feedback.
- Follow us on X/Twitter for updates and announcements.