Skip to content

Commit

Permalink
Bound pydantic in another place
Browse files Browse the repository at this point in the history
  • Loading branch information
cicdw committed Sep 9, 2024
1 parent 99b00cf commit fab3168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ jobs:
- name: Install packages
run: |
python -m pip install -U uv
uv pip install --upgrade --system -e .[dev] 'pydantic>=2.4,<3'
uv pip install --upgrade --system -e .[dev] 'pydantic>=2.4,<2.9.0'
- name: Set PREFECT_EXPERIMENTAL_ENABLE_PYDANTIC_V2_INTERNALS env var
run: echo "PREFECT_EXPERIMENTAL_ENABLE_PYDANTIC_V2_INTERNALS=1" >> $GITHUB_ENV
Expand Down

0 comments on commit fab3168

Please sign in to comment.