diff --git a/pyproject.toml b/pyproject.toml index f2649b556..7ea93b1b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "click>=8.4.2", "commentjson==0.9.0", "cryptography==49.0.0", - "fastapi>=0.138.1", + "fastapi>=0.138.2", "jdatetime>=5.3.0", "psutil>=7.2.2", "pydantic>=2.13.4", diff --git a/uv.lock b/uv.lock index fed5d5b6b..bd67b8008 100644 --- a/uv.lock +++ b/uv.lock @@ -435,7 +435,7 @@ sdist = { url = "https://files.pythonhosted.org/packages/a2/55/8f8cab2afd404cf57 [[package]] name = "fastapi" -version = "0.138.1" +version = "0.138.2" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "annotated-doc" }, @@ -444,9 +444,9 @@ dependencies = [ { name = "typing-extensions" }, { name = "typing-inspection" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/8a/c9/5e8defe249899c0dc900643695fc07829a67fc88b4ff2cdb03fcbdbf5a4b/fastapi-0.138.1.tar.gz", hash = "sha256:96e3702dce09ee0dce48856135620d3d865ca684a79fe7513fd7b13a12f82862", size = 419646, upload-time = "2026-06-25T15:40:42.115Z" } +sdist = { url = "https://files.pythonhosted.org/packages/0c/a9/9f8f7e00195c29836e9bf58bbbaf579e29878b8a67851efff93d9b6d4eb7/fastapi-0.138.2.tar.gz", hash = "sha256:6432359d067a432134620e7c5e4c6e5063e7f37815bbbbf20acef14b0d2e3fc8", size = 420423, upload-time = "2026-06-29T12:44:12.556Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/38/a9/69a6924f645eb4dd8cd625bf255b3625990eb3e14e073438a53c405dcd3e/fastapi-0.138.1-py3-none-any.whl", hash = "sha256:b994cae7ba8b82c976a728b544244de31333fa5f7d261f9a1dffe526444cae23", size = 129182, upload-time = "2026-06-25T15:40:40.771Z" }, + { url = "https://files.pythonhosted.org/packages/f2/b3/38be2c074bdd0c986340db1d72d7b2321b805b1c5a68069aa00b5d31fd02/fastapi-0.138.2-py3-none-any.whl", hash = "sha256:db90c1ffb5517fba5d4a9f80e866daa008747e646310c9ce155c8c535f9d1615", size = 129271, upload-time = "2026-06-29T12:44:13.905Z" }, ] [[package]] @@ -863,7 +863,7 @@ requires-dist = [ { name = "commentjson", specifier = "==0.9.0" }, { name = "cryptography", specifier = "==49.0.0" }, { name = "deprecated", specifier = "==1.2.13" }, - { name = "fastapi", specifier = ">=0.138.1" }, + { name = "fastapi", specifier = ">=0.138.2" }, { name = "jdatetime", specifier = ">=5.3.0" }, { name = "jinja2", specifier = ">=3.1.6" }, { name = "nats-py", specifier = ">=2.15.0" },