Skip to content

Commit 281676e

Browse files
authored
Merge pull request #127 from AndreiDrang/main
v0.9.4
2 parents aa6b342 + fc90592 commit 281676e

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
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

docs/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sphinx==8.1.3
2-
pallets_sphinx_themes==2.2.0
2+
pallets_sphinx_themes==2.3.0
33
myst-parser==4.0.0
44
autodoc_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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ classifiers = [
8585
dependencies = [
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.9.3"
1+
__version__ = "0.9.4"

0 commit comments

Comments
 (0)