diff --git a/pyproject.toml b/pyproject.toml index 80e7340..dcf5c63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.11" dependencies = [ "fastapi~=0.115.0", "pydantic>=2.7.0,<3.0.0", - "pydantic-settings~=2.5.2", + "pydantic-settings~=2.6.0", "jinja2~=3.1.4", "httpx~=0.27.0", "beautifulsoup4~=4.12.3", diff --git a/requirements.txt b/requirements.txt index ac24350..356f52c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ fastapi~=0.115.2 pydantic>=2.7.0,<3.0.0 -pydantic-settings~=2.5.2 +pydantic-settings~=2.6.0 jinja2~=3.1.4 httpx~=0.27.2 beautifulsoup4~=4.12.3