diff --git a/poetry.lock b/poetry.lock index 9d9b27a..24371b3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -1236,14 +1236,14 @@ webhdfs = ["requests"] [[package]] name = "starlette" -version = "0.52.1" +version = "1.0.1" description = "The little ASGI library that shines." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "starlette-0.52.1-py3-none-any.whl", hash = "sha256:0029d43eb3d273bc4f83a08720b4912ea4b071087a3b48db01b7c839f7954d74"}, - {file = "starlette-0.52.1.tar.gz", hash = "sha256:834edd1b0a23167694292e94f597773bc3f89f362be6effee198165a35d62933"}, + {file = "starlette-1.0.1-py3-none-any.whl", hash = "sha256:7c0e69b2ee1c848bd54669d908500117a3ee13de603a21427e5c6fc1adf98dcd"}, + {file = "starlette-1.0.1.tar.gz", hash = "sha256:512399c5f1de7fac99c88572212ded9ddeddef2fb32afa82d724000e88b38f4f"}, ] [package.dependencies] @@ -1531,4 +1531,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.12" -content-hash = "5508d26ad2413441e1b4a4aef0f2cda9bb2c260021f4b428620d800be4cdf958" +content-hash = "2a044a2feeb4e19f06b515a1d8be1373042caa2ffd524d1e5ba4c4fcb662f9d7" diff --git a/pyproject.toml b/pyproject.toml index e9f0735..c5d3940 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ python = ">=3.12" twitchio = "^2.10" gensim = "^4.3" python-dotenv = "^1.0" -starlette = "^0.52" +starlette = ">=0.52,<1.1" uvicorn = "^0.41" websockets = "^14.0"