Skip to content

Commit 315ff7d

Browse files
Update dependency pydantic-settings to >=2.9.0, <2.10.0
1 parent e464b3e commit 315ff7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies = [
3636
"orjson",
3737
"packaging",
3838
"pydantic[email]",
39-
"pydantic-settings>=2.2.0, <2.3.0",
39+
"pydantic-settings>=2.9.0, <2.10.0",
4040
# The issue highlighted in https://github.com/pydantic/pydantic-settings/issues/245 has been mitigated by a wrapper and additional parameter for dotenv_allow in the model config
4141
"python-dotenv",
4242
"ruamel.yaml",

0 commit comments

Comments
 (0)