diff --git a/pyproject.toml b/pyproject.toml index 9ed0aff..7e0f17a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,27 +11,27 @@ requires-python = ">=3.11,<3.12" license = { text = "MIT" } authors = [{ name = "MedTrack" }] dependencies = [ - "fastapi==0.110.0", - "numpy==1.26.4", - "opencv-python-headless>=4.9,<5", + "fastapi==0.141.1", + "numpy==2.4.6", + "opencv-python-headless>=4.9,<6", "pydantic-settings>=2.2,<3", - "python-multipart==0.0.9", - "uvicorn==0.27.1", + "python-multipart==0.0.32", + "uvicorn==0.52.1", ] [dependency-groups] inference = [ - "easyocr==1.7.1", - "ultralytics==8.3.162", + "easyocr==1.7.2", + "ultralytics==8.4.115", ] training = [ - "ultralytics==8.3.162", + "ultralytics==8.4.115", ] dev = [ - "httpx>=0.27,<0.28", + "httpx>=0.27,<0.29", "pre-commit>=3.7,<5", - "pytest>=8.0,<9", - "pytest-cov>=5,<7", + "pytest>=8.0,<10", + "pytest-cov>=5,<8", "pyright>=1.1.360,<2", "ruff>=0.5,<1", ]