This is an automated email from the ASF dual-hosted git repository.
yasithdev pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airavata-portals.git
The following commit(s) were added to refs/heads/main by this push:
new 2c4dd9d11 Bump flask-cors from 4.0.0 to 6.0.0 in
airavata-mcp-client-chatbot/backend (#131)
2c4dd9d11 is described below
commit 2c4dd9d11bc69d304ce013c5a9442d212cd10734
Author: Yasith Jayawardana <[email protected]>
AuthorDate: Mon Jun 8 12:43:30 2026 -0400
Bump flask-cors from 4.0.0 to 6.0.0 in airavata-mcp-client-chatbot/backend
(#131)
Addresses security and compatibility improvements in flask-cors v5/v6.
The bare CORS(app) call in app.py is compatible with the new default
resource/origin handling in v6.x. Verified: fresh venv, pip install
resolves cleanly, flask and flask_cors import without errors.
---
airavata-mcp-client-chatbot/backend/requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/airavata-mcp-client-chatbot/backend/requirements.txt
b/airavata-mcp-client-chatbot/backend/requirements.txt
index 8431ba494..6a2c180e8 100644
--- a/airavata-mcp-client-chatbot/backend/requirements.txt
+++ b/airavata-mcp-client-chatbot/backend/requirements.txt
@@ -1,6 +1,6 @@
# Flask Backend Dependencies
flask==2.3.3
-flask-cors==4.0.0
+flask-cors==6.0.0
# HTTP client for API calls
requests==2.32.4