From 6ed8c3cb704d5edf7562712bd3f384a53157852c Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sun, 5 Jan 2025 00:56:32 -0800 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2aa69204e..63a97e69a 100644 --- a/pyproject.toml +++ b/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",