File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments