Loading poetry.lock +172 −110 File changed.Preview size limit exceeded, changes collapsed. Show changes pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading