We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdcaafe commit 96249a4Copy full SHA for 96249a4
.github/workflows/test.yml
@@ -75,8 +75,8 @@ jobs:
75
with:
76
limit-access-to-actor: true
77
- name: Preinstall Pydantic 2.12.0a1 for Python 3.14
78
- if: matrix.python-version == '3.14'
79
- run: uv pip install --pre "pydantic==2.12.0a1"
+ if: matrix.python-version == '3.14'
+ run: uv pip install --pre "pydantic==2.12.0a1"
80
- name: Install Dependencies
81
run: uv pip install -r requirements-tests.txt
82
- name: Install Pydantic v1
0 commit comments