Skip to content

Commit

Permalink
Update pydantic-settings requirement from ~=2.4.0 to ~=2.5.2
Browse files Browse the repository at this point in the history
Updates the requirements on [pydantic-settings](https://github.com/pydantic/pydantic-settings) to permit the latest version.
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.4.0...v2.5.2)

---
updated-dependencies:
- dependency-name: pydantic-settings
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 67f0d7f commit 5b3668b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires-python = ">=3.11"
dependencies = [
"fastapi~=0.114.0",
"pydantic>=2.7.0,<3.0.0",
"pydantic-settings~=2.4.0",
"pydantic-settings~=2.5.2",
"jinja2~=3.1.4",
"httpx~=0.27.0",
"beautifulsoup4~=4.12.3",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
fastapi~=0.114.2
pydantic>=2.7.0,<3.0.0
pydantic-settings~=2.4.0
pydantic-settings~=2.5.2
jinja2~=3.1.4
httpx~=0.27.2
beautifulsoup4~=4.12.3
Expand Down

0 comments on commit 5b3668b

Please sign in to comment.