Skip to content

Bump dependency for CVE of Flask v 3.1.3#17

Open
tdnghia98 wants to merge 9 commits intomasterfrom
chore/dss14-sc-305658-upgrade-flask-in-graph-analytics-plugin-for
Open

Bump dependency for CVE of Flask v 3.1.3#17
tdnghia98 wants to merge 9 commits intomasterfrom
chore/dss14-sc-305658-upgrade-flask-in-graph-analytics-plugin-for

Conversation

@tdnghia98
Copy link
Copy Markdown

No description provided.

@tdnghia98 tdnghia98 self-assigned this Apr 22, 2026
@tdnghia98
Copy link
Copy Markdown
Author

Updating to pytest 9.0.3 seems not possible due to Python incompatibility

Copy link
Copy Markdown
Contributor

@MayeulRousselet MayeulRousselet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove python3.6 from the accepted interpreters also

Comment thread code-env/python/spec/requirements.txt Outdated
Comment on lines 1 to 6
networkx==3.1; python_version > '3.6'
flask==1.1.2; python_version < '3.7'
flask==3.0.3; python_version > '3.6'
matplotlib==3.2.1; python_version < '3.7'
flask==3.1.3; python_version > '3.6'
matplotlib==3.7.5; python_version > '3.6'
scipy==1.4.1; python_version < '3.7'
scipy==1.10.1; python_version > '3.6'
simplejson==3.17.0; python_version < '3.7'
simplejson==3.19.3; python_version > '3.6'
python-igraph==0.8.2; python_version < '3.7'
python-igraph==0.11.8; python_version > '3.6'
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove python_version > 3.6

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in 5045a19

@tdnghia98
Copy link
Copy Markdown
Author

I've added a very basic record count in data quality check for 3 end of pipeline datasets

Comment thread plugin.json
"icon": "icon-link",
"licenseInfo": "Apache Software License",
"url": "https://www.dataiku.com/dss/plugins/info/graph-analytics.html",
"tags": ["Graph"]
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"tags": ["Graph", "Data Preparation", "Analytics"],
"category": "Graph"

Comment thread CHANGELOG.md

## [Version 2.0.0](https://github.com/dataiku/dss-plugin-graph-analytics/releases/tag/v2.0.0) - Security update - 2026-04
- Remove support for Python 2.X, 3.6
- Update dependencies
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Update dependencies
- Update dependencies
- Update tags and category

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants