diff --git a/pyproject.toml b/pyproject.toml index c6a2297..99f72a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "orjson", "packaging", "pydantic[email]", - "pydantic-settings>=2.2.0, <2.3.0", + "pydantic-settings>=2.7.1, <2.8.0", # 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 "python-dotenv", "ruamel.yaml",