Skip to content

Commit 62327ce

Browse files
committed
⬆️ Upgrade FastAPI and HTTPX dependency for tests
1 parent 7e9971d commit 62327ce

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ pillow = "^9.3.0"
4444
cairosvg = "^2.5.2"
4545
mdx-include = "^1.4.1"
4646
coverage = {extras = ["toml"], version = ">=6.2,<8.0"}
47-
fastapi = "^0.68.1"
48-
requests = "^2.26.0"
47+
fastapi = "^0.103.2"
4948
ruff = "^0.1.2"
49+
# For FastAPI tests
50+
httpx = "0.24.1"
5051

5152
[build-system]
5253
requires = ["poetry-core"]

0 commit comments

Comments
 (0)