Skip to content

Commit

Permalink
Merge pull request #99 from AndreiDrang/dependabot/pip/pydantic-2.8.0
Browse files Browse the repository at this point in the history
Bump pydantic from 2.7.4 to 2.8.0
  • Loading branch information
AndreiDrang authored Jul 1, 2024
2 parents a2fab90 + 614db05 commit 8239adf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ sphinx==7.3.7
pallets_sphinx_themes==2.1.3
myst-parser==3.0.1
autodoc_pydantic==2.2.0
pydantic==2.7.4
pydantic==2.8.0
pydantic-settings==2.3.4
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ classifiers = [
dependencies = [
"requests>=2.21.0",
"aiohttp>=3.9.2",
"pydantic==2.7.4",
"pydantic==2.8.0",
"tenacity==8.*"
]

Expand Down

0 comments on commit 8239adf

Please sign in to comment.