diff --git a/README.md b/README.md index 213dee7..4bf97a5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ # Keboola Docker Custom Python -Base image for Python components. See [documentation](https://developers.keboola.com/extend/) for more details about building components for KBC. -## License - -MIT licensed, see [LICENSE](./LICENSE) file. +> **This repository has been archived.** +> It has been replaced by [keboola/runtime-images](https://github.com/keboola/runtime-images). diff --git a/python-3.10/Dockerfile b/python-3.10/Dockerfile index 25b639f..6871122 100644 --- a/python-3.10/Dockerfile +++ b/python-3.10/Dockerfile @@ -113,7 +113,7 @@ RUN mkdir $VIRTUAL_ENV \ && pip3 install --no-cache-dir --find-links https://h2o-release.s3.amazonaws.com/h2o/latest_stable_Py.html h2o \ && pip3 install --no-cache-dir --upgrade --force-reinstall \ git+https://github.com/keboola/sapi-python-client.git@0.4.0 \ - keboola.component \ + 'keboola.component<1.9.0' \ 'cffi<2.0.0' \ charset-normalizer\<3 \ cryptography\<41 \