Skip to content

Commit

Permalink
Pin mistune
Browse files Browse the repository at this point in the history
  • Loading branch information
lresende committed Dec 31, 2024
1 parent 067d22a commit 10d4675
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion elyra/pipeline/airflow/package_catalog_connector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ If the Airflow package is stored on PyPI:
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:
```
Error. The Airflow package connector '<CATALOG_NAME>' encountered an issue downloading '<URL>'. HTTP response code: <HTTP_CODE>
```
```
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,14 @@ airflow-gitlab = [
kfp = [
"kfp>=1.7.0,<2.0,!=1.7.2", # We cap the SDK to <2.0 due to possible breaking changes
"typing-extensions>=3.10,<5", # Cap from kfp
"mistune<3.1.0",
]
kfp-tekton = [
"kfp-tekton>=1.5.2" # requires kfp >= 1.8.19, which contains fix for Jupyterlab
"kfp-tekton>=1.5.2", # requires kfp >= 1.8.19, which contains fix for Jupyterlab
"mistune<3.1.0",
]
kfp-examples = [
"elyra-examples-kfp-catalog"
"elyra-examples-kfp-catalog",
]
# The following is a collection of "non-test" extra dependencies from above.
all = [
Expand Down

0 comments on commit 10d4675

Please sign in to comment.