Loading poetry.lock +7 −7 Original line number Diff line number Diff line Loading @@ -93,14 +93,14 @@ test = ["pytest (>=6)"] [[package]] name = "fastapi" version = "0.104.0" version = "0.104.1" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" category = "main" optional = false python-versions = ">=3.8" files = [ {file = "fastapi-0.104.0-py3-none-any.whl", hash = "sha256:456482c1178fb7beb2814b88e1885bc49f9a81f079665016feffe3e1c6a7663e"}, {file = "fastapi-0.104.0.tar.gz", hash = "sha256:9c44de45693ae037b0c6914727a29c49a40668432b67c859a87851fc6a7b74c6"}, {file = "fastapi-0.104.1-py3-none-any.whl", hash = "sha256:752dc31160cdbd0436bb93bad51560b57e525cbb1d4bbf6f4904ceee75548241"}, {file = "fastapi-0.104.1.tar.gz", hash = "sha256:e5e4540a7c5e1dcfbbcf5b903c234feddcdcd881f191977a1c5dfd917487e7ae"}, ] [package.dependencies] Loading Loading @@ -392,14 +392,14 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [[package]] name = "uvicorn" version = "0.23.2" version = "0.24.0" description = "The lightning-fast ASGI server." category = "main" optional = false python-versions = ">=3.8" files = [ {file = "uvicorn-0.23.2-py3-none-any.whl", hash = "sha256:1f9be6558f01239d4fdf22ef8126c39cb1ad0addf76c40e760549d2c2f43ab53"}, {file = "uvicorn-0.23.2.tar.gz", hash = "sha256:4d3cc12d7727ba72b64d12d3cc7743124074c0a69f7b201512fc50c3e3f1569a"}, {file = "uvicorn-0.24.0-py3-none-any.whl", hash = "sha256:3d19f13dfd2c2af1bfe34dd0f7155118ce689425fdf931177abe832ca44b8a04"}, {file = "uvicorn-0.24.0.tar.gz", hash = "sha256:368d5d81520a51be96431845169c225d771c9dd22a58613e1a181e6c4512ac33"}, ] [package.dependencies] Loading Loading @@ -575,4 +575,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" content-hash = "f2be78a3517f8684658c73a9342a3803bb759ff611e38cae82dfbffc720cdf68" content-hash = "a1ef20493214da73d1316f6d15ace57b336be3f75fb6706eb305bbe7381b6b11" pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.8" fastapi = "^0.104.0" uvicorn = {extras = ["standard"], version = "^0.23.0"} uvicorn = {extras = ["standard"], version = "^0.24.0"} requests = "^2.28.1" Loading Loading
poetry.lock +7 −7 Original line number Diff line number Diff line Loading @@ -93,14 +93,14 @@ test = ["pytest (>=6)"] [[package]] name = "fastapi" version = "0.104.0" version = "0.104.1" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" category = "main" optional = false python-versions = ">=3.8" files = [ {file = "fastapi-0.104.0-py3-none-any.whl", hash = "sha256:456482c1178fb7beb2814b88e1885bc49f9a81f079665016feffe3e1c6a7663e"}, {file = "fastapi-0.104.0.tar.gz", hash = "sha256:9c44de45693ae037b0c6914727a29c49a40668432b67c859a87851fc6a7b74c6"}, {file = "fastapi-0.104.1-py3-none-any.whl", hash = "sha256:752dc31160cdbd0436bb93bad51560b57e525cbb1d4bbf6f4904ceee75548241"}, {file = "fastapi-0.104.1.tar.gz", hash = "sha256:e5e4540a7c5e1dcfbbcf5b903c234feddcdcd881f191977a1c5dfd917487e7ae"}, ] [package.dependencies] Loading Loading @@ -392,14 +392,14 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [[package]] name = "uvicorn" version = "0.23.2" version = "0.24.0" description = "The lightning-fast ASGI server." category = "main" optional = false python-versions = ">=3.8" files = [ {file = "uvicorn-0.23.2-py3-none-any.whl", hash = "sha256:1f9be6558f01239d4fdf22ef8126c39cb1ad0addf76c40e760549d2c2f43ab53"}, {file = "uvicorn-0.23.2.tar.gz", hash = "sha256:4d3cc12d7727ba72b64d12d3cc7743124074c0a69f7b201512fc50c3e3f1569a"}, {file = "uvicorn-0.24.0-py3-none-any.whl", hash = "sha256:3d19f13dfd2c2af1bfe34dd0f7155118ce689425fdf931177abe832ca44b8a04"}, {file = "uvicorn-0.24.0.tar.gz", hash = "sha256:368d5d81520a51be96431845169c225d771c9dd22a58613e1a181e6c4512ac33"}, ] [package.dependencies] Loading Loading @@ -575,4 +575,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" content-hash = "f2be78a3517f8684658c73a9342a3803bb759ff611e38cae82dfbffc720cdf68" content-hash = "a1ef20493214da73d1316f6d15ace57b336be3f75fb6706eb305bbe7381b6b11"
pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.8" fastapi = "^0.104.0" uvicorn = {extras = ["standard"], version = "^0.23.0"} uvicorn = {extras = ["standard"], version = "^0.24.0"} requests = "^2.28.1" Loading