Browse Source

🔧 Update Pydantic version to install

pull/14540/head
Sebastián Ramírez 7 months ago
parent
commit
86e1bc14e9
  1. 2
      .github/workflows/test.yml

2
.github/workflows/test.yml

@ -75,7 +75,7 @@ jobs:
coverage: coverage
# Run one test with Pydantic < 2.7 to test changes across versions
- os: ubuntu-latest
python-version: "3.13"
python-version: "3.12"
pydantic-version: "pydantic>=2.0.2,<2.7.0"
coverage: coverage
- os: ubuntu-latest

Loading…
Cancel
Save