Code Review
/
aiml-fw
/
athp
/
tps
/
kubeflow-adapter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
fe1177d
)
Upgrade Flask version
77/14777/1
author
yhm1620
<yhm1620@khu.ac.kr>
Sat, 2 Aug 2025 07:30:58 +0000
(07:30 +0000)
committer
yhm1620
<yhm1620@khu.ac.kr>
Sat, 2 Aug 2025 07:49:04 +0000
(07:49 +0000)
Upgraded Flask-Cors in kubeflow-adapter from v3.0.10 to v4.0.1+ due to a security issue.
Issue-Id: AIMLFW-216
Change-Id: I7ba2c54f54ba5c609a8b82e488170f5528609b2a
Signed-off-by: yhm1620 <yhm1620@khu.ac.kr>
requirements.txt
patch
|
blob
|
history
diff --git
a/requirements.txt
b/requirements.txt
index
883004a
..
78806c9
100644
(file)
--- a/
requirements.txt
+++ b/
requirements.txt
@@
-3,7
+3,7
@@
kfp-pipeline-spec
kfp-server-api
Flask==1.1.2
Flask-API==2.0
-Flask-Cors==
3.0.10
+Flask-Cors==
4.0.1
requests==2.25.1
Werkzeug==1.0.1
itsdangerous==2.0.1