Browse Source

Update pyproject.toml

Timothy Jaeryang Baek 3 months ago
parent
commit
6ed8c3cb70
1 changed files with 5 additions and 5 deletions
  1. 5 5
      pyproject.toml

+ 5 - 5
pyproject.toml

@@ -11,7 +11,7 @@ dependencies = [
     "pydantic==2.9.2",
     "python-multipart==0.0.18",
 
-    "Flask==3.0.3",
+    "Flask==3.1.0",
     "Flask-Cors==5.0.0",
 
     "python-socketio==5.11.3",
@@ -26,7 +26,7 @@ dependencies = [
 
     "sqlalchemy==2.0.32",
     "alembic==1.14.0",
-    "peewee==3.17.6",
+    "peewee==3.17.8",
     "peewee-migrate==1.12.2",
     "psycopg2-binary==2.9.9",
     "pgvector==0.3.5",
@@ -61,7 +61,7 @@ dependencies = [
 
     "ftfy==6.2.3",
     "pypdf==4.3.1",
-    "fpdf2==2.7.9",
+    "fpdf2==2.8.2",
     "pymdown-extensions==10.11.2",
     "docx2txt==0.8",
     "python-pptx==1.0.0",
@@ -73,7 +73,7 @@ dependencies = [
     "openpyxl==3.1.5",
     "pyxlsb==1.0.10",
     "xlrd==2.0.1",
-    "validators==0.33.0",
+    "validators==0.34.0",
     "psutil",
     "sentencepiece",
     "soundfile==0.12.1",
@@ -84,7 +84,7 @@ dependencies = [
 
     "faster-whisper==1.0.3",
 
-    "PyJWT[crypto]==2.9.0",
+    "PyJWT[crypto]==2.10.1",
     "authlib==1.3.2",
 
     "black==24.8.0",