Skip to content
Merged
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [Version 2.0.0](https://github.com/dataiku/dss-plugin-graph-analytics/releases/tag/v2.0.0) - Security update - 2026-04
- Bumped `flask` to 3.1.3 to fix CVE-2026-27205
- Remove support for Python3.6
- Update dependencies
Comment thread
RoyTeddy marked this conversation as resolved.

## [Version 1.0.5](https://github.com/dataiku/dss-plugin-graph-analytics/releases/tag/v1.0.5) - Feature release - 2025-02
- Add support for more python 3.8, 3.9, 3.10, 3.11

Expand Down
1 change: 0 additions & 1 deletion code-env/python/desc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"acceptedPythonInterpreters": [
"PYTHON36",
"PYTHON38",
"PYTHON39",
"PYTHON310",
Expand Down
18 changes: 6 additions & 12 deletions code-env/python/spec/requirements.txt
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
networkx==2.4; python_version < '3.7'
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'
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'
networkx==3.1
flask==3.1.3
matplotlib==3.7.5
scipy==1.10.1
simplejson==3.19.3
python-igraph==0.11.8
5 changes: 3 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"id": "graph-analytics",
"version": "1.0.5",
"version": "2.0.0",
"meta": {
"label": "Graph analytics",
"description": "Compute graphs features, find clusters and visualize them",
"author": "Dataiku",
"icon": "icon-link",
"licenseInfo": "Apache Software License",
"url": "https://www.dataiku.com/dss/plugins/info/graph-analytics.html",
"tags": ["Graph"]
"tags": ["Graph", "Data Preparation", "Analytics"],
"category": "Graph"
}
}
5 changes: 2 additions & 3 deletions tests/python/integration/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pandas>=1.0,<1.1
pytest==6.2.1
pytest
dataiku-api-client
git+git://github.com/dataiku/dataiku-plugin-tests-utils.git@master#egg=dataiku-plugin-tests-utils
git+https://github.com/dataiku/dataiku-plugin-tests-utils.git@master#egg=dataiku-plugin-tests-utils