diff --git a/poetry.lock b/poetry.lock index 474ed64..b09e1e8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -992,13 +992,13 @@ files = [ [[package]] name = "pydantic" -version = "2.10.4" +version = "2.10.5" description = "Data validation using Python type hints" optional = true python-versions = ">=3.8" files = [ - {file = "pydantic-2.10.4-py3-none-any.whl", hash = "sha256:597e135ea68be3a37552fb524bc7d0d66dcf93d395acd93a00682f1efcb8ee3d"}, - {file = "pydantic-2.10.4.tar.gz", hash = "sha256:82f12e9723da6de4fe2ba888b5971157b3be7ad914267dea8f05f82b28254f06"}, + {file = "pydantic-2.10.5-py3-none-any.whl", hash = "sha256:4dd4e322dbe55472cb7ca7e73f4b63574eecccf2835ffa2af9021ce113c83c53"}, + {file = "pydantic-2.10.5.tar.gz", hash = "sha256:278b38dbbaec562011d659ee05f63346951b3a248a6f3642e1bc68894ea2b4ff"}, ] [package.dependencies] @@ -1514,4 +1514,4 @@ opentelemetry = ["botocore", "fastapi", "opentelemetry-api", "opentelemetry-expo [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "aab41f11f557ec832393562f45508785aea26d784c5047b0a9eb293b9be408db" +content-hash = "8c210a1089bb8ed21f3d36561111149fb5edc50c937ac0aa06b8516a97484335" diff --git a/pyproject.toml b/pyproject.toml index 279b4cc..f7357fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ fastapi = { version = ">=0.115.2", optional = true } cryptography = { version = ">=43.0.3", optional = true } faas-cache-dict = { version = "^0.5.0", optional = true } httpx = { version = ">=0.27.2", optional = true } -pydantic = { version = "^2.9.2", optional = true } +pydantic = { version = "^2.10.5", optional = true } pymongo = { version = "^4.10.1", optional = true } redis = { version = "^5.1.1", optional = true }