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

feat: Update the Pydantic from v1 to v2 #3948

Merged
merged 10 commits into from
Feb 15, 2024

Commits on Feb 12, 2024

  1. feat: Update the pydantic version to v2.

    Signed-off-by: Shuchu Han <shuchu.han@gmail.com>
    shuchu committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    6a19c50 View commit details
    Browse the repository at this point in the history
  2. feat: fix the python lint check errors.

    Signed-off-by: Shuchu Han <shuchu.han@gmail.com>
    shuchu committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    62a7f1f View commit details
    Browse the repository at this point in the history
  3. feat: update the requirements.

    Signed-off-by: Shuchu Han <shuchu.han@gmail.com>
    shuchu committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    f2d2225 View commit details
    Browse the repository at this point in the history
  4. feat: fix few type checking errors.

    Signed-off-by: Shuchu Han <shuchu.han@gmail.com>
    shuchu committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    497af8e View commit details
    Browse the repository at this point in the history
  5. fix: downgrade the version of moto to moto<5.

    Signed-off-by: Shuchu Han <shuchu.han@gmail.com>
    shuchu committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    6f0e0ce View commit details
    Browse the repository at this point in the history
  6. fix: Update the setup.py and requirements.txt. Fix test errors.

    Signed-off-by: Shuchu Han <shuchu.han@gmail.com>
    shuchu committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    967bcac View commit details
    Browse the repository at this point in the history
  7. fix: Typo fixing.

    Signed-off-by: Shuchu Han <shuchu.han@gmail.com>
    shuchu committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    2ffd4dd View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. fix: Improvements following the PR comments. Remove unnecessary changes.

    Signed-off-by: Shuchu Han <shuchu.han@gmail.com>
    shuchu committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    9573d41 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. fix: reduce the repeated function calls. Add classmethod decorator to…

    … class methods.
    
    Signed-off-by: Shuchu Han <shuchu.han@gmail.com>
    shuchu committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    35a224f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e90b90e View commit details
    Browse the repository at this point in the history