Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion org.knime.features.python3.nodes/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.knime.features.python3.nodes"
label="KNIME Python Extension Development (Labs)"
version="5.9.0.qualifier"
version="5.10.0.qualifier"
provider-name="KNIME AG, Zurich, Switzerland">

<description>
Expand Down
14 changes: 7 additions & 7 deletions org.knime.python3.nodes/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: KNIME Python 3 - Nodes
Bundle-SymbolicName: org.knime.python3.nodes;singleton:=true
Bundle-Version: 5.9.0.qualifier
Bundle-Version: 5.10.0.qualifier
Bundle-ClassPath: knime-python3-nodes.jar
Bundle-Vendor: KNIME AG, Zurich, Switzerland
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-ActivationPolicy: lazy
Require-Bundle: org.knime.core;bundle-version="[5.9.0,6.0.0)",
org.knime.core.ui;bundle-version="[5.9.0,6.0.0)",
Require-Bundle: org.knime.core;bundle-version="[5.10.0,6.0.0)",
org.knime.core.ui;bundle-version="[5.10.0,6.0.0)",
com.fasterxml.jackson.core.jackson-databind;bundle-version="[2.12.1,3.0.0)",
com.fasterxml.jackson.core.jackson-core;bundle-version="[2.12.1,3.0.0)",
org.knime.python3;bundle-version="[5.9.0,6.0.0)",
Copy link

Copilot AI Jan 9, 2026

Choose a reason for hiding this comment

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

The org.knime.python3 dependency version range was not updated to 5.10.0 while other core dependencies were updated. For consistency in version requirements across related bundles in the same release, this should be updated to [5.10.0,6.0.0).

Suggested change
org.knime.python3;bundle-version="[5.9.0,6.0.0)",
org.knime.python3;bundle-version="[5.10.0,6.0.0)",

Copilot uses AI. Check for mistakes.
Expand All @@ -21,7 +21,7 @@ Require-Bundle: org.knime.core;bundle-version="[5.9.0,6.0.0)",
org.knime.core.columnar.arrow;bundle-version="[5.9.0,6.0.0)",
Copy link

Copilot AI Jan 9, 2026

Choose a reason for hiding this comment

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

The org.knime.core.columnar.arrow dependency version range was not updated to 5.10.0 while org.knime.core and org.knime.core.ui were updated. For consistency with other core module version requirements, this should be updated to [5.10.0,6.0.0).

Suggested change
org.knime.core.columnar.arrow;bundle-version="[5.9.0,6.0.0)",
org.knime.core.columnar.arrow;bundle-version="[5.10.0,6.0.0)",

Copilot uses AI. Check for mistakes.
com.google.guava;bundle-version="[19.0.0,20.0.0)",
org.yaml.snakeyaml;bundle-version="[2.4.0,3.0.0)",
org.knime.conda.envbundling;bundle-version="[5.9.0,6.0.0)",
org.knime.conda.envbundling;bundle-version="[5.10.0,6.0.0)",
org.knime.conda;bundle-version="[5.9.0,6.0.0)",
Copy link

Copilot AI Jan 9, 2026

Choose a reason for hiding this comment

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

The org.knime.conda dependency version range remains at 5.9.0 while org.knime.conda.envbundling was updated to 5.10.0. For consistency across conda-related dependencies, this should be updated to [5.10.0,6.0.0).

Suggested change
org.knime.conda;bundle-version="[5.9.0,6.0.0)",
org.knime.conda;bundle-version="[5.10.0,6.0.0)",

Copilot uses AI. Check for mistakes.
com.google.gson;bundle-version="[2.13.2,3.0.0)",
Copy link

Copilot AI Dec 25, 2025

Choose a reason for hiding this comment

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

Several dependency version ranges were not updated from 5.9.0 to 5.10.0, creating an inconsistent version policy. All KNIME-internal dependencies (org.knime.* bundles) should have their lower bounds updated to 5.10.0 to match the bundle's own version and the updated dependencies (core, core.ui, conda.envbundling, ext.svg, workflowservices, gateway.impl). This includes: org.knime.python3, org.knime.python3.scripting, org.knime.python3.arrow, org.knime.scripting.editor, org.knime.core.table, org.knime.core.columnar, org.knime.core.data.columnar, org.knime.core.columnar.arrow, org.knime.conda, org.knime.python3.views, org.knime.credentials.base, and org.knime.credentials.base.oauth.

Copilot uses AI. Check for mistakes.
org.knime.python3.views;bundle-version="[5.9.0,6.0.0)",
Copy link

Copilot AI Jan 9, 2026

Choose a reason for hiding this comment

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

The org.knime.python3.views and org.knime.python3.scripting.nodes.prefs dependency version ranges remain at 5.9.0 while other python3 modules are being updated. For consistency across python3 module dependencies in this release, these should be updated to [5.10.0,6.0.0).

Suggested change
org.knime.python3.views;bundle-version="[5.9.0,6.0.0)",
org.knime.python3.views;bundle-version="[5.10.0,6.0.0)",

Copilot uses AI. Check for mistakes.
Expand All @@ -30,13 +30,13 @@ Require-Bundle: org.knime.core;bundle-version="[5.9.0,6.0.0)",
org.eclipse.ui.ide;bundle-version="[3.19.0,4.0.0)",
org.eclipse.ui;bundle-version="[3.201.0,4.0.0)",
org.apache.batik.anim;bundle-version="[1.14.0,2.0.0)",
org.knime.ext.svg;bundle-version="[5.9.0,6.0.0)",
org.knime.ext.svg;bundle-version="[5.10.0,6.0.0)",
org.knime.credentials.base;bundle-version="[5.9.0,6.0.0)",
org.knime.credentials.base.oauth;bundle-version="[5.9.0,6.0.0)",
Comment on lines 34 to 35
Copy link

Copilot AI Dec 25, 2025

Choose a reason for hiding this comment

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

Several dependency version ranges were not updated from 5.9.0 to 5.10.0, creating an inconsistent version policy. All KNIME-internal dependencies (org.knime.* bundles) should have their lower bounds updated to 5.10.0 to match the bundle's own version and the updated dependencies (core, core.ui, conda.envbundling, ext.svg, workflowservices, gateway.impl). This includes: org.knime.python3, org.knime.python3.scripting, org.knime.python3.arrow, org.knime.scripting.editor, org.knime.core.table, org.knime.core.columnar, org.knime.core.data.columnar, org.knime.core.columnar.arrow, org.knime.conda, org.knime.python3.views, org.knime.credentials.base, and org.knime.credentials.base.oauth.

Copilot uses AI. Check for mistakes.
com.fasterxml.jackson.core.jackson-annotations;bundle-version="[2.13.2,3.0.0)",
org.knime.workflowservices;bundle-version="[5.9.0,6.0.0)",
org.knime.workflowservices;bundle-version="[5.10.0,6.0.0)",
org.apache.commons.lang3;bundle-version="[3.9.0,4.0.0)",
org.knime.gateway.impl;bundle-version="[5.9.0,6.0.0)"
org.knime.gateway.impl;bundle-version="[5.10.0,6.0.0)"
Automatic-Module-Name: org.knime.python3.nodes
Eclipse-RegisterBuddy: org.knime.ext.py4j
Eclipse-BundleShape: dir
Expand Down