diff --git a/poetry.lock b/poetry.lock index 8d5a99b..c1c2f23 100644 --- a/poetry.lock +++ b/poetry.lock @@ -514,13 +514,13 @@ idna = ">=2.0.0" [[package]] name = "fastapi" -version = "0.112.0" +version = "0.112.1" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" optional = false python-versions = ">=3.8" files = [ - {file = "fastapi-0.112.0-py3-none-any.whl", hash = "sha256:3487ded9778006a45834b8c816ec4a48d522e2631ca9e75ec5a774f1b052f821"}, - {file = "fastapi-0.112.0.tar.gz", hash = "sha256:d262bc56b7d101d1f4e8fc0ad2ac75bb9935fec504d2b7117686cec50710cf05"}, + {file = "fastapi-0.112.1-py3-none-any.whl", hash = "sha256:bcbd45817fc2a1cd5da09af66815b84ec0d3d634eb173d1ab468ae3103e183e4"}, + {file = "fastapi-0.112.1.tar.gz", hash = "sha256:b2537146f8c23389a7faa8b03d0bd38d4986e6983874557d95eed2acc46448ef"}, ] [package.dependencies] @@ -535,7 +535,7 @@ pydantic-extra-types = {version = ">=2.0.0", optional = true, markers = "extra = pydantic-settings = {version = ">=2.0.0", optional = true, markers = "extra == \"all\""} python-multipart = {version = ">=0.0.7", optional = true, markers = "extra == \"all\""} pyyaml = {version = ">=5.3.1", optional = true, markers = "extra == \"all\""} -starlette = ">=0.37.2,<0.38.0" +starlette = ">=0.37.2,<0.39.0" typing-extensions = ">=4.8.0" ujson = {version = ">=4.0.1,<4.0.2 || >4.0.2,<4.1.0 || >4.1.0,<4.2.0 || >4.2.0,<4.3.0 || >4.3.0,<5.0.0 || >5.0.0,<5.1.0 || >5.1.0", optional = true, markers = "extra == \"all\""} uvicorn = {version = ">=0.12.0", extras = ["standard"], optional = true, markers = "extra == \"all\""} @@ -2667,4 +2667,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a8dc597569746568b471371b48125e774b12191161c377e71be41d040acb0a41" +content-hash = "75e6f1412c793e57e488ca196fe32d0e53b45a17a34d6a230150681ec7a74dc2" diff --git a/pyproject.toml b/pyproject.toml index 9bd151f..251c4b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Akhil Narang "] [tool.poetry.dependencies] python = "^3.11" -fastapi = {extras = ["all"], version = "^0.112.0"} +fastapi = {extras = ["all"], version = "^0.112.1"} httpx = "^0.27.0" beautifulsoup4 = "^4.12.3" uvicorn = {extras = ["standard"], version = "^0.30.6"}