Browse Source

Propagate fix to pyproject

Arkadiusz Ryś 1 year ago
parent
commit
03c7f0ab8d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pyproject.toml

+ 2 - 2
pyproject.toml

@@ -25,10 +25,10 @@ dependencies = [
     "rdflib~=7.0.0",
     "pandas~=2.0.1",
     "dacite~=1.8.1",
-    "fastapi~=0.101.0",
+    "fastapi~=0.101.1",
     "pyarrow~=12.0.1",
     "requests~=2.31.0",
-    "starlette~=0.31.0",
+    "starlette<=0.28.0",
     "python-magic~=0.4.27",
     "uvicorn[standard]~=0.23.2",
 ]