mirror of
https://github.com/th30d4y/OpenLearnX.git
synced 2026-05-26 11:25:49 +00:00
Update Python and npm dependencies to fix security vulnerabilities
Co-authored-by: Stalin-143 <161853795+Stalin-143@users.noreply.github.com>
This commit is contained in:
+19
-19
@@ -25,15 +25,15 @@ kaggle>=1.7.4
|
||||
# Optional: For enhanced data processing
|
||||
bleach>=6.2.0
|
||||
charset-normalizer>=3.4.2
|
||||
urllib3>=2.5.0
|
||||
urllib3>=2.6.3
|
||||
|
||||
# Development and Jupyter Support (if needed)
|
||||
jupyter>=1.0.0
|
||||
ipython>=8.0.0
|
||||
ipython>=8.0.1
|
||||
|
||||
# Additional TensorFlow dependencies
|
||||
h5py>=3.8.0
|
||||
protobuf>=4.21.0,<5.0.0
|
||||
protobuf>=4.25.8,<5.0.0
|
||||
absl-py>=1.4.0
|
||||
astunparse>=1.6.3
|
||||
gast>=0.4.0
|
||||
@@ -43,7 +43,7 @@ opt-einsum>=3.3.0
|
||||
termcolor>=2.1.0
|
||||
typing-extensions>=4.5.0
|
||||
wrapt>=1.14.0
|
||||
grpcio>=1.48.0,<2.0.0
|
||||
grpcio>=1.56.2,<2.0.0
|
||||
tensorboard>=2.17.0,<2.18.0
|
||||
ml-dtypes>=0.4.0
|
||||
|
||||
@@ -56,36 +56,36 @@ joblib>=1.5.1
|
||||
threadpoolctl>=3.6.0
|
||||
|
||||
# Web frameworks
|
||||
fastapi==0.104.1
|
||||
uvicorn[standard]==0.24.0
|
||||
Flask==2.3.3
|
||||
Flask-CORS==4.0.0
|
||||
fastapi>=0.115.0
|
||||
uvicorn[standard]>=0.24.0
|
||||
Flask>=3.0.0
|
||||
Flask-CORS>=4.0.0
|
||||
|
||||
# Database drivers
|
||||
motor==3.3.2
|
||||
pymongo==4.6.0
|
||||
motor>=3.3.2
|
||||
pymongo>=4.6.0
|
||||
|
||||
# Blockchain & Web3
|
||||
web3==6.15.1
|
||||
eth-account==0.10.0
|
||||
web3>=6.15.1
|
||||
eth-account>=0.10.0
|
||||
|
||||
# IPFS client (optional)
|
||||
ipfshttpclient==0.8.0a2
|
||||
|
||||
# Environment & configuration
|
||||
python-dotenv==1.0.0
|
||||
python-dotenv>=1.0.0
|
||||
|
||||
# Data validation
|
||||
pydantic==2.5.3
|
||||
pydantic>=2.5.3
|
||||
|
||||
# Authentication & security
|
||||
python-jose==3.3.0
|
||||
PyJWT==2.8.0
|
||||
passlib[bcrypt]==1.7.4
|
||||
cryptography==41.0.7
|
||||
python-jose>=3.4.0
|
||||
PyJWT>=2.8.0
|
||||
passlib[bcrypt]>=1.7.4
|
||||
cryptography>=42.0.4
|
||||
|
||||
# HTTP requests
|
||||
requests==2.31.0
|
||||
requests>=2.32.0
|
||||
|
||||
# Docker
|
||||
docker
|
||||
|
||||
Reference in New Issue
Block a user