We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e72f8e1 commit 98e47d6Copy full SHA for 98e47d6
2 files changed
doc/changes/changes_11.2.0.md
@@ -34,7 +34,7 @@ n/a
34
35
## Bugs
36
37
-n/a
+ - Added workaround for #1435: Pining packaging Python module to version 25.0
38
39
## Doc
40
flavors/standard-EXASOL-all/packages.yml
@@ -86,6 +86,11 @@ build_steps:
86
- name: pyarrow
87
version: ==16.0.0
88
extras: []
89
+ - comment: workaround for failing integration tests, see https://github.com/exasol/script-languages-release/issues/1435
90
+ name: packaging
91
+ version: ==25.0
92
+ extras: []
93
+
94
install_build_tools_ephemerally: false
95
validation_cfg:
96
version_mandatory: true
0 commit comments