diff --git a/poetry.lock b/poetry.lock index c6e967ed..67ccbc48 100644 --- a/poetry.lock +++ b/poetry.lock @@ -922,17 +922,17 @@ tests = ["asttokens", "littleutils", "pytest", "rich"] [[package]] name = "fastapi" -version = "0.100.1" +version = "0.101.0" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" optional = false python-versions = ">=3.7" files = [ - {file = "fastapi-0.100.1-py3-none-any.whl", hash = "sha256:ec6dd52bfc4eff3063cfcd0713b43c87640fefb2687bbbe3d8a08d94049cdf32"}, - {file = "fastapi-0.100.1.tar.gz", hash = "sha256:522700d7a469e4a973d92321ab93312448fbe20fca9c8da97effc7e7bc56df23"}, + {file = "fastapi-0.101.0-py3-none-any.whl", hash = "sha256:494eb3494d89e8079c20859d7ca695f66eaccc40f46fe8c75ab6186d15f05ffd"}, + {file = "fastapi-0.101.0.tar.gz", hash = "sha256:ca2ae65fe42f6a34b5cf6c994337149154b1b400c39809d7b2dccdceb5ae77af"}, ] [package.dependencies] -pydantic = ">=1.7.4,<1.8 || >1.8,<1.8.1 || >1.8.1,<2.0.0 || >2.0.0,<2.0.1 || >2.0.1,<3.0.0" +pydantic = ">=1.7.4,<1.8 || >1.8,<1.8.1 || >1.8.1,<2.0.0 || >2.0.0,<2.0.1 || >2.0.1,<2.1.0 || >2.1.0,<3.0.0" starlette = ">=0.27.0,<0.28.0" typing-extensions = ">=4.5.0" @@ -4494,4 +4494,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.10.0,<3.11" -content-hash = "444931ff00049937a68982ce90f03e4a5d5eee73fd49a7d7b61b0b7542a29bdd" +content-hash = "480336c10c15b0ff26d184438c7a9e3273615fc7b78ab3031d5e8d1aa2779e3c" diff --git a/pyproject.toml b/pyproject.toml index 3d7b3bf3..3071744d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ [tool.poetry.dependencies] altair = "^5.0.0" clingo = "^5.5.2" -fastapi = ">=0.85,<0.101" +fastapi = ">=0.85,<0.102" pandas = ">=1.4.2,<3.0.0" pydantic = ">=1.10.5,<3.0.0" python = ">=3.10.0,<3.11"