Skip to content

Commit 9628622

Browse files
committed
Pin mistune
1 parent 9258786 commit 9628622

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

elyra/pipeline/airflow/package_catalog_connector/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ If the Airflow package is stored on PyPI:
2828
If the palette does not include the expected operators check the JupyterLab log file for error messages. Error messages include the component catalog name, as shown in this example:
2929
```
3030
Error. The Airflow package connector '<CATALOG_NAME>' encountered an issue downloading '<URL>'. HTTP response code: <HTTP_CODE>
31-
```
31+
```

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,14 @@ airflow-gitlab = [
9797
kfp = [
9898
"kfp>=1.7.0,<2.0,!=1.7.2", # We cap the SDK to <2.0 due to possible breaking changes
9999
"typing-extensions>=3.10,<5", # Cap from kfp
100+
"mistune<3.1.0",
100101
]
101102
kfp-tekton = [
102-
"kfp-tekton>=1.5.2" # requires kfp >= 1.8.19, which contains fix for Jupyterlab
103+
"kfp-tekton>=1.5.2", # requires kfp >= 1.8.19, which contains fix for Jupyterlab
104+
"mistune<3.1.0",
103105
]
104106
kfp-examples = [
105-
"elyra-examples-kfp-catalog"
107+
"elyra-examples-kfp-catalog",
106108
]
107109
# The following is a collection of "non-test" extra dependencies from above.
108110
all = [

0 commit comments

Comments
 (0)