Chore: dup bump for NPM and PIP (#20386)

* Update pyproject.toml

* Update aiohttp version to 3.13.3

* Update aiohttp version to 3.13.3

* Update pyproject.toml

* Update requirements.txt

* Update package.json
This commit is contained in:
Classic298 2026-01-05 19:34:25 +01:00 committed by GitHub
parent ab7b97e21f
commit f5455d48c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 9 deletions

View File

@ -16,7 +16,7 @@ PyJWT[crypto]==2.10.1
authlib==1.6.6
requests==2.32.5
aiohttp==3.13.2
aiohttp==3.13.3
async-timeout
aiocache
aiofiles

View File

@ -13,7 +13,7 @@ PyJWT[crypto]==2.10.1
authlib==1.6.6
requests==2.32.5
aiohttp==3.13.2
aiohttp==3.13.3
async-timeout
aiocache
aiofiles
@ -81,7 +81,7 @@ psutil
sentencepiece
soundfile==0.13.1
pillow==12.0.0
pillow==12.1.0
opencv-python-headless==4.12.0.88
rapidocr-onnxruntime==1.4.4
rank-bm25==0.2.2
@ -115,7 +115,7 @@ psycopg2-binary==2.9.11
pgvector==0.4.2
PyMySQL==1.1.2
boto3==1.42.19
boto3==1.42.21
pymilvus==2.6.6
qdrant-client==1.16.2

View File

@ -47,7 +47,7 @@
"tailwindcss": "^4.0.0",
"tslib": "^2.4.1",
"typescript": "^5.5.4",
"vite": "^5.4.14",
"vite": "^5.4.21",
"vitest": "^1.6.1"
},
"type": "module",
@ -106,7 +106,7 @@
"i18next-resources-to-backend": "^1.2.0",
"idb": "^7.1.1",
"js-sha256": "^0.10.1",
"jspdf": "^3.0.0",
"jspdf": "^4.0.0",
"katex": "^0.16.22",
"kokoro-js": "^1.1.1",
"leaflet": "^1.9.4",

View File

@ -21,7 +21,7 @@ dependencies = [
"authlib==1.6.6",
"requests==2.32.5",
"aiohttp==3.13.2",
"aiohttp==3.13.3",
"async-timeout",
"aiocache",
"aiofiles",
@ -60,7 +60,7 @@ dependencies = [
"chromadb==1.4.0",
"opensearch-py==3.1.0",
"PyMySQL==1.1.2",
"boto3==1.42.19",
"boto3==1.42.21",
"transformers==4.57.3",
"sentence-transformers==5.2.0",
@ -90,7 +90,7 @@ dependencies = [
"soundfile==0.13.1",
"azure-ai-documentintelligence==1.0.2",
"pillow==12.0.0",
"pillow==12.1.0",
"opencv-python-headless==4.12.0.88",
"rapidocr-onnxruntime==1.4.4",
"rank-bm25==0.2.2",