Commit dc3e9c49 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

build: upgrade pydantic version to fix build issue

parent 0ebfb853
Loading
Loading
Loading
Loading
Loading
+172 −110

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ description = ""
authors = [ ]
readme = "README.md"
requires-python = ">=3.12"
dependencies = ["fastapi (>=0.116.0,<1.0.0)", "starlette (>=0.48.0,<1.0.0)", "uvicorn (>=0.36.0,<1.0.0)", "boto3 (>=1.40.35,<2.0.0)", "urllib3 (>=2.5.0,<3.0.0)", "h11 (>=0.16.0,<1.0.0)", "idna (>=3.10,<4.0)"]
dependencies = ["fastapi (>=0.116.0,<1.0.0)", "starlette (>=0.48.0,<1.0.0)", "uvicorn (>=0.36.0,<1.0.0)", "boto3 (>=1.40.35,<2.0.0)", "urllib3 (>=2.5.0,<3.0.0)", "h11 (>=0.16.0,<1.0.0)", "idna (>=3.10,<4.0)", "pydantic-core (>=2.39.0,<3.0.0)"]

[project.scripts]
aws-auth-provider = "aws_auth_provider:run"