🪨 feat: Add PROXY support for AWS Bedrock endpoints (#8871)

* feat: added PROXY support for AWS Bedrock endpoint

* chore: explicit install of new packages required for bedrock proxy

---------

Co-authored-by: Danny Avila <danny@librechat.ai>
This commit is contained in:
Arthur Barrett 2025-12-01 12:23:46 -05:00 committed by Danny Avila
parent 9df4d272e1
commit 69200623c2
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956
3 changed files with 2015 additions and 28 deletions

View file

@ -34,6 +34,7 @@
},
"homepage": "https://librechat.ai",
"dependencies": {
"@aws-sdk/client-bedrock-runtime": "^3.941.0",
"@aws-sdk/client-s3": "^3.758.0",
"@aws-sdk/s3-request-presigner": "^3.758.0",
"@azure/identity": "^4.7.0",
@ -48,6 +49,7 @@
"@microsoft/microsoft-graph-client": "^3.0.7",
"@modelcontextprotocol/sdk": "^1.21.0",
"@node-saml/passport-saml": "^5.1.0",
"@smithy/node-http-handler": "^4.4.5",
"axios": "^1.12.1",
"bcryptjs": "^2.4.3",
"compression": "^1.8.1",