File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 run : make tests
4747
4848 - name : Upload coverage to Codecov
49- uses : codecov/codecov-action@v4
49+ uses : codecov/codecov-action@v5
5050 with :
5151 token : ${{ secrets.CODECOV_TOKEN }}
5252 files : ${{github.workspace}}/src/coverage/coverage.xml
Original file line number Diff line number Diff line change 11sphinx == 8.1.3
2- pallets_sphinx_themes == 2.2 .0
2+ pallets_sphinx_themes == 2.3 .0
33myst-parser == 4.0.0
44autodoc_pydantic == 2.2.0
5- pydantic == 2.9.2
6- pydantic-settings == 2.6.0
5+ pydantic == 2.10.3
6+ pydantic-settings == 2.6.1
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ classifiers = [
8585dependencies = [
8686 " requests>=2.21.0" ,
8787 " aiohttp>=3.9.2" ,
88- " pydantic==2.9.2 " ,
88+ " pydantic>=2.5.0 " ,
8989 " tenacity>=8,<10"
9090]
9191
Original file line number Diff line number Diff line change 1- __version__ = "0.9.3 "
1+ __version__ = "0.9.4 "
You can’t perform that action at this time.
0 commit comments