Skip to content

Commit e19a901

Browse files
Update pydantic-settings requirement from ~=2.5.2 to ~=2.6.0
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.5.2...v2.6.0) --- updated-dependencies: - dependency-name: pydantic-settings dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0f266c6 commit e19a901

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires-python = ">=3.11"
77
dependencies = [
88
"fastapi~=0.115.0",
99
"pydantic>=2.7.0,<3.0.0",
10-
"pydantic-settings~=2.5.2",
10+
"pydantic-settings~=2.6.0",
1111
"jinja2~=3.1.4",
1212
"httpx~=0.27.0",
1313
"beautifulsoup4~=4.12.3",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
fastapi~=0.115.2
22
pydantic>=2.7.0,<3.0.0
3-
pydantic-settings~=2.5.2
3+
pydantic-settings~=2.6.0
44
jinja2~=3.1.4
55
httpx~=0.27.2
66
beautifulsoup4~=4.12.3

0 commit comments

Comments
 (0)