Skip to content

Commit d15e7a0

Browse files
committed
chore(deps): remove specific version constraints for fastapi, uvicorn, and pydantic in pyproject.toml
1 parent cf263b6 commit d15e7a0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ dependencies = [
4747
"tiktoken>=0.9.0",
4848
"humanize>=4.12.2",
4949
"rich>=13.9.4",
50-
"fastapi (>=0.115.12,<0.116.0)",
51-
"uvicorn (>=0.34.0,<0.35.0)",
52-
"pydantic (>=2.11.1,<3.0.0)"
5350
]
5451

5552
[project.urls]

0 commit comments

Comments
 (0)