Skip to content

Commit 4780b77

Browse files
committed
Update other version pins to match.
1 parent 221f2b1 commit 4780b77

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ cachetools = "*"
9393
canonicaljson = "*"
9494
dask = "*"
9595
duckdb = "<1.4.0" # https://github.com/bluesky/tiled/issues/1144
96-
fastapi = ">=0.115.8"
96+
fastapi = ">=0.122.0"
9797
jinja2 = "*"
9898
jmespath = "*"
9999
numcodecs = "*"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)