From e60e450eb6ff4ad9a529b9aae879036a9e2a4c0c Mon Sep 17 00:00:00 2001 From: Daehee Kim <76981513+DayNice@users.noreply.github.com> Date: Mon, 9 Feb 2026 10:44:59 +0900 Subject: [PATCH] Fix project dependencies --- pyproject.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 10a6794..a783326 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,18 +42,18 @@ classifiers = [ ] dependencies = [ - "fastapi>=0.68.0", + "fastapi>=0.120.1", "uvicorn>=0.15.0", - "python-multipart>=0.0.5", + "python-multipart>=0.0.22", "pywebview>=4.0.0", "cachetools>=4.2.0", - "pandas>=1.3.0", - "numpy>=1.20.0", + "pandas>=1.3.4", + "numpy>=1.22.0", "plotly>=5.0.0", "matplotlib>=3.4.0", - "jinja2>=3.0.0", + "jinja2>=3.1.6", "websockets>=10.0", - "bcrypt>=4.0.0" + "bcrypt>=4.0.0", ] [project.urls] @@ -64,4 +64,4 @@ Issues = "https://github.com/violit-dev/violit/issues" [tool.setuptools.packages.find] where = ["src"] -include = ["violit*"] \ No newline at end of file +include = ["violit*"]