File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ cachetools = "*"
9393canonicaljson = " *"
9494dask = " *"
9595duckdb = " <1.4.0" # https://github.com/bluesky/tiled/issues/1144
96- fastapi = " >=0.115.8 "
96+ fastapi = " >=0.122.0 "
9797jinja2 = " *"
9898jmespath = " *"
9999numcodecs = " *"
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ minimal-server = [
203203 " cachetools" ,
204204 " canonicaljson" ,
205205 " dask" ,
206- " fastapi >=0.115.8 " ,
206+ " fastapi >=0.122.0 " ,
207207 " jinja2" ,
208208 " jmespath" ,
209209 " numcodecs" ,
@@ -238,7 +238,7 @@ server = [
238238 " dask[dataframe]" ,
239239 " duckdb <1.4.0" , # https://github.com/bluesky/tiled/issues/1144
240240 " entrypoints" ,
241- " fastapi >=0.115.8 " ,
241+ " fastapi >=0.122.0 " ,
242242 " h5netcdf" ,
243243 " h5py" ,
244244 " hdf5plugin" ,
You can’t perform that action at this time.
0 commit comments