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 b5f9d97 commit 9514cbaCopy full SHA for 9514cba
.github/workflows/test.yml
@@ -74,6 +74,9 @@ jobs:
74
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}
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"
80
- name: Install Dependencies
81
run: uv pip install -r requirements-tests.txt
82
- name: Install Pydantic v1
0 commit comments