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
4 changes: 2 additions & 2 deletions org.knime.features.python3.scripting/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.knime.features.python3.scripting"
label="KNIME Python Integration"
version="5.5.2.qualifier"
version="5.5.3.qualifier"
provider-name="KNIME AG, Zurich, Switzerland">

<description>
Expand Down Expand Up @@ -731,7 +731,7 @@ propagated with or for interoperation with KNIME.
<import feature="org.knime.features.python2" version="5.5.0" match="greaterOrEqual"/>
<import feature="org.knime.features.conda" version="5.5.0" match="greaterOrEqual"/>
<import feature="org.knime.features.core.columnar" version="5.5.0" match="greaterOrEqual"/>
Comment on lines 731 to 733
Copy link

Copilot AI Jan 13, 2026

Choose a reason for hiding this comment

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

The feature dependencies for python2, conda, and core.columnar remain at version 5.5.0 while pythonscripting was updated to 5.5.3. For consistency in an LTS release, consider whether these dependencies should also be updated to 5.5.3, or document why different versions are intentional.

Suggested change
<import feature="org.knime.features.python2" version="5.5.0" match="greaterOrEqual"/>
<import feature="org.knime.features.conda" version="5.5.0" match="greaterOrEqual"/>
<import feature="org.knime.features.core.columnar" version="5.5.0" match="greaterOrEqual"/>
<import feature="org.knime.features.python2" version="5.5.3" match="greaterOrEqual"/>
<import feature="org.knime.features.conda" version="5.5.3" match="greaterOrEqual"/>
<import feature="org.knime.features.core.columnar" version="5.5.3" match="greaterOrEqual"/>

Copilot uses AI. Check for mistakes.
<import feature="org.knime.features.pythonscripting" version="5.5.0" match="greaterOrEqual"/>
<import feature="org.knime.features.pythonscripting" version="5.5.3" match="greaterOrEqual"/>
</requires>

<plugin
Expand Down
2 changes: 1 addition & 1 deletion org.knime.update.python/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
<packaging>eclipse-repository</packaging>

<properties>
<revision>5.5.0</revision>
<revision>5.5.3</revision>
</properties>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<version>${revision}${changelist}</version>
<packaging>pom</packaging>
<properties>
<revision>5.5.0</revision>
<revision>5.5.3</revision>
<changelist>-SNAPSHOT</changelist>
<feature-branch-extension.branchListProperty>git.branch</feature-branch-extension.branchListProperty>
<feature-branch-extension.appendArtifactoryProperties>false</feature-branch-extension.appendArtifactoryProperties>
Expand Down