Skip to content

Commit 364046f

Browse files
authored
build: install compatible deps for fastapi (#97)
1 parent 7cc9b50 commit 364046f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azurefunctions-extensions-http-fastapi/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ classifiers= [
2626
]
2727
dependencies = [
2828
'azurefunctions-extensions-base',
29-
'fastapi==0.115.2',
30-
'uvicorn==0.32.0',
31-
'pydantic==2.10.1',
29+
'fastapi~=0.115.0',
30+
'uvicorn~=0.32.0',
31+
'pydantic~=2.10.0',
3232
]
3333

3434
[project.optional-dependencies]

0 commit comments

Comments
 (0)