There was an error while loading. Please reload this page.
1 parent fed7322 commit 3490249Copy full SHA for 3490249
1 file changed
.github/workflows/test.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Install Specific Version Pydantic (Bash)
42
shell: bash
43
- run: uv add "pydantic$PYDANTIC_VERSION"
+ run: uv add "pydantic$PYDANTIC_VERSION" "fastapi<0.119.0"
44
45
- name: Run pytest with coverage
46
working-directory: plugins/${{ github.event.repository.name }}
0 commit comments