Skip to content

Commit

Permalink
fix: pydantic 2.4 is bugged
Browse files Browse the repository at this point in the history
Fix Optional field with validate_default only performing one field validation
by @sydney-runkle in pydantic/pydantic-core#1002
  • Loading branch information
Anton committed Feb 1, 2024
1 parent f112feb commit 3914391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -37,7 +37,7 @@ jobs:
strategy:
matrix:
py_version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
pydantic_ver: ["<2", ">=2,<3"]
pydantic_ver: ["<2", ">=2.5,<3"]
os: [ubuntu-latest, windows-latest]
runs-on: "${{ matrix.os }}"
steps:
Expand Down

0 comments on commit 3914391

Please sign in to comment.