Skip to content

Commit 7fad232

Browse files
try pinning pydantic
1 parent 3f50b9d commit 7fad232

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Python
1717
uses: actions/setup-python@v4
1818
with:
19-
python-version: '3.9'
19+
python-version: '3.13'
2020

2121
- name: Ensure latest pip
2222
run: python -m pip install --upgrade pip

.github/workflows/style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Python
1717
uses: actions/setup-python@v4
1818
with:
19-
python-version: '3.10'
19+
python-version: '3.13'
2020

2121
- name: Ensure latest pip
2222
run: python -m pip install --upgrade pip

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
"requests",
2929
"requests-toolbelt",
3030
"rich",
31-
"pydantic>=2.11",
31+
"pydantic===2.11.7",
3232
"pydantic-settings",
3333
"isodate",
3434
"python-dateutil",

0 commit comments

Comments
 (0)