From 8406606b727221e735cc9fb6eb5bc3c41251a3e8 Mon Sep 17 00:00:00 2001 From: USER Date: Tue, 5 May 2026 17:35:40 +0530 Subject: [PATCH] [LIBX] Security dependency upgrades + code migration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - fastapi: 0.104.1 → 0.109.1 (PYSEC-2024-38, GHSA-qf9m-vfgh-m389) - python-multipart: 0.0.6 → 0.0.7 (GHSA-2jv5-9r88-3w3p, GHSA-59g5-xgcq-4qw3, GHSA-mj87-hwqh-73pj, GHSA-wp53-j4wj-2cfg) - keras: 2.14.0 → 3.12.0 (GHSA-36fq-jgmw-4r9c, GHSA-4f3f-g24h-fr8m, GHSA-cjgq-5qmw-rcj6, GHSA-hjqc-jx6g-rwp9, GHSA-mq84-hjqx-cwf2, GHSA-9g7v-8wxv-mwxp, GHSA-28jp-44vh-q42h, GHSA-5478-v2w6-c6q7) - nltk: 3.8.1 → 3.9 (GHSA-469j-vmhf-r6v7, GHSA-7p94-766c-hgjp, GHSA-cgvx-9447-vcch, GHSA-gfwx-w7gr-fvh7, GHSA-h8wq-7xc4-p3qx, GHSA-jm6w-m3j8-898g, GHSA-rf74-v2fm-23pw, PYSEC-2024-167) --- .gitignore | 4 ++++ requirements.txt | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d148d56 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.libx_venv +__pycache__/ +*.pyc +*.pyo diff --git a/requirements.txt b/requirements.txt index 1cc06ae..4e6fb8f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -fastapi==0.104.1 +fastapi==0.109.1 uvicorn==0.24.0 pydantic==2.5.0 -python-multipart==0.0.6 +python-multipart==0.0.7 numpy==1.24.3 tensorflow==2.14.0 keras==2.14.0 -nltk==3.8.1 +nltk==3.9