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 a5458412e Bump flask-cors from 6.0.0 to 6.0.4 in
airavata-mcp-client-chatbot/backend (#137)
a5458412e is described below
commit a5458412e94e0968375c3e10717ea2f2ddb4feb9
Author: Yasith Jayawardana <[email protected]>
AuthorDate: Mon Jun 8 12:46:42 2026 -0400
Bump flask-cors from 6.0.0 to 6.0.4 in airavata-mcp-client-chatbot/backend
(#137)
Picks up micro-patch releases 6.0.1–6.0.4. Verified: fresh Python 3.10
venv, pip install -r requirements.txt resolves cleanly, and flask-cors
imports and initialises 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 b6a6c0937..b25c5e92f 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==6.0.0
+flask-cors==6.0.4
# HTTP client for API calls
requests==2.32.4