Skip to content

Commit 3490249

Browse files
committed
fix ci
1 parent fed7322 commit 3490249

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Install Specific Version Pydantic (Bash)
4242
shell: bash
43-
run: uv add "pydantic$PYDANTIC_VERSION"
43+
run: uv add "pydantic$PYDANTIC_VERSION" "fastapi<0.119.0"
4444

4545
- name: Run pytest with coverage
4646
working-directory: plugins/${{ github.event.repository.name }}

0 commit comments

Comments
 (0)