diff --git a/example/pyproject.toml b/example/pyproject.toml index 1730b52..b71da30 100644 --- a/example/pyproject.toml +++ b/example/pyproject.toml @@ -5,11 +5,11 @@ dependencies = [ "connect-python", "flask==3.1.2", "protobuf>=5.28", - "starlette==0.49.3", + "starlette==0.50.0", ] [build-system] -requires = ["uv_build>=0.7.21,<0.8.0"] +requires = ["uv_build>=0.7.21,<0.10.0"] build-backend = "uv_build" [tool.ruff] diff --git a/uv.lock b/uv.lock index 3112e9d..3acf1b8 100644 --- a/uv.lock +++ b/uv.lock @@ -530,7 +530,7 @@ requires-dist = [ { name = "connect-python", editable = "." }, { name = "flask", specifier = "==3.1.2" }, { name = "protobuf", specifier = ">=5.28" }, - { name = "starlette", specifier = "==0.49.3" }, + { name = "starlette", specifier = "==0.50.0" }, ] [[package]] @@ -2191,15 +2191,15 @@ wheels = [ [[package]] name = "starlette" -version = "0.49.3" +version = "0.50.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "anyio" }, { name = "typing-extensions", marker = "python_full_version < '3.13'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/de/1a/608df0b10b53b0beb96a37854ee05864d182ddd4b1156a22f1ad3860425a/starlette-0.49.3.tar.gz", hash = "sha256:1c14546f299b5901a1ea0e34410575bc33bbd741377a10484a54445588d00284", size = 2655031, upload-time = "2025-11-01T15:12:26.13Z" } +sdist = { url = "https://files.pythonhosted.org/packages/ba/b8/73a0e6a6e079a9d9cfa64113d771e421640b6f679a52eeb9b32f72d871a1/starlette-0.50.0.tar.gz", hash = "sha256:a2a17b22203254bcbc2e1f926d2d55f3f9497f769416b3190768befe598fa3ca", size = 2646985, upload-time = "2025-11-01T15:25:27.516Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/a3/e0/021c772d6a662f43b63044ab481dc6ac7592447605b5b35a957785363122/starlette-0.49.3-py3-none-any.whl", hash = "sha256:b579b99715fdc2980cf88c8ec96d3bf1ce16f5a8051a7c2b84ef9b1cdecaea2f", size = 74340, upload-time = "2025-11-01T15:12:24.387Z" }, + { url = "https://files.pythonhosted.org/packages/d9/52/1064f510b141bd54025f9b55105e26d1fa970b9be67ad766380a3c9b74b0/starlette-0.50.0-py3-none-any.whl", hash = "sha256:9e5391843ec9b6e472eed1365a78c8098cfceb7a74bfd4d6b1c0c0095efb3bca", size = 74033, upload-time = "2025-11-01T15:25:25.461Z" }, ] [[package]]