diff --git a/.github/workflows/pythonbuild.yml b/.github/workflows/pythonbuild.yml index 0f47137169..4c96e9f011 100644 --- a/.github/workflows/pythonbuild.yml +++ b/.github/workflows/pythonbuild.yml @@ -80,7 +80,9 @@ jobs: - flytekit-modin - flytekit-onnx-pytorch - flytekit-onnx-scikitlearn - - flytekit-onnx-tensorflow + # onnxx-tensorflow needs a version of tensorflow that does not work with protobuf>4. + # The issue is being tracked on the tensorflow side in https://github.com/tensorflow/tensorflow/issues/53234#issuecomment-1330111693 + # flytekit-onnx-tensorflow - flytekit-pandera - flytekit-papermill - flytekit-polars @@ -130,12 +132,18 @@ jobs: cd plugins/${{ matrix.plugin-names }} pip install -r requirements.txt if [ -f dev-requirements.txt ]; then pip install -r dev-requirements.txt; fi - pip install --no-deps -U https://github.com/flyteorg/flytekit/archive/${{ github.sha }}.zip#egg=flytekit + pip install -U https://github.com/flyteorg/flytekit/archive/${{ github.sha }}.zip#egg=flytekit pip freeze - name: Test with coverage run: | cd plugins/${{ matrix.plugin-names }} - coverage run -m pytest tests + # onnx plugins does not support protobuf>4 yet (in fact it is tensorflow that + # does not support that yet). More details in https://github.com/onnx/onnx/issues/4239. + if [[ ${{ matrix.plugin-names }} == *"onnx"* || ${{ matrix.plugin-names }} == "flytekit-whylogs" ]]; then + PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python coverage run -m pytest tests + else + coverage run -m pytest tests + fi lint: runs-on: ubuntu-latest steps: diff --git a/plugins/flytekit-aws-athena/requirements.txt b/plugins/flytekit-aws-athena/requirements.txt index 0659434eb4..1d865f6dbf 100644 --- a/plugins/flytekit-aws-athena/requirements.txt +++ b/plugins/flytekit-aws-athena/requirements.txt @@ -1,34 +1,34 @@ # -# This file is autogenerated by pip-compile with python 3.7 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.9 +# by the following command: # # pip-compile requirements.in # -e file:.#egg=flytekitplugins-athena # via -r requirements.in -arrow==1.2.2 +arrow==1.2.3 # via jinja2-time binaryornot==0.4.4 # via cookiecutter -certifi==2022.6.15 +certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography -chardet==5.0.0 +chardet==5.1.0 # via binaryornot -charset-normalizer==2.1.0 +charset-normalizer==2.1.1 # via requests click==8.1.3 # via # cookiecutter # flytekit -cloudpickle==2.1.0 +cloudpickle==2.2.0 # via flytekit cookiecutter==2.1.1 # via flytekit -croniter==1.3.5 +croniter==1.3.8 # via flytekit -cryptography==37.0.4 +cryptography==38.0.4 # via # pyopenssl # secretstorage @@ -40,33 +40,34 @@ deprecated==1.2.13 # via flytekit diskcache==5.4.0 # via flytekit -docker==5.0.3 +docker==6.0.1 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.14.1 +docstring-parser==0.15 # via flytekit -flyteidl==1.1.8 +flyteidl==1.3.0 # via flytekit -flytekit==1.1.0 +flytekit==1.3.0b2 # via flytekitplugins-athena -googleapis-common-protos==1.56.3 +googleapis-common-protos==1.57.0 # via # flyteidl # grpcio-status -grpcio==1.47.0 +grpcio==1.51.1 # via # flytekit # grpcio-status -grpcio-status==1.47.0 +grpcio-status==1.51.1 # via flytekit -idna==3.3 +idna==3.4 # via requests -importlib-metadata==4.12.0 +importlib-metadata==5.1.0 # via - # click # flytekit # keyring +jaraco-classes==3.2.3 + # via keyring jeepney==0.8.0 # via # keyring @@ -77,11 +78,13 @@ jinja2==3.1.2 # jinja2-time jinja2-time==0.2.0 # via cookiecutter -keyring==23.6.0 +joblib==1.2.0 + # via flytekit +keyring==23.11.0 # via flytekit markupsafe==2.1.1 # via jinja2 -marshmallow==3.17.0 +marshmallow==3.19.0 # via # dataclasses-json # marshmallow-enum @@ -90,23 +93,25 @@ marshmallow-enum==1.5.1 # via dataclasses-json marshmallow-jsonschema==0.13.0 # via flytekit +more-itertools==9.0.0 + # via jaraco-classes mypy-extensions==0.4.3 # via typing-inspect -natsort==8.1.0 +natsort==8.2.0 # via flytekit -numpy==1.21.6 +numpy==1.23.5 # via - # flytekit # pandas # pyarrow -packaging==21.3 - # via marshmallow -pandas==1.3.5 +packaging==22.0 + # via + # docker + # marshmallow +pandas==1.5.2 # via flytekit -protobuf==3.20.2 +protobuf==4.21.11 # via # flyteidl - # flytekit # googleapis-common-protos # grpcio-status # protoc-gen-swagger @@ -114,27 +119,25 @@ protoc-gen-swagger==0.1.0 # via flyteidl py==1.11.0 # via retry -pyarrow==6.0.1 +pyarrow==10.0.1 # via flytekit pycparser==2.21 # via cffi -pyopenssl==22.0.0 +pyopenssl==22.1.0 # via flytekit -pyparsing==3.0.9 - # via packaging python-dateutil==2.8.2 # via # arrow # croniter # flytekit # pandas -python-json-logger==2.0.2 +python-json-logger==2.0.4 # via flytekit -python-slugify==6.1.2 +python-slugify==7.0.0 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2022.1 +pytz==2022.6 # via # flytekit # pandas @@ -142,7 +145,7 @@ pyyaml==6.0 # via # cookiecutter # flytekit -regex==2022.6.2 +regex==2022.10.31 # via docker-image-py requests==2.28.1 # via @@ -150,45 +153,43 @@ requests==2.28.1 # docker # flytekit # responses -responses==0.21.0 +responses==0.22.0 # via flytekit retry==0.9.2 # via flytekit -secretstorage==3.3.2 +secretstorage==3.3.3 # via keyring -singledispatchmethod==1.0 - # via flytekit six==1.16.0 - # via - # grpcio - # python-dateutil + # via python-dateutil sortedcontainers==2.4.0 # via flytekit statsd==3.3.0 # via flytekit text-unidecode==1.3 # via python-slugify -typing-extensions==4.3.0 +toml==0.10.2 + # via responses +types-toml==0.10.8.1 + # via responses +typing-extensions==4.4.0 # via - # arrow # flytekit - # importlib-metadata - # responses # typing-inspect -typing-inspect==0.7.1 +typing-inspect==0.8.0 # via dataclasses-json -urllib3==1.26.9 +urllib3==1.26.13 # via + # docker # flytekit # requests # responses -websocket-client==1.3.3 +websocket-client==1.4.2 # via docker -wheel==0.38.0 +wheel==0.38.4 # via flytekit wrapt==1.14.1 # via # deprecated # flytekit -zipp==3.8.0 +zipp==3.11.0 # via importlib-metadata diff --git a/plugins/flytekit-aws-athena/setup.py b/plugins/flytekit-aws-athena/setup.py index 0cea449a97..92802c17b9 100644 --- a/plugins/flytekit-aws-athena/setup.py +++ b/plugins/flytekit-aws-athena/setup.py @@ -4,7 +4,7 @@ microlib_name = f"flytekitplugins-{PLUGIN_NAME}" -plugin_requires = ["flytekit>=1.1.0b0,<2.0.0"] +plugin_requires = ["flytekit>=1.3.0b2,<2.0.0"] __version__ = "0.0.0+develop" diff --git a/plugins/flytekit-aws-batch/requirements.txt b/plugins/flytekit-aws-batch/requirements.txt index b73cef90da..c346035169 100644 --- a/plugins/flytekit-aws-batch/requirements.txt +++ b/plugins/flytekit-aws-batch/requirements.txt @@ -1,34 +1,34 @@ # -# This file is autogenerated by pip-compile with python 3.7 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.9 +# by the following command: # # pip-compile requirements.in # -e file:.#egg=flytekitplugins-awsbatch # via -r requirements.in -arrow==1.2.2 +arrow==1.2.3 # via jinja2-time binaryornot==0.4.4 # via cookiecutter -certifi==2022.6.15 +certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography -chardet==5.0.0 +chardet==5.1.0 # via binaryornot -charset-normalizer==2.1.0 +charset-normalizer==2.1.1 # via requests click==8.1.3 # via # cookiecutter # flytekit -cloudpickle==2.1.0 +cloudpickle==2.2.0 # via flytekit cookiecutter==2.1.1 # via flytekit -croniter==1.3.5 +croniter==1.3.8 # via flytekit -cryptography==37.0.4 +cryptography==38.0.4 # via # pyopenssl # secretstorage @@ -40,33 +40,34 @@ deprecated==1.2.13 # via flytekit diskcache==5.4.0 # via flytekit -docker==5.0.3 +docker==6.0.1 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.14.1 +docstring-parser==0.15 # via flytekit -flyteidl==1.1.8 +flyteidl==1.3.0 # via flytekit -flytekit==1.1.0 +flytekit==1.3.0b2 # via flytekitplugins-awsbatch -googleapis-common-protos==1.56.3 +googleapis-common-protos==1.57.0 # via # flyteidl # grpcio-status -grpcio==1.47.0 +grpcio==1.51.1 # via # flytekit # grpcio-status -grpcio-status==1.47.0 +grpcio-status==1.51.1 # via flytekit -idna==3.3 +idna==3.4 # via requests -importlib-metadata==4.12.0 +importlib-metadata==5.1.0 # via - # click # flytekit # keyring +jaraco-classes==3.2.3 + # via keyring jeepney==0.8.0 # via # keyring @@ -77,11 +78,13 @@ jinja2==3.1.2 # jinja2-time jinja2-time==0.2.0 # via cookiecutter -keyring==23.6.0 +joblib==1.2.0 + # via flytekit +keyring==23.11.0 # via flytekit markupsafe==2.1.1 # via jinja2 -marshmallow==3.17.0 +marshmallow==3.19.0 # via # dataclasses-json # marshmallow-enum @@ -90,23 +93,25 @@ marshmallow-enum==1.5.1 # via dataclasses-json marshmallow-jsonschema==0.13.0 # via flytekit +more-itertools==9.0.0 + # via jaraco-classes mypy-extensions==0.4.3 # via typing-inspect -natsort==8.1.0 +natsort==8.2.0 # via flytekit -numpy==1.21.6 +numpy==1.23.5 # via - # flytekit # pandas # pyarrow -packaging==21.3 - # via marshmallow -pandas==1.3.5 +packaging==22.0 + # via + # docker + # marshmallow +pandas==1.5.2 # via flytekit -protobuf==3.20.2 +protobuf==4.21.11 # via # flyteidl - # flytekit # googleapis-common-protos # grpcio-status # protoc-gen-swagger @@ -114,27 +119,25 @@ protoc-gen-swagger==0.1.0 # via flyteidl py==1.11.0 # via retry -pyarrow==6.0.1 +pyarrow==10.0.1 # via flytekit pycparser==2.21 # via cffi -pyopenssl==22.0.0 +pyopenssl==22.1.0 # via flytekit -pyparsing==3.0.9 - # via packaging python-dateutil==2.8.2 # via # arrow # croniter # flytekit # pandas -python-json-logger==2.0.2 +python-json-logger==2.0.4 # via flytekit -python-slugify==6.1.2 +python-slugify==7.0.0 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2022.1 +pytz==2022.6 # via # flytekit # pandas @@ -142,7 +145,7 @@ pyyaml==6.0 # via # cookiecutter # flytekit -regex==2022.6.2 +regex==2022.10.31 # via docker-image-py requests==2.28.1 # via @@ -150,45 +153,43 @@ requests==2.28.1 # docker # flytekit # responses -responses==0.21.0 +responses==0.22.0 # via flytekit retry==0.9.2 # via flytekit -secretstorage==3.3.2 +secretstorage==3.3.3 # via keyring -singledispatchmethod==1.0 - # via flytekit six==1.16.0 - # via - # grpcio - # python-dateutil + # via python-dateutil sortedcontainers==2.4.0 # via flytekit statsd==3.3.0 # via flytekit text-unidecode==1.3 # via python-slugify -typing-extensions==4.3.0 +toml==0.10.2 + # via responses +types-toml==0.10.8.1 + # via responses +typing-extensions==4.4.0 # via - # arrow # flytekit - # importlib-metadata - # responses # typing-inspect -typing-inspect==0.7.1 +typing-inspect==0.8.0 # via dataclasses-json -urllib3==1.26.9 +urllib3==1.26.13 # via + # docker # flytekit # requests # responses -websocket-client==1.3.3 +websocket-client==1.4.2 # via docker -wheel==0.38.0 +wheel==0.38.4 # via flytekit wrapt==1.14.1 # via # deprecated # flytekit -zipp==3.8.0 +zipp==3.11.0 # via importlib-metadata diff --git a/plugins/flytekit-aws-batch/setup.py b/plugins/flytekit-aws-batch/setup.py index 68ad62750c..7bab047207 100644 --- a/plugins/flytekit-aws-batch/setup.py +++ b/plugins/flytekit-aws-batch/setup.py @@ -4,7 +4,7 @@ microlib_name = f"flytekitplugins-{PLUGIN_NAME}" -plugin_requires = ["flytekit>=1.1.0b0,<2.0.0"] +plugin_requires = ["flytekit>=1.3.0b2,<2.0.0"] __version__ = "0.0.0+develop" diff --git a/plugins/flytekit-aws-sagemaker/requirements.txt b/plugins/flytekit-aws-sagemaker/requirements.txt index 82be0fa00b..dec5af37d2 100644 --- a/plugins/flytekit-aws-sagemaker/requirements.txt +++ b/plugins/flytekit-aws-sagemaker/requirements.txt @@ -1,45 +1,44 @@ # -# This file is autogenerated by pip-compile with python 3.7 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.9 +# by the following command: # # pip-compile requirements.in # -e file:.#egg=flytekitplugins-awssagemaker # via -r requirements.in -arrow==1.2.2 +arrow==1.2.3 # via jinja2-time -bcrypt==3.2.2 +bcrypt==4.0.1 # via paramiko binaryornot==0.4.4 # via cookiecutter -boto3==1.24.22 +boto3==1.26.26 # via sagemaker-training -botocore==1.27.22 +botocore==1.29.26 # via # boto3 # s3transfer -certifi==2022.6.15 +certifi==2022.12.7 # via requests cffi==1.15.1 # via - # bcrypt # cryptography # pynacl -chardet==5.0.0 +chardet==5.1.0 # via binaryornot -charset-normalizer==2.1.0 +charset-normalizer==2.1.1 # via requests click==8.1.3 # via # cookiecutter # flytekit -cloudpickle==2.1.0 +cloudpickle==2.2.0 # via flytekit cookiecutter==2.1.1 # via flytekit -croniter==1.3.5 +croniter==1.3.8 # via flytekit -cryptography==37.0.4 +cryptography==38.0.4 # via # paramiko # pyopenssl @@ -52,39 +51,40 @@ deprecated==1.2.13 # via flytekit diskcache==5.4.0 # via flytekit -docker==5.0.3 +docker==6.0.1 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.14.1 +docstring-parser==0.15 # via flytekit -flyteidl==1.1.8 +flyteidl==1.3.0 # via flytekit -flytekit==1.1.0 +flytekit==1.3.0b2 # via flytekitplugins-awssagemaker -gevent==21.12.0 +gevent==22.10.2 # via sagemaker-training -googleapis-common-protos==1.56.3 +googleapis-common-protos==1.57.0 # via # flyteidl # grpcio-status -greenlet==1.1.2 +greenlet==2.0.1 # via gevent -grpcio==1.47.0 +grpcio==1.51.1 # via # flytekit # grpcio-status -grpcio-status==1.47.0 +grpcio-status==1.51.1 # via flytekit -idna==3.3 +idna==3.4 # via requests -importlib-metadata==4.12.0 +importlib-metadata==5.1.0 # via - # click # flytekit # keyring inotify-simple==1.2.1 # via sagemaker-training +jaraco-classes==3.2.3 + # via keyring jeepney==0.8.0 # via # keyring @@ -99,11 +99,15 @@ jmespath==1.0.1 # via # boto3 # botocore -keyring==23.6.0 +joblib==1.2.0 + # via flytekit +keyring==23.11.0 # via flytekit markupsafe==2.1.1 - # via jinja2 -marshmallow==3.17.0 + # via + # jinja2 + # werkzeug +marshmallow==3.19.0 # via # dataclasses-json # marshmallow-enum @@ -112,47 +116,47 @@ marshmallow-enum==1.5.1 # via dataclasses-json marshmallow-jsonschema==0.13.0 # via flytekit +more-itertools==9.0.0 + # via jaraco-classes mypy-extensions==0.4.3 # via typing-inspect -natsort==8.1.0 +natsort==8.2.0 # via flytekit -numpy==1.21.6 +numpy==1.23.5 # via - # flytekit # pandas # pyarrow # sagemaker-training # scipy -packaging==21.3 - # via marshmallow -pandas==1.3.5 +packaging==22.0 + # via + # docker + # marshmallow +pandas==1.5.2 # via flytekit -paramiko==2.11.0 +paramiko==2.12.0 # via sagemaker-training -protobuf==3.20.2 +protobuf==4.21.11 # via # flyteidl - # flytekit # googleapis-common-protos # grpcio-status # protoc-gen-swagger # sagemaker-training protoc-gen-swagger==0.1.0 # via flyteidl -psutil==5.9.1 +psutil==5.9.4 # via sagemaker-training py==1.11.0 # via retry -pyarrow==6.0.1 +pyarrow==10.0.1 # via flytekit pycparser==2.21 # via cffi pynacl==1.5.0 # via paramiko -pyopenssl==22.0.0 +pyopenssl==22.1.0 # via flytekit -pyparsing==3.0.9 - # via packaging python-dateutil==2.8.2 # via # arrow @@ -160,13 +164,13 @@ python-dateutil==2.8.2 # croniter # flytekit # pandas -python-json-logger==2.0.2 +python-json-logger==2.0.4 # via flytekit -python-slugify==6.1.2 +python-slugify==7.0.0 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2022.1 +pytz==2022.6 # via # flytekit # pandas @@ -174,7 +178,7 @@ pyyaml==6.0 # via # cookiecutter # flytekit -regex==2022.6.2 +regex==2022.10.31 # via docker-image-py requests==2.28.1 # via @@ -182,25 +186,22 @@ requests==2.28.1 # docker # flytekit # responses -responses==0.21.0 +responses==0.22.0 # via flytekit retry==0.9.2 # via flytekit -retrying==1.3.3 +retrying==1.3.4 # via sagemaker-training s3transfer==0.6.0 # via boto3 sagemaker-training==3.9.2 # via flytekitplugins-awssagemaker -scipy==1.7.3 +scipy==1.9.3 # via sagemaker-training -secretstorage==3.3.2 +secretstorage==3.3.3 # via keyring -singledispatchmethod==1.0 - # via flytekit six==1.16.0 # via - # grpcio # paramiko # python-dateutil # retrying @@ -211,36 +212,38 @@ statsd==3.3.0 # via flytekit text-unidecode==1.3 # via python-slugify -typing-extensions==4.3.0 +toml==0.10.2 + # via responses +types-toml==0.10.8.1 + # via responses +typing-extensions==4.4.0 # via - # arrow # flytekit - # importlib-metadata - # responses # typing-inspect -typing-inspect==0.7.1 +typing-inspect==0.8.0 # via dataclasses-json -urllib3==1.26.9 +urllib3==1.26.13 # via # botocore + # docker # flytekit # requests # responses -websocket-client==1.3.3 +websocket-client==1.4.2 # via docker -werkzeug==2.1.2 +werkzeug==2.2.2 # via sagemaker-training -wheel==0.38.0 +wheel==0.38.4 # via flytekit wrapt==1.14.1 # via # deprecated # flytekit -zipp==3.8.0 +zipp==3.11.0 # via importlib-metadata zope-event==4.5.0 # via gevent -zope-interface==5.4.0 +zope-interface==5.5.2 # via gevent # The following packages are considered to be unsafe in a requirements file: diff --git a/plugins/flytekit-aws-sagemaker/setup.py b/plugins/flytekit-aws-sagemaker/setup.py index e663c0c6f7..b33edb366d 100644 --- a/plugins/flytekit-aws-sagemaker/setup.py +++ b/plugins/flytekit-aws-sagemaker/setup.py @@ -4,7 +4,7 @@ microlib_name = f"flytekitplugins-{PLUGIN_NAME}" -plugin_requires = ["flytekit>=1.1.0b0,<2.0.0", "sagemaker-training>=3.6.2,<4.0.0"] +plugin_requires = ["flytekit>=1.3.0b2,<2.0.0", "sagemaker-training>=3.6.2,<4.0.0"] __version__ = "0.0.0+develop" diff --git a/plugins/flytekit-bigquery/requirements.txt b/plugins/flytekit-bigquery/requirements.txt index 6ae47dbecf..6d41ea4a5a 100644 --- a/plugins/flytekit-bigquery/requirements.txt +++ b/plugins/flytekit-bigquery/requirements.txt @@ -1,36 +1,36 @@ # -# This file is autogenerated by pip-compile with python 3.7 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.9 +# by the following command: # # pip-compile requirements.in # -e file:.#egg=flytekitplugins-bigquery # via -r requirements.in -arrow==1.2.2 +arrow==1.2.3 # via jinja2-time binaryornot==0.4.4 # via cookiecutter cachetools==5.2.0 # via google-auth -certifi==2022.6.15 +certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography -chardet==5.0.0 +chardet==5.1.0 # via binaryornot -charset-normalizer==2.1.0 +charset-normalizer==2.1.1 # via requests click==8.1.3 # via # cookiecutter # flytekit -cloudpickle==2.1.0 +cloudpickle==2.2.0 # via flytekit cookiecutter==2.1.1 # via flytekit -croniter==1.3.5 +croniter==1.3.8 # via flytekit -cryptography==37.0.4 +cryptography==38.0.4 # via # pyopenssl # secretstorage @@ -42,57 +42,58 @@ deprecated==1.2.13 # via flytekit diskcache==5.4.0 # via flytekit -docker==5.0.3 +docker==6.0.1 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.14.1 +docstring-parser==0.15 # via flytekit -flyteidl==1.1.8 +flyteidl==1.3.0 # via flytekit -flytekit==1.1.0 +flytekit==1.3.0b2 # via flytekitplugins-bigquery -google-api-core[grpc]==2.8.2 +google-api-core[grpc]==2.11.0 # via # google-cloud-bigquery # google-cloud-bigquery-storage # google-cloud-core -google-auth==2.9.0 +google-auth==2.15.0 # via # google-api-core # google-cloud-core -google-cloud-bigquery==3.2.0 +google-cloud-bigquery==3.4.0 # via flytekitplugins-bigquery -google-cloud-bigquery-storage==2.13.2 +google-cloud-bigquery-storage==2.16.2 # via google-cloud-bigquery -google-cloud-core==2.3.1 +google-cloud-core==2.3.2 # via google-cloud-bigquery -google-crc32c==1.3.0 +google-crc32c==1.5.0 # via google-resumable-media -google-resumable-media==2.3.3 +google-resumable-media==2.4.0 # via google-cloud-bigquery -googleapis-common-protos==1.56.3 +googleapis-common-protos==1.57.0 # via # flyteidl # google-api-core # grpcio-status -grpcio==1.47.0 +grpcio==1.51.1 # via # flytekit # google-api-core # google-cloud-bigquery # grpcio-status -grpcio-status==1.47.0 +grpcio-status==1.51.1 # via # flytekit # google-api-core -idna==3.3 +idna==3.4 # via requests -importlib-metadata==4.12.0 +importlib-metadata==5.1.0 # via - # click # flytekit # keyring +jaraco-classes==3.2.3 + # via keyring jeepney==0.8.0 # via # keyring @@ -103,11 +104,13 @@ jinja2==3.1.2 # jinja2-time jinja2-time==0.2.0 # via cookiecutter -keyring==23.6.0 +joblib==1.2.0 + # via flytekit +keyring==23.11.0 # via flytekit markupsafe==2.1.1 # via jinja2 -marshmallow==3.17.0 +marshmallow==3.19.0 # via # dataclasses-json # marshmallow-enum @@ -116,29 +119,30 @@ marshmallow-enum==1.5.1 # via dataclasses-json marshmallow-jsonschema==0.13.0 # via flytekit +more-itertools==9.0.0 + # via jaraco-classes mypy-extensions==0.4.3 # via typing-inspect -natsort==8.1.0 +natsort==8.2.0 # via flytekit -numpy==1.21.6 +numpy==1.23.5 # via - # flytekit # pandas # pyarrow packaging==21.3 # via + # docker # google-cloud-bigquery # marshmallow -pandas==1.3.5 +pandas==1.5.2 # via flytekit -proto-plus==1.20.6 +proto-plus==1.22.1 # via # google-cloud-bigquery # google-cloud-bigquery-storage -protobuf==3.20.2 +protobuf==4.21.11 # via # flyteidl - # flytekit # google-api-core # google-cloud-bigquery # google-cloud-bigquery-storage @@ -150,7 +154,7 @@ protoc-gen-swagger==0.1.0 # via flyteidl py==1.11.0 # via retry -pyarrow==6.0.1 +pyarrow==10.0.1 # via # flytekit # google-cloud-bigquery @@ -162,7 +166,7 @@ pyasn1-modules==0.2.8 # via google-auth pycparser==2.21 # via cffi -pyopenssl==22.0.0 +pyopenssl==22.1.0 # via flytekit pyparsing==3.0.9 # via packaging @@ -173,13 +177,13 @@ python-dateutil==2.8.2 # flytekit # google-cloud-bigquery # pandas -python-json-logger==2.0.2 +python-json-logger==2.0.4 # via flytekit -python-slugify==6.1.2 +python-slugify==7.0.0 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2022.1 +pytz==2022.6 # via # flytekit # pandas @@ -187,7 +191,7 @@ pyyaml==6.0 # via # cookiecutter # flytekit -regex==2022.6.2 +regex==2022.10.31 # via docker-image-py requests==2.28.1 # via @@ -197,20 +201,17 @@ requests==2.28.1 # google-api-core # google-cloud-bigquery # responses -responses==0.21.0 +responses==0.22.0 # via flytekit retry==0.9.2 # via flytekit -rsa==4.8 +rsa==4.9 # via google-auth -secretstorage==3.3.2 +secretstorage==3.3.3 # via keyring -singledispatchmethod==1.0 - # via flytekit six==1.16.0 # via # google-auth - # grpcio # python-dateutil sortedcontainers==2.4.0 # via flytekit @@ -218,27 +219,29 @@ statsd==3.3.0 # via flytekit text-unidecode==1.3 # via python-slugify -typing-extensions==4.3.0 +toml==0.10.2 + # via responses +types-toml==0.10.8.1 + # via responses +typing-extensions==4.4.0 # via - # arrow # flytekit - # importlib-metadata - # responses # typing-inspect -typing-inspect==0.7.1 +typing-inspect==0.8.0 # via dataclasses-json -urllib3==1.26.9 +urllib3==1.26.13 # via + # docker # flytekit # requests # responses -websocket-client==1.3.3 +websocket-client==1.4.2 # via docker -wheel==0.38.0 +wheel==0.38.4 # via flytekit wrapt==1.14.1 # via # deprecated # flytekit -zipp==3.8.0 +zipp==3.11.0 # via importlib-metadata diff --git a/plugins/flytekit-bigquery/setup.py b/plugins/flytekit-bigquery/setup.py index 0e7eed5d9d..5da946cd3f 100644 --- a/plugins/flytekit-bigquery/setup.py +++ b/plugins/flytekit-bigquery/setup.py @@ -4,7 +4,7 @@ microlib_name = f"flytekitplugins-{PLUGIN_NAME}" -plugin_requires = ["flytekit>=1.1.0b0,<2.0.0", "google-cloud-bigquery"] +plugin_requires = ["flytekit>=1.3.0b2,<2.0.0", "google-cloud-bigquery"] __version__ = "0.0.0+develop" diff --git a/plugins/flytekit-data-fsspec/dev-requirements.in b/plugins/flytekit-data-fsspec/dev-requirements.in deleted file mode 100644 index a51391a948..0000000000 --- a/plugins/flytekit-data-fsspec/dev-requirements.in +++ /dev/null @@ -1 +0,0 @@ -s3fs diff --git a/plugins/flytekit-data-fsspec/dev-requirements.txt b/plugins/flytekit-data-fsspec/dev-requirements.txt deleted file mode 100644 index 2bc76f3799..0000000000 --- a/plugins/flytekit-data-fsspec/dev-requirements.txt +++ /dev/null @@ -1,52 +0,0 @@ -# -# This file is autogenerated by pip-compile with python 3.8 -# To update, run: -# -# pip-compile dev-requirements.in -# -aiobotocore==2.1.1 - # via s3fs -aiohttp==3.8.1 - # via - # aiobotocore - # s3fs -aioitertools==0.9.0 - # via aiobotocore -aiosignal==1.2.0 - # via aiohttp -async-timeout==4.0.2 - # via aiohttp -attrs==21.4.0 - # via aiohttp -botocore==1.23.24 - # via aiobotocore -charset-normalizer==2.0.12 - # via aiohttp -frozenlist==1.3.0 - # via - # aiohttp - # aiosignal -fsspec==2022.01.0 - # via s3fs -idna==3.3 - # via yarl -jmespath==0.10.0 - # via botocore -multidict==6.0.2 - # via - # aiohttp - # yarl -python-dateutil==2.8.2 - # via botocore -s3fs==2022.1.0 - # via -r dev-requirements.in -six==1.16.0 - # via python-dateutil -typing-extensions==4.1.1 - # via aioitertools -urllib3==1.26.8 - # via botocore -wrapt==1.13.3 - # via aiobotocore -yarl==1.7.2 - # via aiohttp diff --git a/plugins/flytekit-data-fsspec/requirements.in b/plugins/flytekit-data-fsspec/requirements.in index 127b779735..8d77720848 100644 --- a/plugins/flytekit-data-fsspec/requirements.in +++ b/plugins/flytekit-data-fsspec/requirements.in @@ -1,2 +1,3 @@ . -e file:.#egg=flytekitplugins-data-fsspec +s3fs diff --git a/plugins/flytekit-data-fsspec/requirements.txt b/plugins/flytekit-data-fsspec/requirements.txt index 86d5df921f..9d9d6fe469 100644 --- a/plugins/flytekit-data-fsspec/requirements.txt +++ b/plugins/flytekit-data-fsspec/requirements.txt @@ -1,36 +1,54 @@ # -# This file is autogenerated by pip-compile with python 3.7 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.9 +# by the following command: # # pip-compile requirements.in # -e file:.#egg=flytekitplugins-data-fsspec # via -r requirements.in -arrow==1.2.2 +aiobotocore==2.4.1 + # via s3fs +aiohttp==3.8.3 + # via + # aiobotocore + # s3fs +aioitertools==0.11.0 + # via aiobotocore +aiosignal==1.3.1 + # via aiohttp +arrow==1.2.3 # via jinja2-time +async-timeout==4.0.2 + # via aiohttp +attrs==22.1.0 + # via aiohttp binaryornot==0.4.4 # via cookiecutter -botocore==1.27.22 - # via flytekitplugins-data-fsspec -certifi==2022.6.15 +botocore==1.27.59 + # via + # aiobotocore + # flytekitplugins-data-fsspec +certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography -chardet==5.0.0 +chardet==5.1.0 # via binaryornot -charset-normalizer==2.1.0 - # via requests +charset-normalizer==2.1.1 + # via + # aiohttp + # requests click==8.1.3 # via # cookiecutter # flytekit -cloudpickle==2.1.0 +cloudpickle==2.2.0 # via flytekit cookiecutter==2.1.1 # via flytekit -croniter==1.3.5 +croniter==1.3.8 # via flytekit -cryptography==37.0.4 +cryptography==38.0.4 # via # pyopenssl # secretstorage @@ -42,35 +60,44 @@ deprecated==1.2.13 # via flytekit diskcache==5.4.0 # via flytekit -docker==5.0.3 +docker==6.0.1 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.14.1 +docstring-parser==0.15 # via flytekit -flyteidl==1.1.8 +flyteidl==1.3.0 # via flytekit -flytekit==1.1.0 - # via flytekitplugins-data-fsspec -fsspec==2022.5.0 +flytekit==1.3.0b2 # via flytekitplugins-data-fsspec -googleapis-common-protos==1.56.3 +frozenlist==1.3.3 + # via + # aiohttp + # aiosignal +fsspec==2022.11.0 + # via + # flytekitplugins-data-fsspec + # s3fs +googleapis-common-protos==1.57.0 # via # flyteidl # grpcio-status -grpcio==1.47.0 +grpcio==1.51.1 # via # flytekit # grpcio-status -grpcio-status==1.47.0 +grpcio-status==1.51.1 # via flytekit -idna==3.3 - # via requests -importlib-metadata==4.12.0 +idna==3.4 + # via + # requests + # yarl +importlib-metadata==5.1.0 # via - # click # flytekit # keyring +jaraco-classes==3.2.3 + # via keyring jeepney==0.8.0 # via # keyring @@ -83,11 +110,13 @@ jinja2-time==0.2.0 # via cookiecutter jmespath==1.0.1 # via botocore -keyring==23.6.0 +joblib==1.2.0 + # via flytekit +keyring==23.11.0 # via flytekit markupsafe==2.1.1 # via jinja2 -marshmallow==3.17.0 +marshmallow==3.19.0 # via # dataclasses-json # marshmallow-enum @@ -96,23 +125,31 @@ marshmallow-enum==1.5.1 # via dataclasses-json marshmallow-jsonschema==0.13.0 # via flytekit +more-itertools==9.0.0 + # via jaraco-classes +multidict==6.0.3 + # via + # aiohttp + # yarl mypy-extensions==0.4.3 # via typing-inspect -natsort==8.1.0 +natsort==8.2.0 # via flytekit -numpy==1.21.6 +numpy==1.23.5 # via - # flytekit # pandas # pyarrow -packaging==21.3 - # via marshmallow -pandas==1.3.5 - # via flytekit -protobuf==3.20.2 +packaging==22.0 + # via + # docker + # marshmallow +pandas==1.5.2 # via - # flyteidl # flytekit + # flytekitplugins-data-fsspec +protobuf==4.21.11 + # via + # flyteidl # googleapis-common-protos # grpcio-status # protoc-gen-swagger @@ -120,14 +157,12 @@ protoc-gen-swagger==0.1.0 # via flyteidl py==1.11.0 # via retry -pyarrow==6.0.1 +pyarrow==10.0.1 # via flytekit pycparser==2.21 # via cffi -pyopenssl==22.0.0 +pyopenssl==22.1.0 # via flytekit -pyparsing==3.0.9 - # via packaging python-dateutil==2.8.2 # via # arrow @@ -135,13 +170,13 @@ python-dateutil==2.8.2 # croniter # flytekit # pandas -python-json-logger==2.0.2 +python-json-logger==2.0.4 # via flytekit -python-slugify==6.1.2 +python-slugify==7.0.0 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2022.1 +pytz==2022.6 # via # flytekit # pandas @@ -149,7 +184,7 @@ pyyaml==6.0 # via # cookiecutter # flytekit -regex==2022.6.2 +regex==2022.10.31 # via docker-image-py requests==2.28.1 # via @@ -157,46 +192,50 @@ requests==2.28.1 # docker # flytekit # responses -responses==0.21.0 +responses==0.22.0 # via flytekit retry==0.9.2 # via flytekit -secretstorage==3.3.2 +s3fs==2022.11.0 + # via -r requirements.in +secretstorage==3.3.3 # via keyring -singledispatchmethod==1.0 - # via flytekit six==1.16.0 - # via - # grpcio - # python-dateutil + # via python-dateutil sortedcontainers==2.4.0 # via flytekit statsd==3.3.0 # via flytekit text-unidecode==1.3 # via python-slugify -typing-extensions==4.3.0 +toml==0.10.2 + # via responses +types-toml==0.10.8.1 + # via responses +typing-extensions==4.4.0 # via - # arrow + # aioitertools # flytekit - # importlib-metadata - # responses # typing-inspect -typing-inspect==0.7.1 +typing-inspect==0.8.0 # via dataclasses-json -urllib3==1.26.9 +urllib3==1.26.13 # via # botocore + # docker # flytekit # requests # responses -websocket-client==1.3.3 +websocket-client==1.4.2 # via docker -wheel==0.38.0 +wheel==0.38.4 # via flytekit wrapt==1.14.1 # via + # aiobotocore # deprecated # flytekit -zipp==3.8.0 +yarl==1.8.2 + # via aiohttp +zipp==3.11.0 # via importlib-metadata diff --git a/plugins/flytekit-data-fsspec/setup.py b/plugins/flytekit-data-fsspec/setup.py index f7d03690a8..5773990cf0 100644 --- a/plugins/flytekit-data-fsspec/setup.py +++ b/plugins/flytekit-data-fsspec/setup.py @@ -4,7 +4,7 @@ microlib_name = f"flytekitplugins-data-{PLUGIN_NAME}" -plugin_requires = ["flytekit>=1.1.0b0,<2.0.0", "fsspec>=2021.7.0", "botocore>=1.7.48", "pandas>=1.2.0"] +plugin_requires = ["flytekit>=1.3.0b2,<2.0.0", "fsspec>=2021.7.0", "botocore>=1.7.48", "pandas>=1.2.0"] __version__ = "0.0.0+develop" diff --git a/plugins/flytekit-dbt/requirements.txt b/plugins/flytekit-dbt/requirements.txt index ea09d84eb1..5fd6397ec3 100644 --- a/plugins/flytekit-dbt/requirements.txt +++ b/plugins/flytekit-dbt/requirements.txt @@ -1,6 +1,6 @@ # -# This file is autogenerated by pip-compile with python 3.8 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.9 +# by the following command: # # pip-compile requirements.in # @@ -8,42 +8,42 @@ # via -r requirements.in agate==1.6.3 # via dbt-core -arrow==1.2.2 +arrow==1.2.3 # via jinja2-time -attrs==21.4.0 +attrs==22.1.0 # via jsonschema -babel==2.9.1 +babel==2.11.0 # via agate binaryornot==0.4.4 # via cookiecutter -certifi==2021.10.8 +certifi==2022.12.7 # via requests -cffi==1.15.0 +cffi==1.15.1 # via # cryptography # dbt-core -chardet==4.0.0 +chardet==5.1.0 # via binaryornot -charset-normalizer==2.0.12 +charset-normalizer==2.1.1 # via requests -click==8.0.4 +click==8.1.3 # via # cookiecutter # dbt-core # flytekit -cloudpickle==2.0.0 +cloudpickle==2.2.0 # via flytekit -colorama==0.4.4 +colorama==0.4.5 # via dbt-core -cookiecutter==1.7.3 +cookiecutter==2.1.1 # via flytekit -croniter==1.3.4 +croniter==1.3.8 # via flytekit -cryptography==3.4.8 +cryptography==38.0.4 # via # pyopenssl # secretstorage -dataclasses-json==0.5.6 +dataclasses-json==0.5.7 # via flytekit dbt-core==1.2.1 # via @@ -60,43 +60,44 @@ deprecated==1.2.13 # via flytekit diskcache==5.4.0 # via flytekit -docker==5.0.3 +docker==6.0.1 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.13 +docstring-parser==0.15 # via flytekit -flyteidl==1.1.12 +flyteidl==1.3.0 # via flytekit -flytekit==1.1.1 +flytekit==1.3.0b2 # via flytekitplugins-dbt future==0.18.2 # via parsedatetime -googleapis-common-protos==1.55.0 +googleapis-common-protos==1.57.0 # via # flyteidl # grpcio-status -grpcio==1.44.0 +grpcio==1.51.1 # via # flytekit # grpcio-status -grpcio-status==1.44.0 +grpcio-status==1.51.1 # via flytekit -hologram==0.0.14 +hologram==0.0.15 # via dbt-core -idna==3.3 +idna==3.4 # via # dbt-core # requests -importlib-metadata==4.11.2 +importlib-metadata==5.1.0 # via # flytekit - # jsonschema # keyring isodate==0.6.1 # via # agate # dbt-core +jaraco-classes==3.2.3 + # via keyring jeepney==0.8.0 # via # keyring @@ -108,9 +109,11 @@ jinja2==2.11.3 # jinja2-time jinja2-time==0.2.0 # via cookiecutter -jsonschema==3.1.1 +joblib==1.2.0 + # via flytekit +jsonschema==3.2.0 # via hologram -keyring==23.5.0 +keyring==23.11.0 # via flytekit leather==0.3.4 # via agate @@ -120,7 +123,7 @@ markupsafe==2.0.1 # via # dbt-core # jinja2 -marshmallow==3.14.1 +marshmallow==3.19.0 # via # dataclasses-json # marshmallow-enum @@ -133,30 +136,32 @@ mashumaro==2.9 # via dbt-core minimal-snowplow-tracker==0.0.2 # via dbt-core -msgpack==1.0.3 +more-itertools==9.0.0 + # via jaraco-classes +msgpack==1.0.4 # via mashumaro mypy-extensions==0.4.3 # via typing-inspect -natsort==8.1.0 +natsort==8.2.0 # via flytekit -networkx==2.7.1 +networkx==2.8.8 # via dbt-core -numpy==1.22.3 +numpy==1.23.5 # via # pandas # pyarrow packaging==21.3 - # via dbt-core -pandas==1.4.1 + # via + # dbt-core + # docker + # marshmallow +pandas==1.5.2 # via flytekit parsedatetime==2.4 # via agate -poyo==0.5.0 - # via cookiecutter -protobuf==3.19.5 +protobuf==4.21.11 # via # flyteidl - # flytekit # googleapis-common-protos # grpcio-status # protoc-gen-swagger @@ -164,15 +169,15 @@ protoc-gen-swagger==0.1.0 # via flyteidl py==1.11.0 # via retry -pyarrow==6.0.1 +pyarrow==10.0.1 # via flytekit pycparser==2.21 # via cffi -pyopenssl==21.0.0 +pyopenssl==22.1.0 # via flytekit -pyparsing==3.0.7 +pyparsing==3.0.9 # via packaging -pyrsistent==0.18.1 +pyrsistent==0.19.2 # via jsonschema python-dateutil==2.8.2 # via @@ -181,9 +186,9 @@ python-dateutil==2.8.2 # flytekit # hologram # pandas -python-json-logger==2.0.2 +python-json-logger==2.0.4 # via flytekit -python-slugify==6.1.1 +python-slugify==7.0.0 # via # agate # cookiecutter @@ -191,18 +196,19 @@ pytimeparse==1.1.8 # via # agate # flytekit -pytz==2021.3 +pytz==2022.6 # via # babel # flytekit # pandas pyyaml==6.0 # via + # cookiecutter # flytekit # mashumaro -regex==2022.3.2 +regex==2022.10.31 # via docker-image-py -requests==2.27.1 +requests==2.28.1 # via # cookiecutter # dbt-core @@ -210,7 +216,7 @@ requests==2.27.1 # flytekit # minimal-snowplow-tracker # responses -responses==0.19.0 +responses==0.22.0 # via flytekit retry==0.9.2 # via flytekit @@ -219,46 +225,50 @@ secretstorage==3.3.3 six==1.16.0 # via # agate - # cookiecutter - # grpcio # isodate # jsonschema # leather # minimal-snowplow-tracker - # pyopenssl # python-dateutil sortedcontainers==2.4.0 # via flytekit -sqlparse==0.4.2 +sqlparse==0.4.3 # via dbt-core statsd==3.3.0 # via flytekit text-unidecode==1.3 # via python-slugify -typing-extensions==3.10.0.2 +toml==0.10.2 + # via responses +types-toml==0.10.8.1 + # via responses +typing-extensions==4.4.0 # via # dbt-core # flytekit # mashumaro # typing-inspect -typing-inspect==0.7.1 +typing-inspect==0.8.0 # via dataclasses-json -urllib3==1.26.8 +urllib3==1.26.13 # via + # docker # flytekit # requests # responses -websocket-client==1.3.3 +websocket-client==1.4.2 # via docker -werkzeug==2.0.3 - # via dbt-core -wheel==0.38.0 +werkzeug==2.1.2 + # via + # dbt-core + # flytekitplugins-dbt +wheel==0.38.4 # via flytekit -wrapt==1.13.3 +wrapt==1.14.1 # via # deprecated # flytekit -zipp==3.7.0 +zipp==3.11.0 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: diff --git a/plugins/flytekit-dbt/setup.py b/plugins/flytekit-dbt/setup.py index ab325d82a0..15aea3bc1c 100644 --- a/plugins/flytekit-dbt/setup.py +++ b/plugins/flytekit-dbt/setup.py @@ -5,7 +5,7 @@ microlib_name = f"flytekitplugins-{PLUGIN_NAME}" plugin_requires = [ - "flytekit>=1.1.0,<2.0.0", + "flytekit>=1.3.0b2,<2.0.0", "dbt-core>=1.0.0", ] diff --git a/plugins/flytekit-deck-standard/requirements.txt b/plugins/flytekit-deck-standard/requirements.txt index c52a2739e0..6270d54a81 100644 --- a/plugins/flytekit-deck-standard/requirements.txt +++ b/plugins/flytekit-deck-standard/requirements.txt @@ -1,36 +1,38 @@ # -# This file is autogenerated by pip-compile with python 3.7 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.9 +# by the following command: # # pip-compile requirements.in # -e file:.#egg=flytekitplugins-deck-standard # via -r requirements.in -arrow==1.2.2 +arrow==1.2.3 # via jinja2-time -attrs==21.4.0 +attrs==22.1.0 # via visions binaryornot==0.4.4 # via cookiecutter -certifi==2022.6.15 +certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography -chardet==5.0.0 +chardet==5.1.0 # via binaryornot -charset-normalizer==2.1.0 +charset-normalizer==2.1.1 # via requests click==8.1.3 # via # cookiecutter # flytekit -cloudpickle==2.1.0 +cloudpickle==2.2.0 # via flytekit +contourpy==1.0.6 + # via matplotlib cookiecutter==2.1.1 # via flytekit -croniter==1.3.5 +croniter==1.3.8 # via flytekit -cryptography==37.0.4 +cryptography==38.0.4 # via # pyopenssl # secretstorage @@ -44,40 +46,41 @@ deprecated==1.2.13 # via flytekit diskcache==5.4.0 # via flytekit -docker==5.0.3 +docker==6.0.1 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.14.1 +docstring-parser==0.15 # via flytekit -flyteidl==1.1.8 +flyteidl==1.3.0 # via flytekit -flytekit==1.1.0 +flytekit==1.3.0b2 # via flytekitplugins-deck-standard -fonttools==4.33.3 +fonttools==4.38.0 # via matplotlib -googleapis-common-protos==1.56.3 +googleapis-common-protos==1.57.0 # via # flyteidl # grpcio-status -grpcio==1.47.0 +grpcio==1.51.1 # via # flytekit # grpcio-status -grpcio-status==1.47.0 +grpcio-status==1.51.1 # via flytekit htmlmin==0.1.12 # via pandas-profiling -idna==3.3 +idna==3.4 # via requests -imagehash==4.2.1 +imagehash==4.3.1 # via visions -importlib-metadata==4.12.0 +importlib-metadata==5.1.0 # via - # click # flytekit # keyring # markdown +jaraco-classes==3.2.3 + # via keyring jeepney==0.8.0 # via # keyring @@ -89,21 +92,19 @@ jinja2==3.1.2 # pandas-profiling jinja2-time==0.2.0 # via cookiecutter -joblib==1.1.0 +joblib==1.2.0 # via - # pandas-profiling + # flytekit # phik -keyring==23.6.0 +keyring==23.11.0 # via flytekit -kiwisolver==1.4.3 +kiwisolver==1.4.4 # via matplotlib -markdown==3.3.7 +markdown==3.4.1 # via flytekitplugins-deck-standard markupsafe==2.1.1 - # via - # jinja2 - # pandas-profiling -marshmallow==3.17.0 + # via jinja2 +marshmallow==3.19.0 # via # dataclasses-json # marshmallow-enum @@ -112,64 +113,68 @@ marshmallow-enum==1.5.1 # via dataclasses-json marshmallow-jsonschema==0.13.0 # via flytekit -matplotlib==3.5.2 +matplotlib==3.6.2 # via - # missingno # pandas-profiling # phik # seaborn -missingno==0.5.1 - # via pandas-profiling -multimethod==1.8 +more-itertools==9.0.0 + # via jaraco-classes +multimethod==1.9 # via # pandas-profiling # visions mypy-extensions==0.4.3 # via typing-inspect -natsort==8.1.0 +natsort==8.2.0 # via flytekit -networkx==2.6.3 +networkx==2.8.8 # via visions -numpy==1.21.6 +numpy==1.23.5 # via - # flytekit + # contourpy # imagehash # matplotlib - # missingno # pandas # pandas-profiling + # patsy # phik # pyarrow # pywavelets # scipy # seaborn + # statsmodels # visions -packaging==21.3 +packaging==22.0 # via + # docker # marshmallow # matplotlib -pandas==1.3.5 + # statsmodels +pandas==1.5.2 # via # flytekit # pandas-profiling # phik # seaborn + # statsmodels # visions -pandas-profiling==3.2.0 +pandas-profiling==3.5.0 # via flytekitplugins-deck-standard -phik==0.12.2 +patsy==0.5.3 + # via statsmodels +phik==0.12.3 # via pandas-profiling -pillow==9.2.0 +pillow==9.3.0 # via # imagehash # matplotlib # visions -plotly==5.9.0 +plotly==5.11.0 # via flytekitplugins-deck-standard -protobuf==3.20.2 +protobuf==4.21.11 # via # flyteidl - # flytekit # googleapis-common-protos # grpcio-status # protoc-gen-swagger @@ -177,18 +182,16 @@ protoc-gen-swagger==0.1.0 # via flyteidl py==1.11.0 # via retry -pyarrow==6.0.1 +pyarrow==10.0.1 # via flytekit pycparser==2.21 # via cffi -pydantic==1.9.1 +pydantic==1.10.2 # via pandas-profiling -pyopenssl==22.0.0 +pyopenssl==22.1.0 # via flytekit pyparsing==3.0.9 - # via - # matplotlib - # packaging + # via matplotlib python-dateutil==2.8.2 # via # arrow @@ -196,24 +199,24 @@ python-dateutil==2.8.2 # flytekit # matplotlib # pandas -python-json-logger==2.0.2 +python-json-logger==2.0.4 # via flytekit -python-slugify==6.1.2 +python-slugify==7.0.0 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2022.1 +pytz==2022.6 # via # flytekit # pandas -pywavelets==1.3.0 +pywavelets==1.4.1 # via imagehash pyyaml==6.0 # via # cookiecutter # flytekit # pandas-profiling -regex==2022.6.2 +regex==2022.10.31 # via docker-image-py requests==2.28.1 # via @@ -222,69 +225,66 @@ requests==2.28.1 # flytekit # pandas-profiling # responses -responses==0.21.0 +responses==0.22.0 # via flytekit retry==0.9.2 # via flytekit -scipy==1.7.3 +scipy==1.9.3 # via # imagehash - # missingno # pandas-profiling # phik - # seaborn -seaborn==0.11.2 - # via - # missingno - # pandas-profiling -secretstorage==3.3.2 + # statsmodels +seaborn==0.12.1 + # via pandas-profiling +secretstorage==3.3.3 # via keyring -singledispatchmethod==1.0 - # via flytekit six==1.16.0 # via - # grpcio - # imagehash + # patsy # python-dateutil sortedcontainers==2.4.0 # via flytekit statsd==3.3.0 # via flytekit +statsmodels==0.13.5 + # via pandas-profiling tangled-up-in-unicode==0.2.0 - # via - # pandas-profiling - # visions -tenacity==8.0.1 + # via visions +tenacity==8.1.0 # via plotly text-unidecode==1.3 # via python-slugify -tqdm==4.64.0 +toml==0.10.2 + # via responses +tqdm==4.64.1 + # via pandas-profiling +typeguard==2.13.3 # via pandas-profiling -typing-extensions==4.3.0 +types-toml==0.10.8.1 + # via responses +typing-extensions==4.4.0 # via - # arrow # flytekit - # importlib-metadata - # kiwisolver # pydantic - # responses # typing-inspect -typing-inspect==0.7.1 +typing-inspect==0.8.0 # via dataclasses-json -urllib3==1.26.9 +urllib3==1.26.13 # via + # docker # flytekit # requests # responses -visions[type_image_path]==0.7.4 +visions[type_image_path]==0.7.5 # via pandas-profiling -websocket-client==1.3.3 +websocket-client==1.4.2 # via docker -wheel==0.38.0 +wheel==0.38.4 # via flytekit wrapt==1.14.1 # via # deprecated # flytekit -zipp==3.8.0 +zipp==3.11.0 # via importlib-metadata diff --git a/plugins/flytekit-deck-standard/setup.py b/plugins/flytekit-deck-standard/setup.py index a47bf0f0d0..a2e087eb20 100644 --- a/plugins/flytekit-deck-standard/setup.py +++ b/plugins/flytekit-deck-standard/setup.py @@ -4,7 +4,7 @@ microlib_name = f"flytekitplugins-{PLUGIN_NAME}-standard" -plugin_requires = ["flytekit>=1.1.0b0,<2.0.0", "markdown", "plotly", "pandas_profiling"] +plugin_requires = ["flytekit>=1.3.0b2,<2.0.0", "markdown", "plotly", "pandas_profiling"] __version__ = "0.0.0+develop" diff --git a/plugins/flytekit-deck-standard/tests/test_renderer.py b/plugins/flytekit-deck-standard/tests/test_renderer.py index 270d53b12e..8761fb6655 100644 --- a/plugins/flytekit-deck-standard/tests/test_renderer.py +++ b/plugins/flytekit-deck-standard/tests/test_renderer.py @@ -7,7 +7,7 @@ def test_frame_profiling_renderer(): renderer = FrameProfilingRenderer() - assert "Profile Report Generated With The `Pandas-Profiling`" in renderer.to_html(df).title() + assert "Pandas Profiling Report" in renderer.to_html(df).title() def test_markdown_renderer(): diff --git a/plugins/flytekit-dolt/requirements.txt b/plugins/flytekit-dolt/requirements.txt index b619ca9520..b208fe52cc 100644 --- a/plugins/flytekit-dolt/requirements.txt +++ b/plugins/flytekit-dolt/requirements.txt @@ -1,34 +1,34 @@ # -# This file is autogenerated by pip-compile with python 3.7 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.9 +# by the following command: # # pip-compile requirements.in # -e file:.#egg=flytekitplugins-dolt # via -r requirements.in -arrow==1.2.2 +arrow==1.2.3 # via jinja2-time binaryornot==0.4.4 # via cookiecutter -certifi==2022.6.15 +certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography -chardet==5.0.0 +chardet==5.1.0 # via binaryornot -charset-normalizer==2.1.0 +charset-normalizer==2.1.1 # via requests click==8.1.3 # via # cookiecutter # flytekit -cloudpickle==2.1.0 +cloudpickle==2.2.0 # via flytekit cookiecutter==2.1.1 # via flytekit -croniter==1.3.5 +croniter==1.3.8 # via flytekit -cryptography==37.0.4 +cryptography==38.0.4 # via # pyopenssl # secretstorage @@ -42,37 +42,38 @@ deprecated==1.2.13 # via flytekit diskcache==5.4.0 # via flytekit -docker==5.0.3 +docker==6.0.1 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.14.1 +docstring-parser==0.15 # via flytekit dolt-integrations==0.1.5 # via flytekitplugins-dolt doltcli==0.1.17 # via dolt-integrations -flyteidl==1.1.8 +flyteidl==1.3.0 # via flytekit -flytekit==1.1.0 +flytekit==1.3.0b2 # via flytekitplugins-dolt -googleapis-common-protos==1.56.3 +googleapis-common-protos==1.57.0 # via # flyteidl # grpcio-status -grpcio==1.47.0 +grpcio==1.51.1 # via # flytekit # grpcio-status -grpcio-status==1.47.0 +grpcio-status==1.51.1 # via flytekit -idna==3.3 +idna==3.4 # via requests -importlib-metadata==4.12.0 +importlib-metadata==5.1.0 # via - # click # flytekit # keyring +jaraco-classes==3.2.3 + # via keyring jeepney==0.8.0 # via # keyring @@ -83,11 +84,13 @@ jinja2==3.1.2 # jinja2-time jinja2-time==0.2.0 # via cookiecutter -keyring==23.6.0 +joblib==1.2.0 + # via flytekit +keyring==23.11.0 # via flytekit markupsafe==2.1.1 # via jinja2 -marshmallow==3.17.0 +marshmallow==3.19.0 # via # dataclasses-json # marshmallow-enum @@ -96,25 +99,27 @@ marshmallow-enum==1.5.1 # via dataclasses-json marshmallow-jsonschema==0.13.0 # via flytekit +more-itertools==9.0.0 + # via jaraco-classes mypy-extensions==0.4.3 # via typing-inspect -natsort==8.1.0 +natsort==8.2.0 # via flytekit -numpy==1.21.6 +numpy==1.23.5 # via - # flytekit # pandas # pyarrow -packaging==21.3 - # via marshmallow -pandas==1.3.5 +packaging==22.0 + # via + # docker + # marshmallow +pandas==1.5.2 # via # dolt-integrations # flytekit -protobuf==3.20.2 +protobuf==4.21.11 # via # flyteidl - # flytekit # googleapis-common-protos # grpcio-status # protoc-gen-swagger @@ -122,27 +127,25 @@ protoc-gen-swagger==0.1.0 # via flyteidl py==1.11.0 # via retry -pyarrow==6.0.1 +pyarrow==10.0.1 # via flytekit pycparser==2.21 # via cffi -pyopenssl==22.0.0 +pyopenssl==22.1.0 # via flytekit -pyparsing==3.0.9 - # via packaging python-dateutil==2.8.2 # via # arrow # croniter # flytekit # pandas -python-json-logger==2.0.2 +python-json-logger==2.0.4 # via flytekit -python-slugify==6.1.2 +python-slugify==7.0.0 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2022.1 +pytz==2022.6 # via # flytekit # pandas @@ -150,7 +153,7 @@ pyyaml==6.0 # via # cookiecutter # flytekit -regex==2022.6.2 +regex==2022.10.31 # via docker-image-py requests==2.28.1 # via @@ -158,45 +161,43 @@ requests==2.28.1 # docker # flytekit # responses -responses==0.21.0 +responses==0.22.0 # via flytekit retry==0.9.2 # via flytekit -secretstorage==3.3.2 +secretstorage==3.3.3 # via keyring -singledispatchmethod==1.0 - # via flytekit six==1.16.0 - # via - # grpcio - # python-dateutil + # via python-dateutil sortedcontainers==2.4.0 # via flytekit statsd==3.3.0 # via flytekit text-unidecode==1.3 # via python-slugify -typing-extensions==4.3.0 +toml==0.10.2 + # via responses +types-toml==0.10.8.1 + # via responses +typing-extensions==4.4.0 # via - # arrow # flytekit - # importlib-metadata - # responses # typing-inspect -typing-inspect==0.7.1 +typing-inspect==0.8.0 # via dataclasses-json -urllib3==1.26.9 +urllib3==1.26.13 # via + # docker # flytekit # requests # responses -websocket-client==1.3.3 +websocket-client==1.4.2 # via docker -wheel==0.38.0 +wheel==0.38.4 # via flytekit wrapt==1.14.1 # via # deprecated # flytekit -zipp==3.8.0 +zipp==3.11.0 # via importlib-metadata diff --git a/plugins/flytekit-dolt/setup.py b/plugins/flytekit-dolt/setup.py index ce6abbc64b..ca3445cb7f 100644 --- a/plugins/flytekit-dolt/setup.py +++ b/plugins/flytekit-dolt/setup.py @@ -6,7 +6,7 @@ microlib_name = f"flytekitplugins-{PLUGIN_NAME}" -plugin_requires = ["flytekit>=1.1.0b0,<2.0.0", "dolt_integrations>=0.1.5"] +plugin_requires = ["flytekit>=1.3.0b2,<2.0.0", "dolt_integrations>=0.1.5"] dev_requires = ["pytest-mock>=3.6.1"] __version__ = "0.0.0+develop" diff --git a/plugins/flytekit-greatexpectations/requirements.txt b/plugins/flytekit-greatexpectations/requirements.txt index 57fd7b20d3..d7f2b802ac 100644 --- a/plugins/flytekit-greatexpectations/requirements.txt +++ b/plugins/flytekit-greatexpectations/requirements.txt @@ -1,6 +1,6 @@ # -# This file is autogenerated by pip-compile with python 3.7 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.9 +# by the following command: # # pip-compile requirements.in # @@ -8,57 +8,64 @@ # via -r requirements.in altair==4.2.0 # via great-expectations +anyio==3.6.2 + # via jupyter-server argon2-cffi==21.3.0 - # via notebook + # via + # jupyter-server + # nbclassic + # notebook argon2-cffi-bindings==21.2.0 # via argon2-cffi -arrow==1.2.2 - # via jinja2-time -attrs==21.4.0 +arrow==1.2.3 + # via + # isoduration + # jinja2-time +asttokens==2.2.1 + # via stack-data +attrs==22.1.0 # via jsonschema backcall==0.2.0 # via ipython -backports-zoneinfo==0.2.1 - # via - # pytz-deprecation-shim - # tzlocal beautifulsoup4==4.11.1 # via nbconvert binaryornot==0.4.4 # via cookiecutter bleach==5.0.1 # via nbconvert -certifi==2022.6.15 +certifi==2022.12.7 # via requests cffi==1.15.1 # via # argon2-cffi-bindings # cryptography -chardet==5.0.0 +chardet==5.1.0 # via binaryornot -charset-normalizer==2.1.0 +charset-normalizer==2.1.1 # via requests click==8.1.3 # via # cookiecutter # flytekit # great-expectations -cloudpickle==2.1.0 +cloudpickle==2.2.0 # via flytekit -colorama==0.4.5 +colorama==0.4.6 # via great-expectations +comm==0.1.2 + # via ipykernel cookiecutter==2.1.1 # via flytekit -croniter==1.3.5 +croniter==1.3.8 # via flytekit -cryptography==37.0.4 +cryptography==38.0.4 # via # great-expectations # pyopenssl # secretstorage dataclasses-json==0.5.7 # via flytekit -debugpy==1.6.0 +debugpy==1.6.4 # via ipykernel decorator==5.1.1 # via @@ -70,58 +77,72 @@ deprecated==1.2.13 # via flytekit diskcache==5.4.0 # via flytekit -docker==5.0.3 +docker==6.0.1 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.14.1 +docstring-parser==0.15 # via flytekit entrypoints==0.4 # via # altair # jupyter-client - # nbconvert -fastjsonschema==2.15.3 +executing==1.2.0 + # via stack-data +fastjsonschema==2.16.2 # via nbformat -flyteidl==1.1.8 +flyteidl==1.3.0 # via flytekit -flytekit==1.1.0 +flytekit==1.3.0b2 # via flytekitplugins-great-expectations -googleapis-common-protos==1.56.3 +fqdn==1.5.1 + # via jsonschema +googleapis-common-protos==1.57.0 # via # flyteidl # grpcio-status -great-expectations==0.15.12 +great-expectations==0.15.37 # via flytekitplugins-great-expectations -greenlet==1.1.2 +greenlet==2.0.1 # via sqlalchemy -grpcio==1.47.0 +grpcio==1.51.1 # via # flytekit # grpcio-status -grpcio-status==1.47.0 +grpcio-status==1.51.1 # via flytekit -idna==3.3 - # via requests -importlib-metadata==4.12.0 +idna==3.4 + # via + # anyio + # jsonschema + # requests +importlib-metadata==5.1.0 # via - # click # flytekit # great-expectations - # jsonschema # keyring - # sqlalchemy -importlib-resources==5.8.0 - # via jsonschema -ipykernel==6.15.0 - # via notebook -ipython==7.34.0 + # nbconvert +ipykernel==6.19.2 + # via + # ipywidgets + # nbclassic + # notebook +ipython==8.7.0 # via # great-expectations # ipykernel + # ipywidgets ipython-genutils==0.2.0 - # via notebook -jedi==0.18.1 + # via + # nbclassic + # notebook +ipywidgets==8.0.3 + # via great-expectations +isoduration==20.11.0 + # via jsonschema +jaraco-classes==3.2.3 + # via keyring +jedi==0.18.2 # via ipython jeepney==0.8.0 # via @@ -133,92 +154,129 @@ jinja2==3.1.2 # cookiecutter # great-expectations # jinja2-time + # jupyter-server + # nbclassic # nbconvert # notebook jinja2-time==0.2.0 # via cookiecutter +joblib==1.2.0 + # via flytekit jsonpatch==1.32 # via great-expectations jsonpointer==2.3 - # via jsonpatch -jsonschema==4.6.1 + # via + # jsonpatch + # jsonschema +jsonschema[format-nongpl]==4.17.3 # via # altair # great-expectations + # jupyter-events # nbformat -jupyter-client==7.3.4 +jupyter-client==7.4.8 # via # ipykernel + # jupyter-server + # nbclassic # nbclient # notebook -jupyter-core==4.11.2 +jupyter-core==5.1.0 # via # jupyter-client + # jupyter-server + # nbclassic + # nbclient # nbconvert # nbformat # notebook +jupyter-events==0.5.0 + # via jupyter-server +jupyter-server==2.0.1 + # via + # nbclassic + # notebook-shim +jupyter-server-terminals==0.4.2 + # via jupyter-server jupyterlab-pygments==0.2.2 # via nbconvert -keyring==23.6.0 +jupyterlab-widgets==3.0.4 + # via ipywidgets +keyring==23.11.0 # via flytekit +makefun==1.15.0 + # via great-expectations markupsafe==2.1.1 # via # jinja2 # nbconvert -marshmallow==3.17.0 +marshmallow==3.19.0 # via # dataclasses-json + # great-expectations # marshmallow-enum # marshmallow-jsonschema marshmallow-enum==1.5.1 # via dataclasses-json marshmallow-jsonschema==0.13.0 # via flytekit -matplotlib-inline==0.1.3 +matplotlib-inline==0.1.6 # via # ipykernel # ipython -mistune==2.0.3 +mistune==2.0.4 # via # great-expectations # nbconvert +more-itertools==9.0.0 + # via jaraco-classes mypy-extensions==0.4.3 # via typing-inspect -natsort==8.1.0 +natsort==8.2.0 # via flytekit -nbclient==0.6.6 - # via nbconvert -nbconvert==7.0.0rc2 +nbclassic==0.4.8 # via notebook -nbformat==5.4.0 +nbclient==0.7.2 + # via nbconvert +nbconvert==7.2.6 + # via + # jupyter-server + # nbclassic + # notebook +nbformat==5.7.0 # via # great-expectations + # jupyter-server + # nbclassic # nbclient # nbconvert # notebook -nest-asyncio==1.5.5 +nest-asyncio==1.5.6 # via # ipykernel # jupyter-client - # nbclient + # nbclassic # notebook -notebook==6.4.12 +notebook==6.5.2 # via great-expectations -numpy==1.21.6 +notebook-shim==0.2.2 + # via nbclassic +numpy==1.23.5 # via # altair - # flytekit # great-expectations # pandas # pyarrow # scipy -packaging==21.3 +packaging==22.0 # via + # docker # great-expectations # ipykernel + # jupyter-server # marshmallow # nbconvert -pandas==1.3.5 +pandas==1.5.2 # via # altair # flytekit @@ -231,42 +289,48 @@ pexpect==4.8.0 # via ipython pickleshare==0.7.5 # via ipython -prometheus-client==0.14.1 - # via notebook -prompt-toolkit==3.0.30 +platformdirs==2.6.0 + # via jupyter-core +prometheus-client==0.15.0 + # via + # jupyter-server + # nbclassic + # notebook +prompt-toolkit==3.0.36 # via ipython -protobuf==3.20.2 +protobuf==4.21.11 # via # flyteidl - # flytekit # googleapis-common-protos # grpcio-status # protoc-gen-swagger protoc-gen-swagger==0.1.0 # via flyteidl -psutil==5.9.1 +psutil==5.9.4 # via ipykernel ptyprocess==0.7.0 # via # pexpect # terminado +pure-eval==0.2.2 + # via stack-data py==1.11.0 # via retry -pyarrow==6.0.1 +pyarrow==10.0.1 # via flytekit pycparser==2.21 # via cffi -pygments==2.12.0 +pydantic==1.10.2 + # via great-expectations +pygments==2.13.0 # via # ipython # nbconvert -pyopenssl==22.0.0 +pyopenssl==22.1.0 # via flytekit -pyparsing==2.4.7 - # via - # great-expectations - # packaging -pyrsistent==0.18.1 +pyparsing==3.0.9 + # via great-expectations +pyrsistent==0.19.2 # via jsonschema python-dateutil==2.8.2 # via @@ -276,13 +340,15 @@ python-dateutil==2.8.2 # great-expectations # jupyter-client # pandas -python-json-logger==2.0.2 - # via flytekit -python-slugify==6.1.2 +python-json-logger==2.0.4 + # via + # flytekit + # jupyter-events +python-slugify==7.0.0 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2022.1 +pytz==2022.6 # via # flytekit # great-expectations @@ -293,12 +359,15 @@ pyyaml==6.0 # via # cookiecutter # flytekit -pyzmq==23.2.0 + # jupyter-events +pyzmq==24.0.1 # via # ipykernel # jupyter-client + # jupyter-server + # nbclassic # notebook -regex==2022.6.2 +regex==2022.10.31 # via docker-image-py requests==2.28.1 # via @@ -307,106 +376,129 @@ requests==2.28.1 # flytekit # great-expectations # responses -responses==0.21.0 +responses==0.22.0 # via flytekit retry==0.9.2 # via flytekit +rfc3339-validator==0.1.4 + # via jsonschema +rfc3986-validator==0.1.1 + # via jsonschema ruamel-yaml==0.17.17 # via great-expectations -ruamel-yaml-clib==0.2.6 +ruamel-yaml-clib==0.2.7 # via ruamel-yaml -scipy==1.7.3 +scipy==1.9.3 # via great-expectations -secretstorage==3.3.2 +secretstorage==3.3.3 # via keyring send2trash==1.8.0 - # via notebook -singledispatchmethod==1.0 - # via flytekit + # via + # jupyter-server + # nbclassic + # notebook six==1.16.0 # via + # asttokens # bleach - # grpcio # python-dateutil + # rfc3339-validator +sniffio==1.3.0 + # via anyio sortedcontainers==2.4.0 # via flytekit soupsieve==2.3.2.post1 # via beautifulsoup4 -sqlalchemy==1.4.39 +sqlalchemy==1.4.44 # via # -r requirements.in # flytekitplugins-great-expectations +stack-data==0.6.2 + # via ipython statsd==3.3.0 # via flytekit -termcolor==1.1.0 - # via great-expectations -terminado==0.15.0 - # via notebook +terminado==0.17.1 + # via + # jupyter-server + # jupyter-server-terminals + # nbclassic + # notebook text-unidecode==1.3 # via python-slugify -tinycss2==1.1.1 +tinycss2==1.2.1 # via nbconvert -toolz==0.11.2 +toml==0.10.2 + # via responses +toolz==0.12.0 # via altair tornado==6.2 # via # ipykernel # jupyter-client + # jupyter-server + # nbclassic # notebook # terminado -tqdm==4.64.0 +tqdm==4.64.1 # via great-expectations -traitlets==5.3.0 +traitlets==5.7.0 # via + # comm # ipykernel # ipython + # ipywidgets # jupyter-client # jupyter-core + # jupyter-events + # jupyter-server # matplotlib-inline + # nbclassic # nbclient # nbconvert # nbformat # notebook -typing-extensions==4.3.0 +types-toml==0.10.8.1 + # via responses +typing-extensions==4.4.0 # via - # argon2-cffi - # arrow # flytekit # great-expectations - # importlib-metadata - # jsonschema - # responses + # pydantic # typing-inspect -typing-inspect==0.7.1 +typing-inspect==0.8.0 # via dataclasses-json -tzdata==2022.1 +tzdata==2022.7 # via pytz-deprecation-shim tzlocal==4.2 # via great-expectations -urllib3==1.26.9 +uri-template==1.2.0 + # via jsonschema +urllib3==1.26.13 # via + # docker # flytekit # great-expectations # requests # responses wcwidth==0.2.5 # via prompt-toolkit +webcolors==1.12 + # via jsonschema webencodings==0.5.1 # via # bleach # tinycss2 -websocket-client==1.3.3 - # via docker -wheel==0.38.0 +websocket-client==1.4.2 + # via + # docker + # jupyter-server +wheel==0.38.4 # via flytekit +widgetsnbextension==4.0.4 + # via ipywidgets wrapt==1.14.1 # via # deprecated # flytekit -zipp==3.8.0 - # via - # importlib-metadata - # importlib-resources - -# The following packages are considered to be unsafe in a requirements file: -# setuptools +zipp==3.11.0 + # via importlib-metadata diff --git a/plugins/flytekit-greatexpectations/setup.py b/plugins/flytekit-greatexpectations/setup.py index 93c73d5416..b8781dbb88 100644 --- a/plugins/flytekit-greatexpectations/setup.py +++ b/plugins/flytekit-greatexpectations/setup.py @@ -4,7 +4,7 @@ microlib_name = f"flytekitplugins-{PLUGIN_NAME}" -plugin_requires = ["flytekit>=1.1.0b0,<2.0.0", "great-expectations>=0.13.30", "sqlalchemy>=1.4.23"] +plugin_requires = ["flytekit>=1.3.0b2,<2.0.0", "great-expectations>=0.13.30", "sqlalchemy>=1.4.23"] __version__ = "0.0.0+develop" diff --git a/plugins/flytekit-hive/requirements.txt b/plugins/flytekit-hive/requirements.txt index b6a0b8b490..e5f7156500 100644 --- a/plugins/flytekit-hive/requirements.txt +++ b/plugins/flytekit-hive/requirements.txt @@ -1,34 +1,34 @@ # -# This file is autogenerated by pip-compile with python 3.7 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.9 +# by the following command: # # pip-compile requirements.in # -e file:.#egg=flytekitplugins-hive # via -r requirements.in -arrow==1.2.2 +arrow==1.2.3 # via jinja2-time binaryornot==0.4.4 # via cookiecutter -certifi==2022.6.15 +certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography -chardet==5.0.0 +chardet==5.1.0 # via binaryornot -charset-normalizer==2.1.0 +charset-normalizer==2.1.1 # via requests click==8.1.3 # via # cookiecutter # flytekit -cloudpickle==2.1.0 +cloudpickle==2.2.0 # via flytekit cookiecutter==2.1.1 # via flytekit -croniter==1.3.5 +croniter==1.3.8 # via flytekit -cryptography==37.0.4 +cryptography==38.0.4 # via # pyopenssl # secretstorage @@ -40,33 +40,34 @@ deprecated==1.2.13 # via flytekit diskcache==5.4.0 # via flytekit -docker==5.0.3 +docker==6.0.1 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.14.1 +docstring-parser==0.15 # via flytekit -flyteidl==1.1.8 +flyteidl==1.3.0 # via flytekit -flytekit==1.1.0 +flytekit==1.3.0b2 # via flytekitplugins-hive -googleapis-common-protos==1.56.3 +googleapis-common-protos==1.57.0 # via # flyteidl # grpcio-status -grpcio==1.47.0 +grpcio==1.51.1 # via # flytekit # grpcio-status -grpcio-status==1.47.0 +grpcio-status==1.51.1 # via flytekit -idna==3.3 +idna==3.4 # via requests -importlib-metadata==4.12.0 +importlib-metadata==5.1.0 # via - # click # flytekit # keyring +jaraco-classes==3.2.3 + # via keyring jeepney==0.8.0 # via # keyring @@ -77,11 +78,13 @@ jinja2==3.1.2 # jinja2-time jinja2-time==0.2.0 # via cookiecutter -keyring==23.6.0 +joblib==1.2.0 + # via flytekit +keyring==23.11.0 # via flytekit markupsafe==2.1.1 # via jinja2 -marshmallow==3.17.0 +marshmallow==3.19.0 # via # dataclasses-json # marshmallow-enum @@ -90,23 +93,25 @@ marshmallow-enum==1.5.1 # via dataclasses-json marshmallow-jsonschema==0.13.0 # via flytekit +more-itertools==9.0.0 + # via jaraco-classes mypy-extensions==0.4.3 # via typing-inspect -natsort==8.1.0 +natsort==8.2.0 # via flytekit -numpy==1.21.6 +numpy==1.23.5 # via - # flytekit # pandas # pyarrow -packaging==21.3 - # via marshmallow -pandas==1.3.5 +packaging==22.0 + # via + # docker + # marshmallow +pandas==1.5.2 # via flytekit -protobuf==3.20.2 +protobuf==4.21.11 # via # flyteidl - # flytekit # googleapis-common-protos # grpcio-status # protoc-gen-swagger @@ -114,27 +119,25 @@ protoc-gen-swagger==0.1.0 # via flyteidl py==1.11.0 # via retry -pyarrow==6.0.1 +pyarrow==10.0.1 # via flytekit pycparser==2.21 # via cffi -pyopenssl==22.0.0 +pyopenssl==22.1.0 # via flytekit -pyparsing==3.0.9 - # via packaging python-dateutil==2.8.2 # via # arrow # croniter # flytekit # pandas -python-json-logger==2.0.2 +python-json-logger==2.0.4 # via flytekit -python-slugify==6.1.2 +python-slugify==7.0.0 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2022.1 +pytz==2022.6 # via # flytekit # pandas @@ -142,7 +145,7 @@ pyyaml==6.0 # via # cookiecutter # flytekit -regex==2022.6.2 +regex==2022.10.31 # via docker-image-py requests==2.28.1 # via @@ -150,45 +153,43 @@ requests==2.28.1 # docker # flytekit # responses -responses==0.21.0 +responses==0.22.0 # via flytekit retry==0.9.2 # via flytekit -secretstorage==3.3.2 +secretstorage==3.3.3 # via keyring -singledispatchmethod==1.0 - # via flytekit six==1.16.0 - # via - # grpcio - # python-dateutil + # via python-dateutil sortedcontainers==2.4.0 # via flytekit statsd==3.3.0 # via flytekit text-unidecode==1.3 # via python-slugify -typing-extensions==4.3.0 +toml==0.10.2 + # via responses +types-toml==0.10.8.1 + # via responses +typing-extensions==4.4.0 # via - # arrow # flytekit - # importlib-metadata - # responses # typing-inspect -typing-inspect==0.7.1 +typing-inspect==0.8.0 # via dataclasses-json -urllib3==1.26.9 +urllib3==1.26.13 # via + # docker # flytekit # requests # responses -websocket-client==1.3.3 +websocket-client==1.4.2 # via docker -wheel==0.38.0 +wheel==0.38.4 # via flytekit wrapt==1.14.1 # via # deprecated # flytekit -zipp==3.8.0 +zipp==3.11.0 # via importlib-metadata diff --git a/plugins/flytekit-hive/setup.py b/plugins/flytekit-hive/setup.py index a2f67d982f..fd9c2f869b 100644 --- a/plugins/flytekit-hive/setup.py +++ b/plugins/flytekit-hive/setup.py @@ -4,7 +4,7 @@ microlib_name = f"flytekitplugins-{PLUGIN_NAME}" -plugin_requires = ["flytekit>=1.1.0b0,<2.0.0"] +plugin_requires = ["flytekit>=1.3.0b2,<2.0.0"] __version__ = "0.0.0+develop" diff --git a/plugins/flytekit-huggingface/requirements.txt b/plugins/flytekit-huggingface/requirements.txt index 8cabda2e96..20b18408ab 100644 --- a/plugins/flytekit-huggingface/requirements.txt +++ b/plugins/flytekit-huggingface/requirements.txt @@ -1,32 +1,32 @@ # -# This file is autogenerated by pip-compile with python 3.9 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.9 +# by the following command: # # pip-compile requirements.in # -e file:.#egg=flytekitplugins-huggingface # via -r requirements.in -aiohttp==3.8.1 +aiohttp==3.8.3 # via # datasets # fsspec -aiosignal==1.2.0 +aiosignal==1.3.1 # via aiohttp -arrow==1.2.2 +arrow==1.2.3 # via jinja2-time async-timeout==4.0.2 # via aiohttp -attrs==21.4.0 +attrs==22.1.0 # via aiohttp binaryornot==0.4.4 # via cookiecutter -certifi==2022.6.15 +certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography -chardet==5.0.0 +chardet==5.1.0 # via binaryornot -charset-normalizer==2.1.0 +charset-normalizer==2.1.1 # via # aiohttp # requests @@ -34,77 +34,87 @@ click==8.1.3 # via # cookiecutter # flytekit -cloudpickle==2.1.0 +cloudpickle==2.2.0 # via flytekit cookiecutter==2.1.1 # via flytekit -croniter==1.3.5 +croniter==1.3.8 # via flytekit -cryptography==37.0.4 - # via pyopenssl +cryptography==38.0.4 + # via + # pyopenssl + # secretstorage dataclasses-json==0.5.7 # via flytekit -datasets==2.4.0 +datasets==2.7.1 # via flytekitplugins-huggingface decorator==5.1.1 # via retry deprecated==1.2.13 # via flytekit -dill==0.3.5.1 +dill==0.3.6 # via # datasets # multiprocess diskcache==5.4.0 # via flytekit -docker==5.0.3 +docker==6.0.1 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.14.1 +docstring-parser==0.15 # via flytekit -filelock==3.7.1 +filelock==3.8.2 # via huggingface-hub -flyteidl==1.1.9 +flyteidl==1.3.0 # via flytekit -flytekit==1.1.0 +flytekit==1.3.0b2 # via flytekitplugins-huggingface -frozenlist==1.3.0 +frozenlist==1.3.3 # via # aiohttp # aiosignal -fsspec[http]==2022.7.0 +fsspec[http]==2022.11.0 # via datasets -googleapis-common-protos==1.56.4 +googleapis-common-protos==1.57.0 # via # flyteidl # grpcio-status -grpcio==1.47.0 +grpcio==1.51.1 # via # flytekit # grpcio-status -grpcio-status==1.47.0 +grpcio-status==1.51.1 # via flytekit -huggingface-hub==0.8.1 +huggingface-hub==0.11.1 # via datasets -idna==3.3 +idna==3.4 # via # requests # yarl -importlib-metadata==4.12.0 +importlib-metadata==5.1.0 # via # flytekit # keyring +jaraco-classes==3.2.3 + # via keyring +jeepney==0.8.0 + # via + # keyring + # secretstorage jinja2==3.1.2 # via # cookiecutter # jinja2-time jinja2-time==0.2.0 # via cookiecutter -keyring==23.7.0 +joblib==1.2.0 + # via flytekit +keyring==23.11.0 # via flytekit markupsafe==2.1.1 # via jinja2 -marshmallow==3.17.0 +marshmallow==3.19.0 # via # dataclasses-json # marshmallow-enum @@ -113,34 +123,36 @@ marshmallow-enum==1.5.1 # via dataclasses-json marshmallow-jsonschema==0.13.0 # via flytekit -multidict==6.0.2 +more-itertools==9.0.0 + # via jaraco-classes +multidict==6.0.3 # via # aiohttp # yarl -multiprocess==0.70.13 +multiprocess==0.70.14 # via datasets mypy-extensions==0.4.3 # via typing-inspect -natsort==8.1.0 +natsort==8.2.0 # via flytekit -numpy==1.23.1 +numpy==1.23.5 # via # datasets # pandas # pyarrow -packaging==21.3 +packaging==22.0 # via # datasets + # docker # huggingface-hub # marshmallow -pandas==1.4.3 +pandas==1.5.2 # via # datasets # flytekit -protobuf==3.20.2 +protobuf==4.21.11 # via # flyteidl - # flytekit # googleapis-common-protos # grpcio-status # protoc-gen-swagger @@ -148,16 +160,14 @@ protoc-gen-swagger==0.1.0 # via flyteidl py==1.11.0 # via retry -pyarrow==6.0.1 +pyarrow==10.0.1 # via # datasets # flytekit pycparser==2.21 # via cffi -pyopenssl==22.0.0 +pyopenssl==22.1.0 # via flytekit -pyparsing==3.0.9 - # via packaging python-dateutil==2.8.2 # via # arrow @@ -166,20 +176,21 @@ python-dateutil==2.8.2 # pandas python-json-logger==2.0.4 # via flytekit -python-slugify==6.1.2 +python-slugify==7.0.0 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2022.1 +pytz==2022.6 # via # flytekit # pandas pyyaml==6.0 # via # cookiecutter + # datasets # flytekit # huggingface-hub -regex==2022.7.25 +regex==2022.10.31 # via docker-image-py requests==2.28.1 # via @@ -196,43 +207,44 @@ responses==0.18.0 # flytekit retry==0.9.2 # via flytekit +secretstorage==3.3.3 + # via keyring six==1.16.0 - # via - # grpcio - # python-dateutil + # via python-dateutil sortedcontainers==2.4.0 # via flytekit statsd==3.3.0 # via flytekit text-unidecode==1.3 # via python-slugify -tqdm==4.64.0 +tqdm==4.64.1 # via # datasets # huggingface-hub -typing-extensions==4.3.0 +typing-extensions==4.4.0 # via # flytekit # huggingface-hub # typing-inspect -typing-inspect==0.7.1 +typing-inspect==0.8.0 # via dataclasses-json -urllib3==1.26.11 +urllib3==1.26.13 # via + # docker # flytekit # requests # responses -websocket-client==1.3.3 +websocket-client==1.4.2 # via docker -wheel==0.38.0 +wheel==0.38.4 # via flytekit wrapt==1.14.1 # via # deprecated # flytekit -xxhash==3.0.0 +xxhash==3.1.0 # via datasets -yarl==1.7.2 +yarl==1.8.2 # via aiohttp -zipp==3.8.1 +zipp==3.11.0 # via importlib-metadata diff --git a/plugins/flytekit-huggingface/setup.py b/plugins/flytekit-huggingface/setup.py index bd4da382da..7ce3ac2c1a 100644 --- a/plugins/flytekit-huggingface/setup.py +++ b/plugins/flytekit-huggingface/setup.py @@ -5,7 +5,7 @@ microlib_name = f"flytekitplugins-{PLUGIN_NAME}" plugin_requires = [ - "flytekit>=1.1.0b0,<2.0.0", + "flytekit>=1.3.0b2,<2.0.0", "datasets>=2.4.0", ] diff --git a/plugins/flytekit-k8s-pod/requirements.txt b/plugins/flytekit-k8s-pod/requirements.txt index 75036fceb9..371f3a5e58 100644 --- a/plugins/flytekit-k8s-pod/requirements.txt +++ b/plugins/flytekit-k8s-pod/requirements.txt @@ -1,38 +1,38 @@ # -# This file is autogenerated by pip-compile with python 3.7 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.9 +# by the following command: # # pip-compile requirements.in # -e file:.#egg=flytekitplugins-pod # via -r requirements.in -arrow==1.2.2 +arrow==1.2.3 # via jinja2-time binaryornot==0.4.4 # via cookiecutter cachetools==5.2.0 # via google-auth -certifi==2022.6.15 +certifi==2022.12.7 # via # kubernetes # requests cffi==1.15.1 # via cryptography -chardet==5.0.0 +chardet==5.1.0 # via binaryornot -charset-normalizer==2.1.0 +charset-normalizer==2.1.1 # via requests click==8.1.3 # via # cookiecutter # flytekit -cloudpickle==2.1.0 +cloudpickle==2.2.0 # via flytekit cookiecutter==2.1.1 # via flytekit -croniter==1.3.5 +croniter==1.3.8 # via flytekit -cryptography==37.0.4 +cryptography==38.0.4 # via # pyopenssl # secretstorage @@ -44,35 +44,36 @@ deprecated==1.2.13 # via flytekit diskcache==5.4.0 # via flytekit -docker==5.0.3 +docker==6.0.1 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.14.1 +docstring-parser==0.15 # via flytekit -flyteidl==1.1.8 +flyteidl==1.3.0 # via flytekit -flytekit==1.1.0 +flytekit==1.3.0b2 # via flytekitplugins-pod -google-auth==2.9.0 +google-auth==2.15.0 # via kubernetes -googleapis-common-protos==1.56.3 +googleapis-common-protos==1.57.0 # via # flyteidl # grpcio-status -grpcio==1.47.0 +grpcio==1.51.1 # via # flytekit # grpcio-status -grpcio-status==1.47.0 +grpcio-status==1.51.1 # via flytekit -idna==3.3 +idna==3.4 # via requests -importlib-metadata==4.12.0 +importlib-metadata==5.1.0 # via - # click # flytekit # keyring +jaraco-classes==3.2.3 + # via keyring jeepney==0.8.0 # via # keyring @@ -83,13 +84,15 @@ jinja2==3.1.2 # jinja2-time jinja2-time==0.2.0 # via cookiecutter -keyring==23.6.0 +joblib==1.2.0 + # via flytekit +keyring==23.11.0 # via flytekit -kubernetes==24.2.0 +kubernetes==25.3.0 # via flytekitplugins-pod markupsafe==2.1.1 # via jinja2 -marshmallow==3.17.0 +marshmallow==3.19.0 # via # dataclasses-json # marshmallow-enum @@ -98,25 +101,27 @@ marshmallow-enum==1.5.1 # via dataclasses-json marshmallow-jsonschema==0.13.0 # via flytekit +more-itertools==9.0.0 + # via jaraco-classes mypy-extensions==0.4.3 # via typing-inspect -natsort==8.1.0 +natsort==8.2.0 # via flytekit -numpy==1.21.6 +numpy==1.23.5 # via - # flytekit # pandas # pyarrow -oauthlib==3.2.1 +oauthlib==3.2.2 # via requests-oauthlib -packaging==21.3 - # via marshmallow -pandas==1.3.5 +packaging==22.0 + # via + # docker + # marshmallow +pandas==1.5.2 # via flytekit -protobuf==3.20.2 +protobuf==4.21.11 # via # flyteidl - # flytekit # googleapis-common-protos # grpcio-status # protoc-gen-swagger @@ -124,7 +129,7 @@ protoc-gen-swagger==0.1.0 # via flyteidl py==1.11.0 # via retry -pyarrow==6.0.1 +pyarrow==10.0.1 # via flytekit pyasn1==0.4.8 # via @@ -134,10 +139,8 @@ pyasn1-modules==0.2.8 # via google-auth pycparser==2.21 # via cffi -pyopenssl==22.0.0 +pyopenssl==22.1.0 # via flytekit -pyparsing==3.0.9 - # via packaging python-dateutil==2.8.2 # via # arrow @@ -145,13 +148,13 @@ python-dateutil==2.8.2 # flytekit # kubernetes # pandas -python-json-logger==2.0.2 +python-json-logger==2.0.4 # via flytekit -python-slugify==6.1.2 +python-slugify==7.0.0 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2022.1 +pytz==2022.6 # via # flytekit # pandas @@ -160,7 +163,7 @@ pyyaml==6.0 # cookiecutter # flytekit # kubernetes -regex==2022.6.2 +regex==2022.10.31 # via docker-image-py requests==2.28.1 # via @@ -172,20 +175,17 @@ requests==2.28.1 # responses requests-oauthlib==1.3.1 # via kubernetes -responses==0.21.0 +responses==0.22.0 # via flytekit retry==0.9.2 # via flytekit -rsa==4.8 +rsa==4.9 # via google-auth -secretstorage==3.3.2 +secretstorage==3.3.3 # via keyring -singledispatchmethod==1.0 - # via flytekit six==1.16.0 # via # google-auth - # grpcio # kubernetes # python-dateutil sortedcontainers==2.4.0 @@ -194,32 +194,34 @@ statsd==3.3.0 # via flytekit text-unidecode==1.3 # via python-slugify -typing-extensions==4.3.0 +toml==0.10.2 + # via responses +types-toml==0.10.8.1 + # via responses +typing-extensions==4.4.0 # via - # arrow # flytekit - # importlib-metadata - # responses # typing-inspect -typing-inspect==0.7.1 +typing-inspect==0.8.0 # via dataclasses-json -urllib3==1.26.9 +urllib3==1.26.13 # via + # docker # flytekit # kubernetes # requests # responses -websocket-client==1.3.3 +websocket-client==1.4.2 # via # docker # kubernetes -wheel==0.38.0 +wheel==0.38.4 # via flytekit wrapt==1.14.1 # via # deprecated # flytekit -zipp==3.8.0 +zipp==3.11.0 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: diff --git a/plugins/flytekit-k8s-pod/setup.py b/plugins/flytekit-k8s-pod/setup.py index 29c56922b5..cbdac44a3d 100644 --- a/plugins/flytekit-k8s-pod/setup.py +++ b/plugins/flytekit-k8s-pod/setup.py @@ -5,7 +5,7 @@ microlib_name = f"flytekitplugins-{PLUGIN_NAME}" plugin_requires = [ - "flytekit>=1.1.0b0,<2.0.0", + "flytekit>=1.3.0b2,<2.0.0", "kubernetes>=12.0.1", ] diff --git a/plugins/flytekit-kf-mpi/requirements.txt b/plugins/flytekit-kf-mpi/requirements.txt index 5c3a8a8efa..b53b535031 100644 --- a/plugins/flytekit-kf-mpi/requirements.txt +++ b/plugins/flytekit-kf-mpi/requirements.txt @@ -1,34 +1,34 @@ # -# This file is autogenerated by pip-compile with python 3.7 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.9 +# by the following command: # # pip-compile requirements.in # -e file:.#egg=flytekitplugins-kfmpi # via -r requirements.in -arrow==1.2.2 +arrow==1.2.3 # via jinja2-time binaryornot==0.4.4 # via cookiecutter -certifi==2022.6.15 +certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography -chardet==5.0.0 +chardet==5.1.0 # via binaryornot -charset-normalizer==2.1.0 +charset-normalizer==2.1.1 # via requests click==8.1.3 # via # cookiecutter # flytekit -cloudpickle==2.1.0 +cloudpickle==2.2.0 # via flytekit cookiecutter==2.1.1 # via flytekit -croniter==1.3.5 +croniter==1.3.8 # via flytekit -cryptography==37.0.4 +cryptography==38.0.4 # via # pyopenssl # secretstorage @@ -40,35 +40,36 @@ deprecated==1.2.13 # via flytekit diskcache==5.4.0 # via flytekit -docker==5.0.3 +docker==6.0.1 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.14.1 +docstring-parser==0.15 # via flytekit -flyteidl==1.1.8 +flyteidl==1.3.0 # via # flytekit # flytekitplugins-kfmpi -flytekit==1.1.0 +flytekit==1.3.0b2 # via flytekitplugins-kfmpi -googleapis-common-protos==1.56.3 +googleapis-common-protos==1.57.0 # via # flyteidl # grpcio-status -grpcio==1.47.0 +grpcio==1.51.1 # via # flytekit # grpcio-status -grpcio-status==1.47.0 +grpcio-status==1.51.1 # via flytekit -idna==3.3 +idna==3.4 # via requests -importlib-metadata==4.12.0 +importlib-metadata==5.1.0 # via - # click # flytekit # keyring +jaraco-classes==3.2.3 + # via keyring jeepney==0.8.0 # via # keyring @@ -79,11 +80,13 @@ jinja2==3.1.2 # jinja2-time jinja2-time==0.2.0 # via cookiecutter -keyring==23.6.0 +joblib==1.2.0 + # via flytekit +keyring==23.11.0 # via flytekit markupsafe==2.1.1 # via jinja2 -marshmallow==3.17.0 +marshmallow==3.19.0 # via # dataclasses-json # marshmallow-enum @@ -92,23 +95,25 @@ marshmallow-enum==1.5.1 # via dataclasses-json marshmallow-jsonschema==0.13.0 # via flytekit +more-itertools==9.0.0 + # via jaraco-classes mypy-extensions==0.4.3 # via typing-inspect -natsort==8.1.0 +natsort==8.2.0 # via flytekit -numpy==1.21.6 +numpy==1.23.5 # via - # flytekit # pandas # pyarrow -packaging==21.3 - # via marshmallow -pandas==1.3.5 +packaging==22.0 + # via + # docker + # marshmallow +pandas==1.5.2 # via flytekit -protobuf==3.20.2 +protobuf==4.21.11 # via # flyteidl - # flytekit # googleapis-common-protos # grpcio-status # protoc-gen-swagger @@ -116,27 +121,25 @@ protoc-gen-swagger==0.1.0 # via flyteidl py==1.11.0 # via retry -pyarrow==6.0.1 +pyarrow==10.0.1 # via flytekit pycparser==2.21 # via cffi -pyopenssl==22.0.0 +pyopenssl==22.1.0 # via flytekit -pyparsing==3.0.9 - # via packaging python-dateutil==2.8.2 # via # arrow # croniter # flytekit # pandas -python-json-logger==2.0.2 +python-json-logger==2.0.4 # via flytekit -python-slugify==6.1.2 +python-slugify==7.0.0 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2022.1 +pytz==2022.6 # via # flytekit # pandas @@ -144,7 +147,7 @@ pyyaml==6.0 # via # cookiecutter # flytekit -regex==2022.6.2 +regex==2022.10.31 # via docker-image-py requests==2.28.1 # via @@ -152,45 +155,43 @@ requests==2.28.1 # docker # flytekit # responses -responses==0.21.0 +responses==0.22.0 # via flytekit retry==0.9.2 # via flytekit -secretstorage==3.3.2 +secretstorage==3.3.3 # via keyring -singledispatchmethod==1.0 - # via flytekit six==1.16.0 - # via - # grpcio - # python-dateutil + # via python-dateutil sortedcontainers==2.4.0 # via flytekit statsd==3.3.0 # via flytekit text-unidecode==1.3 # via python-slugify -typing-extensions==4.3.0 +toml==0.10.2 + # via responses +types-toml==0.10.8.1 + # via responses +typing-extensions==4.4.0 # via - # arrow # flytekit - # importlib-metadata - # responses # typing-inspect -typing-inspect==0.7.1 +typing-inspect==0.8.0 # via dataclasses-json -urllib3==1.26.9 +urllib3==1.26.13 # via + # docker # flytekit # requests # responses -websocket-client==1.3.3 +websocket-client==1.4.2 # via docker -wheel==0.38.0 +wheel==0.38.4 # via flytekit wrapt==1.14.1 # via # deprecated # flytekit -zipp==3.8.0 +zipp==3.11.0 # via importlib-metadata diff --git a/plugins/flytekit-kf-mpi/setup.py b/plugins/flytekit-kf-mpi/setup.py index c8a845fb13..566506069c 100644 --- a/plugins/flytekit-kf-mpi/setup.py +++ b/plugins/flytekit-kf-mpi/setup.py @@ -4,7 +4,7 @@ microlib_name = f"flytekitplugins-{PLUGIN_NAME}" -plugin_requires = ["flytekit>=1.1.0b0,<2.0.0", "flyteidl>=0.21.4"] +plugin_requires = ["flytekit>=1.3.0b2,<2.0.0", "flyteidl>=0.21.4"] __version__ = "0.0.0+develop" diff --git a/plugins/flytekit-kf-pytorch/requirements.txt b/plugins/flytekit-kf-pytorch/requirements.txt index fc354d83bd..70cab3c8d7 100644 --- a/plugins/flytekit-kf-pytorch/requirements.txt +++ b/plugins/flytekit-kf-pytorch/requirements.txt @@ -1,34 +1,34 @@ # -# This file is autogenerated by pip-compile with python 3.7 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.9 +# by the following command: # # pip-compile requirements.in # -e file:.#egg=flytekitplugins-kfpytorch # via -r requirements.in -arrow==1.2.2 +arrow==1.2.3 # via jinja2-time binaryornot==0.4.4 # via cookiecutter -certifi==2022.6.15 +certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography -chardet==5.0.0 +chardet==5.1.0 # via binaryornot -charset-normalizer==2.1.0 +charset-normalizer==2.1.1 # via requests click==8.1.3 # via # cookiecutter # flytekit -cloudpickle==2.1.0 +cloudpickle==2.2.0 # via flytekit cookiecutter==2.1.1 # via flytekit -croniter==1.3.5 +croniter==1.3.8 # via flytekit -cryptography==37.0.4 +cryptography==38.0.4 # via # pyopenssl # secretstorage @@ -40,33 +40,34 @@ deprecated==1.2.13 # via flytekit diskcache==5.4.0 # via flytekit -docker==5.0.3 +docker==6.0.1 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.14.1 +docstring-parser==0.15 # via flytekit -flyteidl==1.1.8 +flyteidl==1.3.0 # via flytekit -flytekit==1.1.0 +flytekit==1.3.0b2 # via flytekitplugins-kfpytorch -googleapis-common-protos==1.56.3 +googleapis-common-protos==1.57.0 # via # flyteidl # grpcio-status -grpcio==1.47.0 +grpcio==1.51.1 # via # flytekit # grpcio-status -grpcio-status==1.47.0 +grpcio-status==1.51.1 # via flytekit -idna==3.3 +idna==3.4 # via requests -importlib-metadata==4.12.0 +importlib-metadata==5.1.0 # via - # click # flytekit # keyring +jaraco-classes==3.2.3 + # via keyring jeepney==0.8.0 # via # keyring @@ -77,11 +78,13 @@ jinja2==3.1.2 # jinja2-time jinja2-time==0.2.0 # via cookiecutter -keyring==23.6.0 +joblib==1.2.0 + # via flytekit +keyring==23.11.0 # via flytekit markupsafe==2.1.1 # via jinja2 -marshmallow==3.17.0 +marshmallow==3.19.0 # via # dataclasses-json # marshmallow-enum @@ -90,23 +93,25 @@ marshmallow-enum==1.5.1 # via dataclasses-json marshmallow-jsonschema==0.13.0 # via flytekit +more-itertools==9.0.0 + # via jaraco-classes mypy-extensions==0.4.3 # via typing-inspect -natsort==8.1.0 +natsort==8.2.0 # via flytekit -numpy==1.21.6 +numpy==1.23.5 # via - # flytekit # pandas # pyarrow -packaging==21.3 - # via marshmallow -pandas==1.3.5 +packaging==22.0 + # via + # docker + # marshmallow +pandas==1.5.2 # via flytekit -protobuf==3.20.2 +protobuf==4.21.11 # via # flyteidl - # flytekit # googleapis-common-protos # grpcio-status # protoc-gen-swagger @@ -114,27 +119,25 @@ protoc-gen-swagger==0.1.0 # via flyteidl py==1.11.0 # via retry -pyarrow==6.0.1 +pyarrow==10.0.1 # via flytekit pycparser==2.21 # via cffi -pyopenssl==22.0.0 +pyopenssl==22.1.0 # via flytekit -pyparsing==3.0.9 - # via packaging python-dateutil==2.8.2 # via # arrow # croniter # flytekit # pandas -python-json-logger==2.0.2 +python-json-logger==2.0.4 # via flytekit -python-slugify==6.1.2 +python-slugify==7.0.0 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2022.1 +pytz==2022.6 # via # flytekit # pandas @@ -142,7 +145,7 @@ pyyaml==6.0 # via # cookiecutter # flytekit -regex==2022.6.2 +regex==2022.10.31 # via docker-image-py requests==2.28.1 # via @@ -150,45 +153,43 @@ requests==2.28.1 # docker # flytekit # responses -responses==0.21.0 +responses==0.22.0 # via flytekit retry==0.9.2 # via flytekit -secretstorage==3.3.2 +secretstorage==3.3.3 # via keyring -singledispatchmethod==1.0 - # via flytekit six==1.16.0 - # via - # grpcio - # python-dateutil + # via python-dateutil sortedcontainers==2.4.0 # via flytekit statsd==3.3.0 # via flytekit text-unidecode==1.3 # via python-slugify -typing-extensions==4.3.0 +toml==0.10.2 + # via responses +types-toml==0.10.8.1 + # via responses +typing-extensions==4.4.0 # via - # arrow # flytekit - # importlib-metadata - # responses # typing-inspect -typing-inspect==0.7.1 +typing-inspect==0.8.0 # via dataclasses-json -urllib3==1.26.9 +urllib3==1.26.13 # via + # docker # flytekit # requests # responses -websocket-client==1.3.3 +websocket-client==1.4.2 # via docker -wheel==0.38.0 +wheel==0.38.4 # via flytekit wrapt==1.14.1 # via # deprecated # flytekit -zipp==3.8.0 +zipp==3.11.0 # via importlib-metadata diff --git a/plugins/flytekit-kf-pytorch/setup.py b/plugins/flytekit-kf-pytorch/setup.py index dc10722bd9..0fa777e453 100644 --- a/plugins/flytekit-kf-pytorch/setup.py +++ b/plugins/flytekit-kf-pytorch/setup.py @@ -4,7 +4,7 @@ microlib_name = f"flytekitplugins-{PLUGIN_NAME}" -plugin_requires = ["flytekit>=1.1.0b0,<2.0.0"] +plugin_requires = ["flytekit>=1.3.0b2,<2.0.0"] __version__ = "0.0.0+develop" diff --git a/plugins/flytekit-kf-tensorflow/requirements.txt b/plugins/flytekit-kf-tensorflow/requirements.txt index d1dc578fdf..ec1a828d1d 100644 --- a/plugins/flytekit-kf-tensorflow/requirements.txt +++ b/plugins/flytekit-kf-tensorflow/requirements.txt @@ -1,34 +1,34 @@ # -# This file is autogenerated by pip-compile with python 3.7 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.9 +# by the following command: # # pip-compile requirements.in # -e file:.#egg=flytekitplugins-kftensorflow # via -r requirements.in -arrow==1.2.2 +arrow==1.2.3 # via jinja2-time binaryornot==0.4.4 # via cookiecutter -certifi==2022.6.15 +certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography -chardet==5.0.0 +chardet==5.1.0 # via binaryornot -charset-normalizer==2.1.0 +charset-normalizer==2.1.1 # via requests click==8.1.3 # via # cookiecutter # flytekit -cloudpickle==2.1.0 +cloudpickle==2.2.0 # via flytekit cookiecutter==2.1.1 # via flytekit -croniter==1.3.5 +croniter==1.3.8 # via flytekit -cryptography==37.0.4 +cryptography==38.0.4 # via # pyopenssl # secretstorage @@ -40,33 +40,34 @@ deprecated==1.2.13 # via flytekit diskcache==5.4.0 # via flytekit -docker==5.0.3 +docker==6.0.1 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.14.1 +docstring-parser==0.15 # via flytekit -flyteidl==1.1.8 +flyteidl==1.3.0 # via flytekit -flytekit==1.1.0 +flytekit==1.3.0b2 # via flytekitplugins-kftensorflow -googleapis-common-protos==1.56.3 +googleapis-common-protos==1.57.0 # via # flyteidl # grpcio-status -grpcio==1.47.0 +grpcio==1.51.1 # via # flytekit # grpcio-status -grpcio-status==1.47.0 +grpcio-status==1.51.1 # via flytekit -idna==3.3 +idna==3.4 # via requests -importlib-metadata==4.12.0 +importlib-metadata==5.1.0 # via - # click # flytekit # keyring +jaraco-classes==3.2.3 + # via keyring jeepney==0.8.0 # via # keyring @@ -77,11 +78,13 @@ jinja2==3.1.2 # jinja2-time jinja2-time==0.2.0 # via cookiecutter -keyring==23.6.0 +joblib==1.2.0 + # via flytekit +keyring==23.11.0 # via flytekit markupsafe==2.1.1 # via jinja2 -marshmallow==3.17.0 +marshmallow==3.19.0 # via # dataclasses-json # marshmallow-enum @@ -90,23 +93,25 @@ marshmallow-enum==1.5.1 # via dataclasses-json marshmallow-jsonschema==0.13.0 # via flytekit +more-itertools==9.0.0 + # via jaraco-classes mypy-extensions==0.4.3 # via typing-inspect -natsort==8.1.0 +natsort==8.2.0 # via flytekit -numpy==1.21.6 +numpy==1.23.5 # via - # flytekit # pandas # pyarrow -packaging==21.3 - # via marshmallow -pandas==1.3.5 +packaging==22.0 + # via + # docker + # marshmallow +pandas==1.5.2 # via flytekit -protobuf==3.20.2 +protobuf==4.21.11 # via # flyteidl - # flytekit # googleapis-common-protos # grpcio-status # protoc-gen-swagger @@ -114,27 +119,25 @@ protoc-gen-swagger==0.1.0 # via flyteidl py==1.11.0 # via retry -pyarrow==6.0.1 +pyarrow==10.0.1 # via flytekit pycparser==2.21 # via cffi -pyopenssl==22.0.0 +pyopenssl==22.1.0 # via flytekit -pyparsing==3.0.9 - # via packaging python-dateutil==2.8.2 # via # arrow # croniter # flytekit # pandas -python-json-logger==2.0.2 +python-json-logger==2.0.4 # via flytekit -python-slugify==6.1.2 +python-slugify==7.0.0 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2022.1 +pytz==2022.6 # via # flytekit # pandas @@ -142,7 +145,7 @@ pyyaml==6.0 # via # cookiecutter # flytekit -regex==2022.6.2 +regex==2022.10.31 # via docker-image-py requests==2.28.1 # via @@ -150,45 +153,43 @@ requests==2.28.1 # docker # flytekit # responses -responses==0.21.0 +responses==0.22.0 # via flytekit retry==0.9.2 # via flytekit -secretstorage==3.3.2 +secretstorage==3.3.3 # via keyring -singledispatchmethod==1.0 - # via flytekit six==1.16.0 - # via - # grpcio - # python-dateutil + # via python-dateutil sortedcontainers==2.4.0 # via flytekit statsd==3.3.0 # via flytekit text-unidecode==1.3 # via python-slugify -typing-extensions==4.3.0 +toml==0.10.2 + # via responses +types-toml==0.10.8.1 + # via responses +typing-extensions==4.4.0 # via - # arrow # flytekit - # importlib-metadata - # responses # typing-inspect -typing-inspect==0.7.1 +typing-inspect==0.8.0 # via dataclasses-json -urllib3==1.26.9 +urllib3==1.26.13 # via + # docker # flytekit # requests # responses -websocket-client==1.3.3 +websocket-client==1.4.2 # via docker -wheel==0.38.0 +wheel==0.38.4 # via flytekit wrapt==1.14.1 # via # deprecated # flytekit -zipp==3.8.0 +zipp==3.11.0 # via importlib-metadata diff --git a/plugins/flytekit-kf-tensorflow/setup.py b/plugins/flytekit-kf-tensorflow/setup.py index 5ec98ea74b..056f8221a2 100644 --- a/plugins/flytekit-kf-tensorflow/setup.py +++ b/plugins/flytekit-kf-tensorflow/setup.py @@ -5,7 +5,7 @@ microlib_name = f"flytekitplugins-{PLUGIN_NAME}" # TODO: Requirements are missing, add them back in later. -plugin_requires = ["flytekit>=1.1.0b0,<2.0.0"] +plugin_requires = ["flytekit>=1.3.0b2,<2.0.0"] __version__ = "0.0.0+develop" diff --git a/plugins/flytekit-modin/requirements.txt b/plugins/flytekit-modin/requirements.txt index ffec3bce45..0b13c0443a 100644 --- a/plugins/flytekit-modin/requirements.txt +++ b/plugins/flytekit-modin/requirements.txt @@ -1,42 +1,44 @@ # -# This file is autogenerated by pip-compile with python 3.8 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.9 +# by the following command: # # pip-compile requirements.in # -e file:.#egg=flytekitplugins-modin # via -r requirements.in -aiosignal==1.2.0 +aiosignal==1.3.1 # via ray -arrow==1.2.2 +arrow==1.2.3 # via jinja2-time -attrs==21.4.0 +attrs==22.1.0 # via # jsonschema # ray binaryornot==0.4.4 # via cookiecutter -certifi==2021.10.8 +certifi==2022.12.7 # via requests -cffi==1.15.0 +cffi==1.15.1 # via cryptography -chardet==4.0.0 +chardet==5.1.0 # via binaryornot -charset-normalizer==2.0.12 +charset-normalizer==2.1.1 # via requests -click==8.1.2 +click==8.0.4 # via # cookiecutter # flytekit # ray -cloudpickle==2.0.0 +cloudpickle==2.2.0 # via flytekit cookiecutter==2.1.1 # via flytekit -croniter==1.3.4 +croniter==1.3.8 # via flytekit -cryptography==36.0.2 - # via secretstorage +cryptography==38.0.4 + # via + # pyopenssl + # secretstorage dataclasses-json==0.5.7 # via flytekit decorator==5.1.1 @@ -45,67 +47,68 @@ deprecated==1.2.13 # via flytekit diskcache==5.4.0 # via flytekit -distlib==0.3.4 +distlib==0.3.6 # via virtualenv -docker==5.0.3 +docker==6.0.1 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.13 +docstring-parser==0.15 # via flytekit -filelock==3.6.0 +filelock==3.8.2 # via # ray # virtualenv -flyteidl==1.0.1 +flyteidl==1.2.5 # via flytekit -flytekit==1.1.0b2 +flytekit==1.2.5 # via flytekitplugins-modin -frozenlist==1.3.0 +frozenlist==1.3.3 # via # aiosignal # ray -fsspec==2022.3.0 +fsspec==2022.11.0 # via # flytekitplugins-modin # modin -googleapis-common-protos==1.56.0 +googleapis-common-protos==1.57.0 # via # flyteidl # grpcio-status -grpcio==1.43.0 +grpcio==1.48.2 # via # flytekit - # flytekitplugins-modin # grpcio-status # ray -grpcio-status==1.43.0 +grpcio-status==1.48.2 + # via flytekit +idna==3.4 + # via requests +importlib-metadata==5.1.0 # via # flytekit - # flytekitplugins-modin -idna==3.3 - # via requests -importlib-metadata==4.11.3 + # keyring +jaraco-classes==3.2.3 # via keyring -importlib-resources==5.7.1 - # via jsonschema jeepney==0.8.0 # via # keyring # secretstorage -jinja2==3.1.1 +jinja2==3.1.2 # via # cookiecutter # jinja2-time jinja2-time==0.2.0 # via cookiecutter -jsonschema==4.4.0 +joblib==1.2.0 + # via flytekit +jsonschema==4.17.3 # via ray -keyring==23.5.0 +keyring==23.11.0 # via flytekit markupsafe==2.1.1 # via jinja2 -marshmallow==3.15.0 +marshmallow==3.19.0 # via # dataclasses-json # marshmallow-enum @@ -114,33 +117,34 @@ marshmallow-enum==1.5.1 # via dataclasses-json marshmallow-jsonschema==0.13.0 # via flytekit -modin==0.14.0 +modin==0.17.1 # via flytekitplugins-modin -msgpack==1.0.3 +more-itertools==9.0.0 + # via jaraco-classes +msgpack==1.0.4 # via ray mypy-extensions==0.4.3 # via typing-inspect -natsort==8.1.0 +natsort==8.2.0 # via flytekit -numpy==1.22.3 +numpy==1.23.5 # via # modin # pandas # pyarrow # ray -packaging==21.3 +packaging==22.0 # via + # docker # marshmallow # modin -pandas==1.4.1 +pandas==1.5.2 # via # flytekit # modin -platformdirs==2.5.2 +platformdirs==2.6.0 # via virtualenv -poyo==0.5.0 - # via cookiecutter -protobuf==3.20.2 +protobuf==3.20.3 # via # flyteidl # flytekit @@ -150,15 +154,17 @@ protobuf==3.20.2 # ray protoc-gen-swagger==0.1.0 # via flyteidl +psutil==5.9.4 + # via modin py==1.11.0 # via retry -pyarrow==6.0.1 +pyarrow==10.0.1 # via flytekit pycparser==2.21 # via cffi -pyparsing==3.0.8 - # via packaging -pyrsistent==0.18.1 +pyopenssl==22.1.0 + # via flytekit +pyrsistent==0.19.2 # via jsonschema python-dateutil==2.8.2 # via @@ -166,71 +172,73 @@ python-dateutil==2.8.2 # croniter # flytekit # pandas -python-json-logger==2.0.2 +python-json-logger==2.0.4 # via flytekit -python-slugify==6.1.1 +python-slugify==7.0.0 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2022.1 +pytz==2022.6 # via # flytekit # pandas pyyaml==6.0 # via + # cookiecutter # flytekit # ray -ray==1.12.0 +ray==2.1.0 # via flytekitplugins-modin -regex==2022.3.15 +regex==2022.10.31 # via docker-image-py -requests==2.27.1 +requests==2.28.1 # via # cookiecutter # docker # flytekit # ray # responses -responses==0.20.0 +responses==0.22.0 # via flytekit retry==0.9.2 # via flytekit -secretstorage==3.3.2 +secretstorage==3.3.3 # via keyring six==1.16.0 # via - # cookiecutter # grpcio # python-dateutil - # virtualenv sortedcontainers==2.4.0 # via flytekit statsd==3.3.0 # via flytekit text-unidecode==1.3 # via python-slugify -typing-extensions==4.2.0 +toml==0.10.2 + # via responses +types-toml==0.10.8.1 + # via responses +typing-extensions==4.4.0 # via # flytekit # typing-inspect -typing-inspect==0.7.1 +typing-inspect==0.8.0 # via dataclasses-json -urllib3==1.26.9 +urllib3==1.26.13 # via + # docker # flytekit # requests # responses -virtualenv==20.14.1 +virtualenv==20.17.1 # via ray -websocket-client==1.3.2 +websocket-client==1.4.2 # via docker -wheel==0.38.0 +wheel==0.38.4 # via flytekit -wrapt==1.14.0 +wrapt==1.14.1 # via # deprecated # flytekit -zipp==3.8.0 - # via - # importlib-metadata - # importlib-resources +zipp==3.11.0 + # via importlib-metadata diff --git a/plugins/flytekit-modin/setup.py b/plugins/flytekit-modin/setup.py index 46c5dbc02e..bdb765e795 100644 --- a/plugins/flytekit-modin/setup.py +++ b/plugins/flytekit-modin/setup.py @@ -5,12 +5,10 @@ microlib_name = f"flytekitplugins-{PLUGIN_NAME}" plugin_requires = [ - "flytekit>=1.1.0b0,<2.0.0", + "flytekit<1.3.0b2,<2.0.0", "modin>=0.13.0", "fsspec", "ray", - "grpcio<=1.43.0", - "grpcio-status<=1.43.0", ] __version__ = "0.0.0+develop" diff --git a/plugins/flytekit-onnx-pytorch/requirements.txt b/plugins/flytekit-onnx-pytorch/requirements.txt index 7a4bdea79b..af0708cae2 100644 --- a/plugins/flytekit-onnx-pytorch/requirements.txt +++ b/plugins/flytekit-onnx-pytorch/requirements.txt @@ -1,35 +1,39 @@ # -# This file is autogenerated by pip-compile with python 3.9 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.9 +# by the following command: # # pip-compile requirements.in # -e file:.#egg=flytekitplugins-onnxpytorch # via -r requirements.in -arrow==1.2.2 +arrow==1.2.3 # via jinja2-time binaryornot==0.4.4 # via cookiecutter -certifi==2022.6.15 +certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography -chardet==5.0.0 +chardet==5.1.0 # via binaryornot -charset-normalizer==2.1.0 +charset-normalizer==2.1.1 # via requests click==8.1.3 # via # cookiecutter # flytekit -cloudpickle==2.1.0 +cloudpickle==2.2.0 # via flytekit +coloredlogs==15.0.1 + # via onnxruntime cookiecutter==2.1.1 # via flytekit -croniter==1.3.5 +croniter==1.3.8 # via flytekit -cryptography==37.0.4 - # via pyopenssl +cryptography==38.0.4 + # via + # pyopenssl + # secretstorage dataclasses-json==0.5.7 # via flytekit decorator==5.1.1 @@ -38,45 +42,55 @@ deprecated==1.2.13 # via flytekit diskcache==5.4.0 # via flytekit -docker==5.0.3 +docker==6.0.1 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.14.1 +docstring-parser==0.15 # via flytekit -flatbuffers==2.0 +flatbuffers==22.12.6 # via onnxruntime -flyteidl==1.1.8 +flyteidl==1.3.0 # via flytekit -flytekit==1.1.0 +flytekit==1.3.0b2 # via flytekitplugins-onnxpytorch -googleapis-common-protos==1.56.3 +googleapis-common-protos==1.57.0 # via # flyteidl # grpcio-status -grpcio==1.47.0 +grpcio==1.51.1 # via # flytekit # grpcio-status -grpcio-status==1.47.0 +grpcio-status==1.51.1 # via flytekit -idna==3.3 +humanfriendly==10.0 + # via coloredlogs +idna==3.4 # via requests -importlib-metadata==4.12.0 +importlib-metadata==5.1.0 # via # flytekit # keyring +jaraco-classes==3.2.3 + # via keyring +jeepney==0.8.0 + # via + # keyring + # secretstorage jinja2==3.1.2 # via # cookiecutter # jinja2-time jinja2-time==0.2.0 # via cookiecutter -keyring==23.6.0 +joblib==1.2.0 + # via flytekit +keyring==23.11.0 # via flytekit markupsafe==2.1.1 # via jinja2 -marshmallow==3.17.0 +marshmallow==3.19.0 # via # dataclasses-json # marshmallow-enum @@ -85,30 +99,46 @@ marshmallow-enum==1.5.1 # via dataclasses-json marshmallow-jsonschema==0.13.0 # via flytekit +more-itertools==9.0.0 + # via jaraco-classes +mpmath==1.2.1 + # via sympy mypy-extensions==0.4.3 # via typing-inspect -natsort==8.1.0 +natsort==8.2.0 # via flytekit -numpy==1.23.0 +numpy==1.23.5 # via # onnxruntime # pandas # pyarrow # torchvision -onnxruntime==1.11.1 +nvidia-cublas-cu11==11.10.3.66 + # via + # nvidia-cudnn-cu11 + # torch +nvidia-cuda-nvrtc-cu11==11.7.99 + # via torch +nvidia-cuda-runtime-cu11==11.7.99 + # via torch +nvidia-cudnn-cu11==8.5.0.96 + # via torch +onnxruntime==1.13.1 # via -r requirements.in -packaging==21.3 - # via marshmallow -pandas==1.4.3 +packaging==22.0 + # via + # docker + # marshmallow + # onnxruntime +pandas==1.5.2 # via flytekit -pillow==9.2.0 +pillow==9.3.0 # via # -r requirements.in # torchvision -protobuf==3.20.2 +protobuf==4.21.11 # via # flyteidl - # flytekit # googleapis-common-protos # grpcio-status # onnxruntime @@ -117,27 +147,25 @@ protoc-gen-swagger==0.1.0 # via flyteidl py==1.11.0 # via retry -pyarrow==6.0.1 +pyarrow==10.0.1 # via flytekit pycparser==2.21 # via cffi -pyopenssl==22.0.0 +pyopenssl==22.1.0 # via flytekit -pyparsing==3.0.9 - # via packaging python-dateutil==2.8.2 # via # arrow # croniter # flytekit # pandas -python-json-logger==2.0.2 +python-json-logger==2.0.4 # via flytekit -python-slugify==6.1.2 +python-slugify==7.0.0 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2022.1 +pytz==2022.6 # via # flytekit # pandas @@ -145,7 +173,7 @@ pyyaml==6.0 # via # cookiecutter # flytekit -regex==2022.6.2 +regex==2022.10.31 # via docker-image-py requests==2.28.1 # via @@ -154,46 +182,59 @@ requests==2.28.1 # flytekit # responses # torchvision -responses==0.21.0 +responses==0.22.0 # via flytekit retry==0.9.2 # via flytekit +secretstorage==3.3.3 + # via keyring six==1.16.0 - # via - # grpcio - # python-dateutil + # via python-dateutil sortedcontainers==2.4.0 # via flytekit statsd==3.3.0 # via flytekit +sympy==1.11.1 + # via onnxruntime text-unidecode==1.3 # via python-slugify -torch==1.12.0 +toml==0.10.2 + # via responses +torch==1.13.0 # via # flytekitplugins-onnxpytorch # torchvision -torchvision==0.13.0 +torchvision==0.14.0 # via -r requirements.in -typing-extensions==4.3.0 +types-toml==0.10.8.1 + # via responses +typing-extensions==4.4.0 # via # flytekit # torch # torchvision # typing-inspect -typing-inspect==0.7.1 +typing-inspect==0.8.0 # via dataclasses-json -urllib3==1.26.10 +urllib3==1.26.13 # via + # docker # flytekit # requests # responses -websocket-client==1.3.3 +websocket-client==1.4.2 # via docker -wheel==0.38.0 - # via flytekit +wheel==0.38.4 + # via + # flytekit + # nvidia-cublas-cu11 + # nvidia-cuda-runtime-cu11 wrapt==1.14.1 # via # deprecated # flytekit -zipp==3.8.0 +zipp==3.11.0 # via importlib-metadata + +# The following packages are considered to be unsafe in a requirements file: +# setuptools diff --git a/plugins/flytekit-onnx-pytorch/setup.py b/plugins/flytekit-onnx-pytorch/setup.py index 0642054565..e380e5a579 100644 --- a/plugins/flytekit-onnx-pytorch/setup.py +++ b/plugins/flytekit-onnx-pytorch/setup.py @@ -4,7 +4,7 @@ microlib_name = f"flytekitplugins-{PLUGIN_NAME}" -plugin_requires = ["flytekit>=1.1.0b0,<2.0.0", "torch>=1.11.0"] +plugin_requires = ["flytekit>=1.3.0b2,<2.0.0", "torch>=1.11.0"] __version__ = "0.0.0+develop" diff --git a/plugins/flytekit-onnx-scikitlearn/requirements.txt b/plugins/flytekit-onnx-scikitlearn/requirements.txt index 86c474c8b4..d0edb5130c 100644 --- a/plugins/flytekit-onnx-scikitlearn/requirements.txt +++ b/plugins/flytekit-onnx-scikitlearn/requirements.txt @@ -1,35 +1,39 @@ # -# This file is autogenerated by pip-compile with python 3.9 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.9 +# by the following command: # # pip-compile requirements.in # -e file:.#egg=flytekitplugins-onnxscikitlearn # via -r requirements.in -arrow==1.2.2 +arrow==1.2.3 # via jinja2-time binaryornot==0.4.4 # via cookiecutter -certifi==2022.6.15 +certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography -chardet==5.0.0 +chardet==5.1.0 # via binaryornot -charset-normalizer==2.1.0 +charset-normalizer==2.1.1 # via requests click==8.1.3 # via # cookiecutter # flytekit -cloudpickle==2.1.0 +cloudpickle==2.2.0 # via flytekit +coloredlogs==15.0.1 + # via onnxruntime cookiecutter==2.1.1 # via flytekit -croniter==1.3.5 +croniter==1.3.8 # via flytekit -cryptography==37.0.4 - # via pyopenssl +cryptography==38.0.4 + # via + # pyopenssl + # secretstorage dataclasses-json==0.5.7 # via flytekit decorator==5.1.1 @@ -38,47 +42,57 @@ deprecated==1.2.13 # via flytekit diskcache==5.4.0 # via flytekit -docker==5.0.3 +docker==6.0.1 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.14.1 +docstring-parser==0.15 # via flytekit -flatbuffers==2.0 +flatbuffers==22.12.6 # via onnxruntime -flyteidl==1.1.8 +flyteidl==1.2.5 # via flytekit -flytekit==1.1.0 +flytekit==1.2.5 # via flytekitplugins-onnxscikitlearn -googleapis-common-protos==1.56.3 +googleapis-common-protos==1.57.0 # via # flyteidl # grpcio-status -grpcio==1.47.0 +grpcio==1.48.2 # via # flytekit # grpcio-status -grpcio-status==1.47.0 +grpcio-status==1.48.2 # via flytekit -idna==3.3 +humanfriendly==10.0 + # via coloredlogs +idna==3.4 # via requests -importlib-metadata==4.12.0 +importlib-metadata==5.1.0 # via # flytekit # keyring +jaraco-classes==3.2.3 + # via keyring +jeepney==0.8.0 + # via + # keyring + # secretstorage jinja2==3.1.2 # via # cookiecutter # jinja2-time jinja2-time==0.2.0 # via cookiecutter -joblib==1.1.0 - # via scikit-learn -keyring==23.6.0 +joblib==1.2.0 + # via + # flytekit + # scikit-learn +keyring==23.11.0 # via flytekit markupsafe==2.1.1 # via jinja2 -marshmallow==3.17.0 +marshmallow==3.19.0 # via # dataclasses-json # marshmallow-enum @@ -87,11 +101,15 @@ marshmallow-enum==1.5.1 # via dataclasses-json marshmallow-jsonschema==0.13.0 # via flytekit +more-itertools==9.0.0 + # via jaraco-classes +mpmath==1.2.1 + # via sympy mypy-extensions==0.4.3 # via typing-inspect -natsort==8.1.0 +natsort==8.2.0 # via flytekit -numpy==1.23.0 +numpy==1.23.5 # via # onnx # onnxconverter-common @@ -105,15 +123,19 @@ onnx==1.12.0 # via # onnxconverter-common # skl2onnx -onnxconverter-common==1.9.0 +onnxconverter-common==1.13.0 # via skl2onnx -onnxruntime==1.11.1 +onnxruntime==1.13.1 # via -r requirements.in -packaging==21.3 - # via marshmallow -pandas==1.4.3 +packaging==22.0 + # via + # docker + # marshmallow + # onnxconverter-common + # onnxruntime +pandas==1.5.2 # via flytekit -protobuf==3.19.5 +protobuf==3.19.6 # via # flyteidl # flytekit @@ -128,27 +150,25 @@ protoc-gen-swagger==0.1.0 # via flyteidl py==1.11.0 # via retry -pyarrow==6.0.1 +pyarrow==10.0.1 # via flytekit pycparser==2.21 # via cffi -pyopenssl==22.0.0 +pyopenssl==22.1.0 # via flytekit -pyparsing==3.0.9 - # via packaging python-dateutil==2.8.2 # via # arrow # croniter # flytekit # pandas -python-json-logger==2.0.2 +python-json-logger==2.0.4 # via flytekit -python-slugify==6.1.2 +python-slugify==7.0.0 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2022.1 +pytz==2022.6 # via # flytekit # pandas @@ -156,7 +176,7 @@ pyyaml==6.0 # via # cookiecutter # flytekit -regex==2022.6.2 +regex==2022.10.31 # via docker-image-py requests==2.28.1 # via @@ -164,49 +184,58 @@ requests==2.28.1 # docker # flytekit # responses -responses==0.21.0 +responses==0.22.0 # via flytekit retry==0.9.2 # via flytekit scikit-learn==1.1.1 # via skl2onnx -scipy==1.8.1 +scipy==1.9.3 # via # scikit-learn # skl2onnx +secretstorage==3.3.3 + # via keyring six==1.16.0 # via # grpcio # python-dateutil -skl2onnx==1.11.2 +skl2onnx==1.13 # via flytekitplugins-onnxscikitlearn sortedcontainers==2.4.0 # via flytekit statsd==3.3.0 # via flytekit +sympy==1.11.1 + # via onnxruntime text-unidecode==1.3 # via python-slugify threadpoolctl==3.1.0 # via scikit-learn -typing-extensions==4.3.0 +toml==0.10.2 + # via responses +types-toml==0.10.8.1 + # via responses +typing-extensions==4.4.0 # via # flytekit # onnx # typing-inspect -typing-inspect==0.7.1 +typing-inspect==0.8.0 # via dataclasses-json -urllib3==1.26.10 +urllib3==1.26.13 # via + # docker # flytekit # requests # responses -websocket-client==1.3.3 +websocket-client==1.4.2 # via docker -wheel==0.38.0 +wheel==0.38.4 # via flytekit wrapt==1.14.1 # via # deprecated # flytekit -zipp==3.8.0 +zipp==3.11.0 # via importlib-metadata diff --git a/plugins/flytekit-onnx-scikitlearn/setup.py b/plugins/flytekit-onnx-scikitlearn/setup.py index 46a2bceaf7..04b92d1b96 100644 --- a/plugins/flytekit-onnx-scikitlearn/setup.py +++ b/plugins/flytekit-onnx-scikitlearn/setup.py @@ -4,7 +4,7 @@ microlib_name = f"flytekitplugins-{PLUGIN_NAME}" -plugin_requires = ["flytekit>=1.1.0b0,<2.0.0", "skl2onnx>=1.10.3"] +plugin_requires = ["flytekit<1.3.0b2,<2.0.0", "skl2onnx>=1.10.3"] __version__ = "0.0.0+develop" diff --git a/plugins/flytekit-onnx-tensorflow/setup.py b/plugins/flytekit-onnx-tensorflow/furloughed_setup.py similarity index 94% rename from plugins/flytekit-onnx-tensorflow/setup.py rename to plugins/flytekit-onnx-tensorflow/furloughed_setup.py index 53d35e7fbd..c5e12d8ea0 100644 --- a/plugins/flytekit-onnx-tensorflow/setup.py +++ b/plugins/flytekit-onnx-tensorflow/furloughed_setup.py @@ -4,7 +4,7 @@ microlib_name = f"flytekitplugins-{PLUGIN_NAME}" -plugin_requires = ["flytekit>=1.1.0b0,<2.0.0", "tf2onnx>=1.9.3", "tensorflow>=2.7.0"] +plugin_requires = ["flytekit>=1.3.0b2,<2.0.0", "tf2onnx>=1.9.3", "tensorflow>=2.7.0"] __version__ = "0.0.0+develop" diff --git a/plugins/flytekit-onnx-tensorflow/requirements.txt b/plugins/flytekit-onnx-tensorflow/requirements.txt index b25b24fe1e..f0ccdaabfb 100644 --- a/plugins/flytekit-onnx-tensorflow/requirements.txt +++ b/plugins/flytekit-onnx-tensorflow/requirements.txt @@ -1,16 +1,16 @@ # -# This file is autogenerated by pip-compile with python 3.9 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.9 +# by the following command: # # pip-compile requirements.in # -e file:.#egg=flytekitplugins-onnxtensorflow # via -r requirements.in -absl-py==1.1.0 +absl-py==1.3.0 # via # tensorboard # tensorflow -arrow==1.2.2 +arrow==1.2.3 # via jinja2-time astunparse==1.6.3 # via tensorflow @@ -18,26 +18,30 @@ binaryornot==0.4.4 # via cookiecutter cachetools==5.2.0 # via google-auth -certifi==2022.6.15 +certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography -chardet==5.0.0 +chardet==5.1.0 # via binaryornot -charset-normalizer==2.1.0 +charset-normalizer==2.1.1 # via requests click==8.1.3 # via # cookiecutter # flytekit -cloudpickle==2.1.0 +cloudpickle==2.2.0 # via flytekit +coloredlogs==15.0.1 + # via onnxruntime cookiecutter==2.1.1 # via flytekit -croniter==1.3.5 +croniter==1.3.8 # via flytekit -cryptography==37.0.4 - # via pyopenssl +cryptography==38.0.4 + # via + # pyopenssl + # secretstorage dataclasses-json==0.5.7 # via flytekit decorator==5.1.1 @@ -46,24 +50,24 @@ deprecated==1.2.13 # via flytekit diskcache==5.4.0 # via flytekit -docker==5.0.3 +docker==6.0.1 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.14.1 +docstring-parser==0.15 # via flytekit -flatbuffers==1.12 +flatbuffers==2.0.7 # via # onnxruntime # tensorflow # tf2onnx -flyteidl==1.1.8 +flyteidl==1.2.5 # via flytekit -flytekit==1.1.0 +flytekit==1.2.5 # via flytekitplugins-onnxtensorflow gast==0.4.0 # via tensorflow -google-auth==2.9.0 +google-auth==2.15.0 # via # google-auth-oauthlib # tensorboard @@ -71,46 +75,56 @@ google-auth-oauthlib==0.4.6 # via tensorboard google-pasta==0.2.0 # via tensorflow -googleapis-common-protos==1.56.3 +googleapis-common-protos==1.57.0 # via # flyteidl # grpcio-status -grpcio==1.47.0 +grpcio==1.48.2 # via # flytekit # grpcio-status # tensorboard # tensorflow -grpcio-status==1.47.0 +grpcio-status==1.48.2 # via flytekit h5py==3.7.0 # via tensorflow -idna==3.3 +humanfriendly==10.0 + # via coloredlogs +idna==3.4 # via requests -importlib-metadata==4.12.0 +importlib-metadata==5.1.0 # via # flytekit # keyring # markdown +jaraco-classes==3.2.3 + # via keyring +jeepney==0.8.0 + # via + # keyring + # secretstorage jinja2==3.1.2 # via # cookiecutter # jinja2-time jinja2-time==0.2.0 # via cookiecutter -keras==2.9.0 - # via tensorflow -keras-preprocessing==1.1.2 +joblib==1.2.0 + # via flytekit +keras==2.11.0 # via tensorflow -keyring==23.6.0 +keyring==23.11.0 # via flytekit -libclang==14.0.1 +libclang==14.0.6 # via tensorflow -markdown==3.3.7 +markdown==3.4.1 # via tensorboard markupsafe==2.1.1 - # via jinja2 -marshmallow==3.17.0 + # via + # jinja2 + # werkzeug +marshmallow==3.19.0 # via # dataclasses-json # marshmallow-enum @@ -119,14 +133,17 @@ marshmallow-enum==1.5.1 # via dataclasses-json marshmallow-jsonschema==0.13.0 # via flytekit +more-itertools==9.0.0 + # via jaraco-classes +mpmath==1.2.1 + # via sympy mypy-extensions==0.4.3 # via typing-inspect -natsort==8.1.0 +natsort==8.2.0 # via flytekit -numpy==1.23.0 +numpy==1.23.5 # via # h5py - # keras-preprocessing # onnx # onnxruntime # opt-einsum @@ -135,23 +152,25 @@ numpy==1.23.0 # tensorboard # tensorflow # tf2onnx -oauthlib==3.2.0 +oauthlib==3.2.2 # via requests-oauthlib onnx==1.12.0 # via tf2onnx -onnxruntime==1.11.1 +onnxruntime==1.13.1 # via -r requirements.in opt-einsum==3.3.0 # via tensorflow -packaging==21.3 +packaging==22.0 # via + # docker # marshmallow + # onnxruntime # tensorflow -pandas==1.4.3 +pandas==1.5.2 # via flytekit -pillow==9.2.0 +pillow==9.3.0 # via -r requirements.in -protobuf==3.19.5 +protobuf==3.19.6 # via # flyteidl # flytekit @@ -166,7 +185,7 @@ protoc-gen-swagger==0.1.0 # via flyteidl py==1.11.0 # via retry -pyarrow==6.0.1 +pyarrow==10.0.1 # via flytekit pyasn1==0.4.8 # via @@ -176,23 +195,21 @@ pyasn1-modules==0.2.8 # via google-auth pycparser==2.21 # via cffi -pyopenssl==22.0.0 +pyopenssl==22.1.0 # via flytekit -pyparsing==3.0.9 - # via packaging python-dateutil==2.8.2 # via # arrow # croniter # flytekit # pandas -python-json-logger==2.0.2 +python-json-logger==2.0.4 # via flytekit -python-slugify==6.1.2 +python-slugify==7.0.0 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2022.1 +pytz==2022.6 # via # flytekit # pandas @@ -200,7 +217,7 @@ pyyaml==6.0 # via # cookiecutter # flytekit -regex==2022.6.2 +regex==2022.10.31 # via docker-image-py requests==2.28.1 # via @@ -213,19 +230,20 @@ requests==2.28.1 # tf2onnx requests-oauthlib==1.3.1 # via google-auth-oauthlib -responses==0.21.0 +responses==0.22.0 # via flytekit retry==0.9.2 # via flytekit -rsa==4.8 +rsa==4.9 # via google-auth +secretstorage==3.3.3 + # via keyring six==1.16.0 # via # astunparse # google-auth # google-pasta # grpcio - # keras-preprocessing # python-dateutil # tensorflow # tf2onnx @@ -233,42 +251,49 @@ sortedcontainers==2.4.0 # via flytekit statsd==3.3.0 # via flytekit -tensorboard==2.9.1 +sympy==1.11.1 + # via onnxruntime +tensorboard==2.11.0 # via tensorflow tensorboard-data-server==0.6.1 # via tensorboard tensorboard-plugin-wit==1.8.1 # via tensorboard -tensorflow==2.9.1 +tensorflow==2.11.0 # via flytekitplugins-onnxtensorflow -tensorflow-estimator==2.9.0 +tensorflow-estimator==2.11.0 # via tensorflow -tensorflow-io-gcs-filesystem==0.26.0 +tensorflow-io-gcs-filesystem==0.28.0 # via tensorflow -termcolor==1.1.0 +termcolor==2.1.1 # via tensorflow text-unidecode==1.3 # via python-slugify -tf2onnx==1.11.1 +tf2onnx==1.13.0 # via flytekitplugins-onnxtensorflow -typing-extensions==4.3.0 +toml==0.10.2 + # via responses +types-toml==0.10.8.1 + # via responses +typing-extensions==4.4.0 # via # flytekit # onnx # tensorflow # typing-inspect -typing-inspect==0.7.1 +typing-inspect==0.8.0 # via dataclasses-json -urllib3==1.26.9 +urllib3==1.26.13 # via + # docker # flytekit # requests # responses -websocket-client==1.3.3 +websocket-client==1.4.2 # via docker -werkzeug==2.1.2 +werkzeug==2.2.2 # via tensorboard -wheel==0.38.0 +wheel==0.38.4 # via # astunparse # flytekit @@ -278,7 +303,7 @@ wrapt==1.14.1 # deprecated # flytekit # tensorflow -zipp==3.8.0 +zipp==3.11.0 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: diff --git a/plugins/flytekit-pandera/requirements.txt b/plugins/flytekit-pandera/requirements.txt index fe8ed5c840..df0e8abf48 100644 --- a/plugins/flytekit-pandera/requirements.txt +++ b/plugins/flytekit-pandera/requirements.txt @@ -1,34 +1,34 @@ # -# This file is autogenerated by pip-compile with python 3.7 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.9 +# by the following command: # # pip-compile requirements.in # -e file:.#egg=flytekitplugins-pandera # via -r requirements.in -arrow==1.2.2 +arrow==1.2.3 # via jinja2-time binaryornot==0.4.4 # via cookiecutter -certifi==2022.6.15 +certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography -chardet==5.0.0 +chardet==5.1.0 # via binaryornot -charset-normalizer==2.1.0 +charset-normalizer==2.1.1 # via requests click==8.1.3 # via # cookiecutter # flytekit -cloudpickle==2.1.0 +cloudpickle==2.2.0 # via flytekit cookiecutter==2.1.1 # via flytekit -croniter==1.3.5 +croniter==1.3.8 # via flytekit -cryptography==37.0.4 +cryptography==38.0.4 # via # pyopenssl # secretstorage @@ -40,33 +40,34 @@ deprecated==1.2.13 # via flytekit diskcache==5.4.0 # via flytekit -docker==5.0.3 +docker==6.0.1 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.14.1 +docstring-parser==0.15 # via flytekit -flyteidl==1.1.8 +flyteidl==1.3.0 # via flytekit -flytekit==1.1.0 +flytekit==1.3.0b2 # via flytekitplugins-pandera -googleapis-common-protos==1.56.3 +googleapis-common-protos==1.57.0 # via # flyteidl # grpcio-status -grpcio==1.47.0 +grpcio==1.51.1 # via # flytekit # grpcio-status -grpcio-status==1.47.0 +grpcio-status==1.51.1 # via flytekit -idna==3.3 +idna==3.4 # via requests -importlib-metadata==4.12.0 +importlib-metadata==5.1.0 # via - # click # flytekit # keyring +jaraco-classes==3.2.3 + # via keyring jeepney==0.8.0 # via # keyring @@ -77,11 +78,13 @@ jinja2==3.1.2 # jinja2-time jinja2-time==0.2.0 # via cookiecutter -keyring==23.6.0 +joblib==1.2.0 + # via flytekit +keyring==23.11.0 # via flytekit markupsafe==2.1.1 # via jinja2 -marshmallow==3.17.0 +marshmallow==3.19.0 # via # dataclasses-json # marshmallow-enum @@ -90,30 +93,31 @@ marshmallow-enum==1.5.1 # via dataclasses-json marshmallow-jsonschema==0.13.0 # via flytekit +more-itertools==9.0.0 + # via jaraco-classes mypy-extensions==0.4.3 # via typing-inspect -natsort==8.1.0 +natsort==8.2.0 # via flytekit -numpy==1.21.6 +numpy==1.23.5 # via - # flytekit # pandas # pandera # pyarrow -packaging==21.3 +packaging==22.0 # via + # docker # marshmallow # pandera -pandas==1.3.5 +pandas==1.5.2 # via # flytekit # pandera -pandera==0.9.0 +pandera==0.13.4 # via flytekitplugins-pandera -protobuf==3.20.2 +protobuf==4.21.11 # via # flyteidl - # flytekit # googleapis-common-protos # grpcio-status # protoc-gen-swagger @@ -121,31 +125,27 @@ protoc-gen-swagger==0.1.0 # via flyteidl py==1.11.0 # via retry -pyarrow==6.0.1 - # via - # flytekit - # pandera +pyarrow==10.0.1 + # via flytekit pycparser==2.21 # via cffi -pydantic==1.9.1 +pydantic==1.10.2 # via pandera -pyopenssl==22.0.0 +pyopenssl==22.1.0 # via flytekit -pyparsing==3.0.9 - # via packaging python-dateutil==2.8.2 # via # arrow # croniter # flytekit # pandas -python-json-logger==2.0.2 +python-json-logger==2.0.4 # via flytekit -python-slugify==6.1.2 +python-slugify==7.0.0 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2022.1 +pytz==2022.6 # via # flytekit # pandas @@ -153,7 +153,7 @@ pyyaml==6.0 # via # cookiecutter # flytekit -regex==2022.6.2 +regex==2022.10.31 # via docker-image-py requests==2.28.1 # via @@ -161,50 +161,47 @@ requests==2.28.1 # docker # flytekit # responses -responses==0.21.0 +responses==0.22.0 # via flytekit retry==0.9.2 # via flytekit -secretstorage==3.3.2 +secretstorage==3.3.3 # via keyring -singledispatchmethod==1.0 - # via flytekit six==1.16.0 - # via - # grpcio - # python-dateutil + # via python-dateutil sortedcontainers==2.4.0 # via flytekit statsd==3.3.0 # via flytekit text-unidecode==1.3 # via python-slugify -typing-extensions==4.3.0 +toml==0.10.2 + # via responses +types-toml==0.10.8.1 + # via responses +typing-extensions==4.4.0 # via - # arrow # flytekit - # importlib-metadata - # pandera # pydantic - # responses # typing-inspect -typing-inspect==0.7.1 +typing-inspect==0.8.0 # via # dataclasses-json # pandera -urllib3==1.26.9 +urllib3==1.26.13 # via + # docker # flytekit # requests # responses -websocket-client==1.3.3 +websocket-client==1.4.2 # via docker -wheel==0.38.0 +wheel==0.38.4 # via flytekit wrapt==1.14.1 # via # deprecated # flytekit # pandera -zipp==3.8.0 +zipp==3.11.0 # via importlib-metadata diff --git a/plugins/flytekit-pandera/setup.py b/plugins/flytekit-pandera/setup.py index 0625c138d2..3ac46e8ea0 100644 --- a/plugins/flytekit-pandera/setup.py +++ b/plugins/flytekit-pandera/setup.py @@ -4,7 +4,7 @@ microlib_name = f"flytekitplugins-{PLUGIN_NAME}" -plugin_requires = ["flytekit>=1.1.0b0,<2.0.0", "pandera>=0.7.1"] +plugin_requires = ["flytekit>=1.3.0b2,<2.0.0", "pandera>=0.7.1"] __version__ = "0.0.0+develop" diff --git a/plugins/flytekit-papermill/dev-requirements.in b/plugins/flytekit-papermill/dev-requirements.in index 15889bb4ce..d059421893 100644 --- a/plugins/flytekit-papermill/dev-requirements.in +++ b/plugins/flytekit-papermill/dev-requirements.in @@ -1,3 +1,3 @@ -flyteidl>=1.0.0 -flytekitplugins-pod==v1.2.0b0 -git+https://github.com/flyteorg/flytekit@master#egg=flytekitplugins-spark&subdirectory=plugins/flytekit-spark +flyteidl>=1.3.0 +-e file:../../.#egg=flytekitplugins-pod&subdirectory=plugins/flytekit-k8s-pod +-e file:../../.#egg=flytekitplugins-spark&subdirectory=plugins/flytekit-spark diff --git a/plugins/flytekit-papermill/dev-requirements.txt b/plugins/flytekit-papermill/dev-requirements.txt index d714377ad9..d357e2e2f5 100644 --- a/plugins/flytekit-papermill/dev-requirements.txt +++ b/plugins/flytekit-papermill/dev-requirements.txt @@ -1,38 +1,44 @@ # -# This file is autogenerated by pip-compile with python 3.9 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.9 +# by the following command: # # pip-compile dev-requirements.in # -arrow==1.2.1 +-e file:../../.#egg=flytekitplugins-pod&subdirectory=plugins/flytekit-k8s-pod + # via -r dev-requirements.in +-e file:../../.#egg=flytekitplugins-spark&subdirectory=plugins/flytekit-spark + # via -r dev-requirements.in +arrow==1.2.3 # via jinja2-time binaryornot==0.4.4 # via cookiecutter cachetools==5.2.0 # via google-auth -certifi==2021.10.8 +certifi==2022.12.7 # via # kubernetes # requests cffi==1.15.1 # via cryptography -chardet==4.0.0 +chardet==5.1.0 # via binaryornot -charset-normalizer==2.0.10 +charset-normalizer==2.1.1 # via requests -click==7.1.2 +click==8.1.3 # via # cookiecutter # flytekit -cloudpickle==2.0.0 +cloudpickle==2.2.0 # via flytekit cookiecutter==2.1.1 # via flytekit -croniter==1.2.0 +croniter==1.3.8 # via flytekit -cryptography==37.0.4 - # via secretstorage -dataclasses-json==0.5.6 +cryptography==38.0.4 + # via + # pyopenssl + # secretstorage +dataclasses-json==0.5.7 # via flytekit decorator==5.1.1 # via retry @@ -40,57 +46,59 @@ deprecated==1.2.13 # via flytekit diskcache==5.4.0 # via flytekit -docker==5.0.3 +docker==6.0.1 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.13 +docstring-parser==0.15 # via flytekit -flyteidl==1.0.0.post1 +flyteidl==1.3.0 # via # -r dev-requirements.in # flytekit -flytekit==1.1.0b0 +flytekit==1.3.0b2 # via # flytekitplugins-pod # flytekitplugins-spark -flytekitplugins-pod==v1.2.0b0 - # via -r dev-requirements.in -flytekitplugins-spark @ git+https://github.com/flyteorg/flytekit@master#subdirectory=plugins/flytekit-spark - # via -r dev-requirements.in -google-auth==2.11.0 +google-auth==2.15.0 # via kubernetes -googleapis-common-protos==1.55.0 +googleapis-common-protos==1.57.0 # via # flyteidl # grpcio-status -grpcio==1.47.0 +grpcio==1.51.1 # via # flytekit # grpcio-status -grpcio-status==1.47.0 +grpcio-status==1.51.1 # via flytekit -idna==3.3 +idna==3.4 # via requests -importlib-metadata==4.10.1 +importlib-metadata==5.1.0 + # via + # flytekit + # keyring +jaraco-classes==3.2.3 # via keyring jeepney==0.8.0 # via # keyring # secretstorage -jinja2==3.0.3 +jinja2==3.1.2 # via # cookiecutter # jinja2-time jinja2-time==0.2.0 # via cookiecutter -keyring==23.5.0 +joblib==1.2.0 + # via flytekit +keyring==23.11.0 # via flytekit -kubernetes==24.2.0 +kubernetes==25.3.0 # via flytekitplugins-pod -markupsafe==2.0.1 +markupsafe==2.1.1 # via jinja2 -marshmallow==3.14.1 +marshmallow==3.19.0 # via # dataclasses-json # marshmallow-enum @@ -99,24 +107,27 @@ marshmallow-enum==1.5.1 # via dataclasses-json marshmallow-jsonschema==0.13.0 # via flytekit +more-itertools==9.0.0 + # via jaraco-classes mypy-extensions==0.4.3 # via typing-inspect -natsort==8.0.2 +natsort==8.2.0 # via flytekit -numpy==1.22.1 +numpy==1.23.5 # via # pandas # pyarrow -oauthlib==3.2.1 +oauthlib==3.2.2 # via requests-oauthlib -pandas==1.3.5 +packaging==22.0 + # via + # docker + # marshmallow +pandas==1.5.2 # via flytekit -poyo==0.5.0 - # via cookiecutter -protobuf==3.19.5 +protobuf==4.21.11 # via # flyteidl - # flytekit # googleapis-common-protos # grpcio-status # protoc-gen-swagger @@ -126,7 +137,7 @@ py==1.11.0 # via retry py4j==0.10.9.5 # via pyspark -pyarrow==6.0.1 +pyarrow==10.0.1 # via flytekit pyasn1==0.4.8 # via @@ -136,32 +147,35 @@ pyasn1-modules==0.2.8 # via google-auth pycparser==2.21 # via cffi +pyopenssl==22.1.0 + # via flytekit pyspark==3.3.0 # via flytekitplugins-spark -python-dateutil==2.8.1 +python-dateutil==2.8.2 # via # arrow # croniter # flytekit # kubernetes # pandas -python-json-logger==2.0.2 +python-json-logger==2.0.4 # via flytekit -python-slugify==5.0.2 +python-slugify==7.0.0 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2021.3 +pytz==2022.6 # via # flytekit # pandas pyyaml==6.0 # via + # cookiecutter # flytekit # kubernetes -regex==2021.11.10 +regex==2022.10.31 # via docker-image-py -requests==2.27.1 +requests==2.28.1 # via # cookiecutter # docker @@ -171,7 +185,7 @@ requests==2.27.1 # responses requests-oauthlib==1.3.1 # via kubernetes -responses==0.17.0 +responses==0.22.0 # via flytekit retry==0.9.2 # via flytekit @@ -181,41 +195,43 @@ secretstorage==3.3.3 # via keyring six==1.16.0 # via - # cookiecutter # google-auth - # grpcio # kubernetes # python-dateutil - # responses sortedcontainers==2.4.0 # via flytekit statsd==3.3.0 # via flytekit text-unidecode==1.3 # via python-slugify -typing-extensions==4.0.1 +toml==0.10.2 + # via responses +types-toml==0.10.8.1 + # via responses +typing-extensions==4.4.0 # via # flytekit # typing-inspect -typing-inspect==0.7.1 +typing-inspect==0.8.0 # via dataclasses-json -urllib3==1.26.8 +urllib3==1.26.13 # via + # docker # flytekit # kubernetes # requests # responses -websocket-client==1.3.2 +websocket-client==1.4.2 # via # docker # kubernetes -wheel==0.38.0 +wheel==0.38.4 # via flytekit -wrapt==1.13.3 +wrapt==1.14.1 # via # deprecated # flytekit -zipp==3.7.0 +zipp==3.11.0 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: diff --git a/plugins/flytekit-papermill/requirements.txt b/plugins/flytekit-papermill/requirements.txt index 125caca902..50fc41ab60 100644 --- a/plugins/flytekit-papermill/requirements.txt +++ b/plugins/flytekit-papermill/requirements.txt @@ -1,6 +1,6 @@ # -# This file is autogenerated by pip-compile with python 3.7 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.9 +# by the following command: # # pip-compile requirements.in # @@ -8,9 +8,11 @@ # via -r requirements.in ansiwrap==0.8.4 # via papermill -arrow==1.2.2 +arrow==1.2.3 # via jinja2-time -attrs==21.4.0 +asttokens==2.2.1 + # via stack-data +attrs==22.1.0 # via jsonschema backcall==0.2.0 # via ipython @@ -20,32 +22,34 @@ binaryornot==0.4.4 # via cookiecutter bleach==5.0.1 # via nbconvert -certifi==2022.6.15 +certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography -chardet==5.0.0 +chardet==5.1.0 # via binaryornot -charset-normalizer==2.1.0 +charset-normalizer==2.1.1 # via requests click==8.1.3 # via # cookiecutter # flytekit # papermill -cloudpickle==2.1.0 +cloudpickle==2.2.0 # via flytekit +comm==0.1.2 + # via ipykernel cookiecutter==2.1.1 # via flytekit -croniter==1.3.5 +croniter==1.3.8 # via flytekit -cryptography==37.0.4 +cryptography==38.0.4 # via # pyopenssl # secretstorage dataclasses-json==0.5.7 # via flytekit -debugpy==1.6.0 +debugpy==1.6.4 # via ipykernel decorator==5.1.1 # via @@ -57,48 +61,48 @@ deprecated==1.2.13 # via flytekit diskcache==5.4.0 # via flytekit -docker==5.0.3 +docker==6.0.1 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.14.1 +docstring-parser==0.15 # via flytekit entrypoints==0.4 # via # jupyter-client - # nbconvert # papermill -fastjsonschema==2.15.3 +executing==1.2.0 + # via stack-data +fastjsonschema==2.16.2 # via nbformat -flyteidl==1.1.8 +flyteidl==1.3.0 # via flytekit -flytekit==1.1.0 +flytekit==1.3.0b2 # via flytekitplugins-papermill -googleapis-common-protos==1.56.3 +googleapis-common-protos==1.57.0 # via # flyteidl # grpcio-status -grpcio==1.47.0 +grpcio==1.51.1 # via # flytekit # grpcio-status -grpcio-status==1.47.0 +grpcio-status==1.51.1 # via flytekit -idna==3.3 +idna==3.4 # via requests -importlib-metadata==4.12.0 +importlib-metadata==5.1.0 # via - # click # flytekit - # jsonschema # keyring -importlib-resources==5.8.0 - # via jsonschema -ipykernel==6.15.0 + # nbconvert +ipykernel==6.19.2 # via flytekitplugins-papermill -ipython==7.34.0 +ipython==8.7.0 # via ipykernel -jedi==0.18.1 +jaraco-classes==3.2.3 + # via keyring +jedi==0.18.2 # via ipython jeepney==0.8.0 # via @@ -111,26 +115,29 @@ jinja2==3.1.2 # nbconvert jinja2-time==0.2.0 # via cookiecutter -jsonschema==4.6.1 +joblib==1.2.0 + # via flytekit +jsonschema==4.17.3 # via nbformat -jupyter-client==7.3.4 +jupyter-client==7.4.8 # via # ipykernel # nbclient -jupyter-core==4.11.2 +jupyter-core==5.1.0 # via # jupyter-client + # nbclient # nbconvert # nbformat jupyterlab-pygments==0.2.2 # via nbconvert -keyring==23.6.0 +keyring==23.11.0 # via flytekit markupsafe==2.1.1 # via # jinja2 # nbconvert -marshmallow==3.17.0 +marshmallow==3.19.0 # via # dataclasses-json # marshmallow-enum @@ -139,47 +146,48 @@ marshmallow-enum==1.5.1 # via dataclasses-json marshmallow-jsonschema==0.13.0 # via flytekit -matplotlib-inline==0.1.3 +matplotlib-inline==0.1.6 # via # ipykernel # ipython -mistune==2.0.3 +mistune==2.0.4 # via nbconvert +more-itertools==9.0.0 + # via jaraco-classes mypy-extensions==0.4.3 # via typing-inspect -natsort==8.1.0 +natsort==8.2.0 # via flytekit -nbclient==0.6.6 +nbclient==0.7.2 # via # nbconvert # papermill -nbconvert==7.0.0rc2 +nbconvert==7.2.6 # via flytekitplugins-papermill -nbformat==5.4.0 +nbformat==5.7.0 # via # nbclient # nbconvert # papermill -nest-asyncio==1.5.5 +nest-asyncio==1.5.6 # via # ipykernel # jupyter-client - # nbclient -numpy==1.21.6 +numpy==1.23.5 # via - # flytekit # pandas # pyarrow -packaging==21.3 +packaging==22.0 # via + # docker # ipykernel # marshmallow # nbconvert -pandas==1.3.5 +pandas==1.5.2 # via flytekit pandocfilters==1.5.0 # via nbconvert -papermill==2.3.4 +papermill==2.4.0 # via flytekitplugins-papermill parso==0.8.3 # via jedi @@ -187,36 +195,37 @@ pexpect==4.8.0 # via ipython pickleshare==0.7.5 # via ipython -prompt-toolkit==3.0.30 +platformdirs==2.6.0 + # via jupyter-core +prompt-toolkit==3.0.36 # via ipython -protobuf==3.20.2 +protobuf==4.21.11 # via # flyteidl - # flytekit # googleapis-common-protos # grpcio-status # protoc-gen-swagger protoc-gen-swagger==0.1.0 # via flyteidl -psutil==5.9.1 +psutil==5.9.4 # via ipykernel ptyprocess==0.7.0 # via pexpect +pure-eval==0.2.2 + # via stack-data py==1.11.0 # via retry -pyarrow==6.0.1 +pyarrow==10.0.1 # via flytekit pycparser==2.21 # via cffi -pygments==2.12.0 +pygments==2.13.0 # via # ipython # nbconvert -pyopenssl==22.0.0 +pyopenssl==22.1.0 # via flytekit -pyparsing==3.0.9 - # via packaging -pyrsistent==0.18.1 +pyrsistent==0.19.2 # via jsonschema python-dateutil==2.8.2 # via @@ -225,13 +234,13 @@ python-dateutil==2.8.2 # flytekit # jupyter-client # pandas -python-json-logger==2.0.2 +python-json-logger==2.0.4 # via flytekit -python-slugify==6.1.2 +python-slugify==7.0.0 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2022.1 +pytz==2022.6 # via # flytekit # pandas @@ -240,11 +249,11 @@ pyyaml==6.0 # cookiecutter # flytekit # papermill -pyzmq==23.2.0 +pyzmq==24.0.1 # via # ipykernel # jupyter-client -regex==2022.6.2 +regex==2022.10.31 # via docker-image-py requests==2.28.1 # via @@ -253,41 +262,44 @@ requests==2.28.1 # flytekit # papermill # responses -responses==0.21.0 +responses==0.22.0 # via flytekit retry==0.9.2 # via flytekit -secretstorage==3.3.2 +secretstorage==3.3.3 # via keyring -singledispatchmethod==1.0 - # via flytekit six==1.16.0 # via + # asttokens # bleach - # grpcio # python-dateutil sortedcontainers==2.4.0 # via flytekit soupsieve==2.3.2.post1 # via beautifulsoup4 +stack-data==0.6.2 + # via ipython statsd==3.3.0 # via flytekit -tenacity==8.0.1 +tenacity==8.1.0 # via papermill text-unidecode==1.3 # via python-slugify textwrap3==0.9.2 # via ansiwrap -tinycss2==1.1.1 +tinycss2==1.2.1 # via nbconvert +toml==0.10.2 + # via responses tornado==6.2 # via # ipykernel # jupyter-client -tqdm==4.64.0 +tqdm==4.64.1 # via papermill -traitlets==5.3.0 +traitlets==5.7.1 # via + # comm # ipykernel # ipython # jupyter-client @@ -296,18 +308,17 @@ traitlets==5.3.0 # nbclient # nbconvert # nbformat -typing-extensions==4.3.0 +types-toml==0.10.8.1 + # via responses +typing-extensions==4.4.0 # via - # arrow # flytekit - # importlib-metadata - # jsonschema - # responses # typing-inspect -typing-inspect==0.7.1 +typing-inspect==0.8.0 # via dataclasses-json -urllib3==1.26.9 +urllib3==1.26.13 # via + # docker # flytekit # requests # responses @@ -317,18 +328,13 @@ webencodings==0.5.1 # via # bleach # tinycss2 -websocket-client==1.3.3 +websocket-client==1.4.2 # via docker -wheel==0.38.0 +wheel==0.38.4 # via flytekit wrapt==1.14.1 # via # deprecated # flytekit -zipp==3.8.0 - # via - # importlib-metadata - # importlib-resources - -# The following packages are considered to be unsafe in a requirements file: -# setuptools +zipp==3.11.0 + # via importlib-metadata diff --git a/plugins/flytekit-papermill/setup.py b/plugins/flytekit-papermill/setup.py index 46d6296f55..454d0d49e2 100644 --- a/plugins/flytekit-papermill/setup.py +++ b/plugins/flytekit-papermill/setup.py @@ -5,7 +5,7 @@ microlib_name = f"flytekitplugins-{PLUGIN_NAME}" plugin_requires = [ - "flytekit>=1.1.0b0,<2.0.0", + "flytekit>=1.3.0b2,<2.0.0", "papermill>=1.2.0", "nbconvert>=6.0.7", "ipykernel>=5.0.0", diff --git a/plugins/flytekit-polars/requirements.txt b/plugins/flytekit-polars/requirements.txt index 7595ab781c..fb6f8654b1 100644 --- a/plugins/flytekit-polars/requirements.txt +++ b/plugins/flytekit-polars/requirements.txt @@ -1,34 +1,34 @@ # -# This file is autogenerated by pip-compile with python 3.7 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.9 +# by the following command: # # pip-compile requirements.in # -e file:.#egg=flytekitplugins-polars # via -r requirements.in -arrow==1.2.2 +arrow==1.2.3 # via jinja2-time binaryornot==0.4.4 # via cookiecutter -certifi==2022.6.15 +certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography -chardet==5.0.0 +chardet==5.1.0 # via binaryornot -charset-normalizer==2.1.0 +charset-normalizer==2.1.1 # via requests click==8.1.3 # via # cookiecutter # flytekit -cloudpickle==2.1.0 +cloudpickle==2.2.0 # via flytekit cookiecutter==2.1.1 # via flytekit -croniter==1.3.5 +croniter==1.3.8 # via flytekit -cryptography==37.0.4 +cryptography==38.0.4 # via # pyopenssl # secretstorage @@ -40,33 +40,34 @@ deprecated==1.2.13 # via flytekit diskcache==5.4.0 # via flytekit -docker==5.0.3 +docker==6.0.1 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.14.1 +docstring-parser==0.15 # via flytekit -flyteidl==1.1.8 +flyteidl==1.3.0 # via flytekit -flytekit==1.1.0 +flytekit==1.3.0b2 # via flytekitplugins-polars -googleapis-common-protos==1.56.3 +googleapis-common-protos==1.57.0 # via # flyteidl # grpcio-status -grpcio==1.47.0 +grpcio==1.51.1 # via # flytekit # grpcio-status -grpcio-status==1.47.0 +grpcio-status==1.51.1 # via flytekit -idna==3.3 +idna==3.4 # via requests -importlib-metadata==4.12.0 +importlib-metadata==5.1.0 # via - # click # flytekit # keyring +jaraco-classes==3.2.3 + # via keyring jeepney==0.8.0 # via # keyring @@ -77,11 +78,13 @@ jinja2==3.1.2 # jinja2-time jinja2-time==0.2.0 # via cookiecutter -keyring==23.6.0 +joblib==1.2.0 + # via flytekit +keyring==23.11.0 # via flytekit markupsafe==2.1.1 # via jinja2 -marshmallow==3.17.0 +marshmallow==3.19.0 # via # dataclasses-json # marshmallow-enum @@ -90,26 +93,27 @@ marshmallow-enum==1.5.1 # via dataclasses-json marshmallow-jsonschema==0.13.0 # via flytekit +more-itertools==9.0.0 + # via jaraco-classes mypy-extensions==0.4.3 # via typing-inspect -natsort==8.1.0 +natsort==8.2.0 # via flytekit -numpy==1.21.6 +numpy==1.23.5 # via - # flytekit # pandas - # polars # pyarrow -packaging==21.3 - # via marshmallow -pandas==1.3.5 +packaging==22.0 + # via + # docker + # marshmallow +pandas==1.5.2 # via flytekit -polars==0.13.51 +polars==0.15.2 # via flytekitplugins-polars -protobuf==3.20.2 +protobuf==4.21.11 # via # flyteidl - # flytekit # googleapis-common-protos # grpcio-status # protoc-gen-swagger @@ -117,27 +121,25 @@ protoc-gen-swagger==0.1.0 # via flyteidl py==1.11.0 # via retry -pyarrow==6.0.1 +pyarrow==10.0.1 # via flytekit pycparser==2.21 # via cffi -pyopenssl==22.0.0 +pyopenssl==22.1.0 # via flytekit -pyparsing==3.0.9 - # via packaging python-dateutil==2.8.2 # via # arrow # croniter # flytekit # pandas -python-json-logger==2.0.2 +python-json-logger==2.0.4 # via flytekit -python-slugify==6.1.2 +python-slugify==7.0.0 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2022.1 +pytz==2022.6 # via # flytekit # pandas @@ -145,7 +147,7 @@ pyyaml==6.0 # via # cookiecutter # flytekit -regex==2022.6.2 +regex==2022.10.31 # via docker-image-py requests==2.28.1 # via @@ -153,46 +155,44 @@ requests==2.28.1 # docker # flytekit # responses -responses==0.21.0 +responses==0.22.0 # via flytekit retry==0.9.2 # via flytekit -secretstorage==3.3.2 +secretstorage==3.3.3 # via keyring -singledispatchmethod==1.0 - # via flytekit six==1.16.0 - # via - # grpcio - # python-dateutil + # via python-dateutil sortedcontainers==2.4.0 # via flytekit statsd==3.3.0 # via flytekit text-unidecode==1.3 # via python-slugify -typing-extensions==4.3.0 +toml==0.10.2 + # via responses +types-toml==0.10.8.1 + # via responses +typing-extensions==4.4.0 # via - # arrow # flytekit - # importlib-metadata # polars - # responses # typing-inspect -typing-inspect==0.7.1 +typing-inspect==0.8.0 # via dataclasses-json -urllib3==1.26.9 +urllib3==1.26.13 # via + # docker # flytekit # requests # responses -websocket-client==1.3.3 +websocket-client==1.4.2 # via docker -wheel==0.38.0 +wheel==0.38.4 # via flytekit wrapt==1.14.1 # via # deprecated # flytekit -zipp==3.8.0 +zipp==3.11.0 # via importlib-metadata diff --git a/plugins/flytekit-polars/setup.py b/plugins/flytekit-polars/setup.py index 760d53b0ee..b57526769e 100644 --- a/plugins/flytekit-polars/setup.py +++ b/plugins/flytekit-polars/setup.py @@ -5,7 +5,7 @@ microlib_name = f"flytekitplugins-{PLUGIN_NAME}" plugin_requires = [ - "flytekit>=1.1.0b0,<2.0.0", + "flytekit>=1.3.0b2,<2.0.0", "polars>=0.8.27", ] diff --git a/plugins/flytekit-ray/requirements.txt b/plugins/flytekit-ray/requirements.txt index d270a1e0c0..c6f5632c9c 100644 --- a/plugins/flytekit-ray/requirements.txt +++ b/plugins/flytekit-ray/requirements.txt @@ -1,6 +1,6 @@ # -# This file is autogenerated by pip-compile with python 3.9 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.9 +# by the following command: # # pip-compile requirements.in # @@ -12,15 +12,15 @@ aiohttp==3.8.3 # ray aiohttp-cors==0.7.0 # via ray -aiosignal==1.2.0 +aiosignal==1.3.1 # via # aiohttp # ray -arrow==1.2.2 +arrow==1.2.3 # via jinja2-time async-timeout==4.0.2 # via aiohttp -attrs==21.4.0 +attrs==22.1.0 # via # aiohttp # jsonschema @@ -31,13 +31,13 @@ blessed==1.19.1 # via gpustat cachetools==5.2.0 # via google-auth -certifi==2022.5.18.1 +certifi==2022.12.7 # via requests -cffi==1.15.0 +cffi==1.15.1 # via cryptography -chardet==4.0.0 +chardet==5.1.0 # via binaryornot -charset-normalizer==2.0.12 +charset-normalizer==2.1.1 # via # aiohttp # requests @@ -46,16 +46,18 @@ click==8.0.4 # cookiecutter # flytekit # ray -cloudpickle==2.1.0 +cloudpickle==2.2.0 # via flytekit colorful==0.5.5 # via ray -cookiecutter==1.7.3 +cookiecutter==2.1.1 # via flytekit -croniter==1.3.5 +croniter==1.3.8 # via flytekit -cryptography==37.0.2 - # via pyopenssl +cryptography==38.0.4 + # via + # pyopenssl + # secretstorage dataclasses-json==0.5.7 # via flytekit decorator==5.1.1 @@ -64,25 +66,25 @@ deprecated==1.2.13 # via flytekit diskcache==5.4.0 # via flytekit -distlib==0.3.4 +distlib==0.3.6 # via virtualenv -docker==5.0.3 +docker==6.0.1 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.14.1 +docstring-parser==0.15 # via flytekit -filelock==3.7.1 +filelock==3.8.2 # via # ray # virtualenv -flyteidl==1.1.10 +flyteidl==1.3.0 # via # flytekit # flytekitplugins-ray -flytekit==1.1.0 +flytekit==1.3.0b2 # via flytekitplugins-ray -frozenlist==1.3.0 +frozenlist==1.3.3 # via # aiohttp # aiosignal @@ -98,34 +100,42 @@ googleapis-common-protos==1.57.0 # grpcio-status gpustat==1.0.0 # via ray -grpcio==1.43.0 +grpcio==1.51.1 # via # flytekit # grpcio-status # ray -grpcio-status==1.43.0 +grpcio-status==1.51.1 # via flytekit -idna==3.3 +idna==3.4 # via # requests # yarl -importlib-metadata==4.11.3 +importlib-metadata==5.1.0 # via # flytekit # keyring +jaraco-classes==3.2.3 + # via keyring +jeepney==0.8.0 + # via + # keyring + # secretstorage jinja2==3.1.2 # via # cookiecutter # jinja2-time jinja2-time==0.2.0 # via cookiecutter -jsonschema==4.6.1 +joblib==1.2.0 + # via flytekit +jsonschema==4.17.3 # via ray -keyring==23.5.0 +keyring==23.11.0 # via flytekit markupsafe==2.1.1 # via jinja2 -marshmallow==3.15.0 +marshmallow==3.19.0 # via # dataclasses-json # marshmallow-enum @@ -134,6 +144,8 @@ marshmallow-enum==1.5.1 # via dataclasses-json marshmallow-jsonschema==0.13.0 # via flytekit +more-itertools==9.0.0 + # via jaraco-classes msgpack==1.0.4 # via ray multidict==6.0.3 @@ -142,9 +154,9 @@ multidict==6.0.3 # yarl mypy-extensions==0.4.3 # via typing-inspect -natsort==8.1.0 +natsort==8.2.0 # via flytekit -numpy==1.21.6 +numpy==1.23.5 # via # pandas # pyarrow @@ -155,20 +167,19 @@ opencensus==0.11.0 # via ray opencensus-context==0.1.3 # via opencensus -packaging==21.3 - # via marshmallow -pandas==1.3.5 +packaging==22.0 + # via + # docker + # marshmallow +pandas==1.5.2 # via flytekit -platformdirs==2.5.2 +platformdirs==2.6.0 # via virtualenv -poyo==0.5.0 - # via cookiecutter prometheus-client==0.13.1 # via ray -protobuf==3.20.2 +protobuf==4.21.11 # via # flyteidl - # flytekit # google-api-core # googleapis-common-protos # grpcio-status @@ -182,7 +193,7 @@ py==1.11.0 # via retry py-spy==0.3.14 # via ray -pyarrow==6.0.1 +pyarrow==10.0.1 # via flytekit pyasn1==0.4.8 # via @@ -192,11 +203,11 @@ pyasn1-modules==0.2.8 # via google-auth pycparser==2.21 # via cffi -pyopenssl==22.0.0 +pydantic==1.10.2 + # via ray +pyopenssl==22.1.0 # via flytekit -pyparsing==3.0.9 - # via packaging -pyrsistent==0.18.1 +pyrsistent==0.19.2 # via jsonschema python-dateutil==2.8.2 # via @@ -204,25 +215,26 @@ python-dateutil==2.8.2 # croniter # flytekit # pandas -python-json-logger==2.0.2 +python-json-logger==2.0.4 # via flytekit -python-slugify==6.1.2 +python-slugify==7.0.0 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2022.1 +pytz==2022.6 # via # flytekit # pandas pyyaml==6.0 # via + # cookiecutter # flytekit # ray -ray[default]==1.13.0 +ray[default]==2.1.0 # via flytekitplugins-ray -regex==2022.4.24 +regex==2022.10.31 # via docker-image-py -requests==2.27.1 +requests==2.28.1 # via # cookiecutter # docker @@ -230,21 +242,20 @@ requests==2.27.1 # google-api-core # ray # responses -responses==0.20.0 +responses==0.22.0 # via flytekit retry==0.9.2 # via flytekit rsa==4.9 # via google-auth +secretstorage==3.3.3 + # via keyring six==1.16.0 # via # blessed - # cookiecutter # google-auth # gpustat - # grpcio # python-dateutil - # virtualenv smart-open==6.2.0 # via ray sortedcontainers==2.4.0 @@ -253,24 +264,30 @@ statsd==3.3.0 # via flytekit text-unidecode==1.3 # via python-slugify -typing-extensions==4.2.0 +toml==0.10.2 + # via responses +types-toml==0.10.8.1 + # via responses +typing-extensions==4.4.0 # via # flytekit + # pydantic # typing-inspect -typing-inspect==0.7.1 +typing-inspect==0.8.0 # via dataclasses-json -urllib3==1.26.9 +urllib3==1.26.13 # via + # docker # flytekit # requests # responses -virtualenv==20.15.1 +virtualenv==20.17.1 # via ray wcwidth==0.2.5 # via blessed -websocket-client==1.3.2 +websocket-client==1.4.2 # via docker -wheel==0.38.0 +wheel==0.38.4 # via flytekit wrapt==1.14.1 # via @@ -278,8 +295,5 @@ wrapt==1.14.1 # flytekit yarl==1.8.2 # via aiohttp -zipp==3.8.0 +zipp==3.11.0 # via importlib-metadata - -# The following packages are considered to be unsafe in a requirements file: -# setuptools diff --git a/plugins/flytekit-ray/setup.py b/plugins/flytekit-ray/setup.py index 2af9fc2334..003ab86c96 100644 --- a/plugins/flytekit-ray/setup.py +++ b/plugins/flytekit-ray/setup.py @@ -4,7 +4,7 @@ microlib_name = f"flytekitplugins-{PLUGIN_NAME}" -plugin_requires = ["ray[default]", "flytekit>=1.1.0b0,<2.0.0", "flyteidl>=1.1.10"] +plugin_requires = ["ray[default]", "flytekit>=1.3.0b2,<2.0.0", "flyteidl>=1.1.10"] __version__ = "0.0.0+develop" diff --git a/plugins/flytekit-snowflake/requirements.txt b/plugins/flytekit-snowflake/requirements.txt index da4bb43c2a..163abec9ed 100644 --- a/plugins/flytekit-snowflake/requirements.txt +++ b/plugins/flytekit-snowflake/requirements.txt @@ -1,34 +1,34 @@ # -# This file is autogenerated by pip-compile with python 3.7 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.9 +# by the following command: # # pip-compile requirements.in # -e file:.#egg=flytekitplugins-snowflake # via -r requirements.in -arrow==1.2.2 +arrow==1.2.3 # via jinja2-time binaryornot==0.4.4 # via cookiecutter -certifi==2022.6.15 +certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography -chardet==5.0.0 +chardet==5.1.0 # via binaryornot -charset-normalizer==2.1.0 +charset-normalizer==2.1.1 # via requests click==8.1.3 # via # cookiecutter # flytekit -cloudpickle==2.1.0 +cloudpickle==2.2.0 # via flytekit cookiecutter==2.1.1 # via flytekit -croniter==1.3.5 +croniter==1.3.8 # via flytekit -cryptography==37.0.4 +cryptography==38.0.4 # via # pyopenssl # secretstorage @@ -40,33 +40,34 @@ deprecated==1.2.13 # via flytekit diskcache==5.4.0 # via flytekit -docker==5.0.3 +docker==6.0.1 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.14.1 +docstring-parser==0.15 # via flytekit -flyteidl==1.1.8 +flyteidl==1.3.0 # via flytekit -flytekit==1.1.0 +flytekit==1.3.0b2 # via flytekitplugins-snowflake -googleapis-common-protos==1.56.3 +googleapis-common-protos==1.57.0 # via # flyteidl # grpcio-status -grpcio==1.47.0 +grpcio==1.51.1 # via # flytekit # grpcio-status -grpcio-status==1.47.0 +grpcio-status==1.51.1 # via flytekit -idna==3.3 +idna==3.4 # via requests -importlib-metadata==4.12.0 +importlib-metadata==5.1.0 # via - # click # flytekit # keyring +jaraco-classes==3.2.3 + # via keyring jeepney==0.8.0 # via # keyring @@ -77,11 +78,13 @@ jinja2==3.1.2 # jinja2-time jinja2-time==0.2.0 # via cookiecutter -keyring==23.6.0 +joblib==1.2.0 + # via flytekit +keyring==23.11.0 # via flytekit markupsafe==2.1.1 # via jinja2 -marshmallow==3.17.0 +marshmallow==3.19.0 # via # dataclasses-json # marshmallow-enum @@ -90,23 +93,25 @@ marshmallow-enum==1.5.1 # via dataclasses-json marshmallow-jsonschema==0.13.0 # via flytekit +more-itertools==9.0.0 + # via jaraco-classes mypy-extensions==0.4.3 # via typing-inspect -natsort==8.1.0 +natsort==8.2.0 # via flytekit -numpy==1.21.6 +numpy==1.23.5 # via - # flytekit # pandas # pyarrow -packaging==21.3 - # via marshmallow -pandas==1.3.5 +packaging==22.0 + # via + # docker + # marshmallow +pandas==1.5.2 # via flytekit -protobuf==3.20.2 +protobuf==4.21.11 # via # flyteidl - # flytekit # googleapis-common-protos # grpcio-status # protoc-gen-swagger @@ -114,27 +119,25 @@ protoc-gen-swagger==0.1.0 # via flyteidl py==1.11.0 # via retry -pyarrow==6.0.1 +pyarrow==10.0.1 # via flytekit pycparser==2.21 # via cffi -pyopenssl==22.0.0 +pyopenssl==22.1.0 # via flytekit -pyparsing==3.0.9 - # via packaging python-dateutil==2.8.2 # via # arrow # croniter # flytekit # pandas -python-json-logger==2.0.2 +python-json-logger==2.0.4 # via flytekit -python-slugify==6.1.2 +python-slugify==7.0.0 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2022.1 +pytz==2022.6 # via # flytekit # pandas @@ -142,7 +145,7 @@ pyyaml==6.0 # via # cookiecutter # flytekit -regex==2022.6.2 +regex==2022.10.31 # via docker-image-py requests==2.28.1 # via @@ -150,45 +153,43 @@ requests==2.28.1 # docker # flytekit # responses -responses==0.21.0 +responses==0.22.0 # via flytekit retry==0.9.2 # via flytekit -secretstorage==3.3.2 +secretstorage==3.3.3 # via keyring -singledispatchmethod==1.0 - # via flytekit six==1.16.0 - # via - # grpcio - # python-dateutil + # via python-dateutil sortedcontainers==2.4.0 # via flytekit statsd==3.3.0 # via flytekit text-unidecode==1.3 # via python-slugify -typing-extensions==4.3.0 +toml==0.10.2 + # via responses +types-toml==0.10.8.1 + # via responses +typing-extensions==4.4.0 # via - # arrow # flytekit - # importlib-metadata - # responses # typing-inspect -typing-inspect==0.7.1 +typing-inspect==0.8.0 # via dataclasses-json -urllib3==1.26.9 +urllib3==1.26.13 # via + # docker # flytekit # requests # responses -websocket-client==1.3.3 +websocket-client==1.4.2 # via docker -wheel==0.38.0 +wheel==0.38.4 # via flytekit wrapt==1.14.1 # via # deprecated # flytekit -zipp==3.8.0 +zipp==3.11.0 # via importlib-metadata diff --git a/plugins/flytekit-snowflake/setup.py b/plugins/flytekit-snowflake/setup.py index e82bb7268f..137fa21c90 100644 --- a/plugins/flytekit-snowflake/setup.py +++ b/plugins/flytekit-snowflake/setup.py @@ -4,7 +4,7 @@ microlib_name = f"flytekitplugins-{PLUGIN_NAME}" -plugin_requires = ["flytekit>=1.1.0b0,<2.0.0"] +plugin_requires = ["flytekit>=1.3.0b2,<2.0.0"] __version__ = "0.0.0+develop" diff --git a/plugins/flytekit-spark/requirements.txt b/plugins/flytekit-spark/requirements.txt index ebb767cf0c..a8df06cc24 100644 --- a/plugins/flytekit-spark/requirements.txt +++ b/plugins/flytekit-spark/requirements.txt @@ -1,34 +1,34 @@ # -# This file is autogenerated by pip-compile with python 3.7 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.9 +# by the following command: # # pip-compile requirements.in # -e file:.#egg=flytekitplugins-spark # via -r requirements.in -arrow==1.2.2 +arrow==1.2.3 # via jinja2-time binaryornot==0.4.4 # via cookiecutter -certifi==2022.6.15 +certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography -chardet==5.0.0 +chardet==5.1.0 # via binaryornot -charset-normalizer==2.1.0 +charset-normalizer==2.1.1 # via requests click==8.1.3 # via # cookiecutter # flytekit -cloudpickle==2.1.0 +cloudpickle==2.2.0 # via flytekit cookiecutter==2.1.1 # via flytekit -croniter==1.3.5 +croniter==1.3.8 # via flytekit -cryptography==37.0.4 +cryptography==38.0.4 # via # pyopenssl # secretstorage @@ -40,33 +40,34 @@ deprecated==1.2.13 # via flytekit diskcache==5.4.0 # via flytekit -docker==5.0.3 +docker==6.0.1 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.14.1 +docstring-parser==0.15 # via flytekit -flyteidl==1.1.8 +flyteidl==1.3.0 # via flytekit -flytekit==1.1.0 +flytekit==1.3.0b2 # via flytekitplugins-spark -googleapis-common-protos==1.56.3 +googleapis-common-protos==1.57.0 # via # flyteidl # grpcio-status -grpcio==1.47.0 +grpcio==1.51.1 # via # flytekit # grpcio-status -grpcio-status==1.47.0 +grpcio-status==1.51.1 # via flytekit -idna==3.3 +idna==3.4 # via requests -importlib-metadata==4.12.0 +importlib-metadata==5.1.0 # via - # click # flytekit # keyring +jaraco-classes==3.2.3 + # via keyring jeepney==0.8.0 # via # keyring @@ -77,11 +78,13 @@ jinja2==3.1.2 # jinja2-time jinja2-time==0.2.0 # via cookiecutter -keyring==23.6.0 +joblib==1.2.0 + # via flytekit +keyring==23.11.0 # via flytekit markupsafe==2.1.1 # via jinja2 -marshmallow==3.17.0 +marshmallow==3.19.0 # via # dataclasses-json # marshmallow-enum @@ -90,23 +93,25 @@ marshmallow-enum==1.5.1 # via dataclasses-json marshmallow-jsonschema==0.13.0 # via flytekit +more-itertools==9.0.0 + # via jaraco-classes mypy-extensions==0.4.3 # via typing-inspect -natsort==8.1.0 +natsort==8.2.0 # via flytekit -numpy==1.21.6 +numpy==1.23.5 # via - # flytekit # pandas # pyarrow -packaging==21.3 - # via marshmallow -pandas==1.3.5 +packaging==22.0 + # via + # docker + # marshmallow +pandas==1.5.2 # via flytekit -protobuf==3.20.2 +protobuf==4.21.11 # via # flyteidl - # flytekit # googleapis-common-protos # grpcio-status # protoc-gen-swagger @@ -116,15 +121,13 @@ py==1.11.0 # via retry py4j==0.10.9.5 # via pyspark -pyarrow==6.0.1 +pyarrow==10.0.1 # via flytekit pycparser==2.21 # via cffi -pyopenssl==22.0.0 +pyopenssl==22.1.0 # via flytekit -pyparsing==3.0.9 - # via packaging -pyspark==3.3.0 +pyspark==3.3.1 # via flytekitplugins-spark python-dateutil==2.8.2 # via @@ -132,13 +135,13 @@ python-dateutil==2.8.2 # croniter # flytekit # pandas -python-json-logger==2.0.2 +python-json-logger==2.0.4 # via flytekit -python-slugify==6.1.2 +python-slugify==7.0.0 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2022.1 +pytz==2022.6 # via # flytekit # pandas @@ -146,7 +149,7 @@ pyyaml==6.0 # via # cookiecutter # flytekit -regex==2022.6.2 +regex==2022.10.31 # via docker-image-py requests==2.28.1 # via @@ -154,45 +157,43 @@ requests==2.28.1 # docker # flytekit # responses -responses==0.21.0 +responses==0.22.0 # via flytekit retry==0.9.2 # via flytekit -secretstorage==3.3.2 +secretstorage==3.3.3 # via keyring -singledispatchmethod==1.0 - # via flytekit six==1.16.0 - # via - # grpcio - # python-dateutil + # via python-dateutil sortedcontainers==2.4.0 # via flytekit statsd==3.3.0 # via flytekit text-unidecode==1.3 # via python-slugify -typing-extensions==4.3.0 +toml==0.10.2 + # via responses +types-toml==0.10.8.1 + # via responses +typing-extensions==4.4.0 # via - # arrow # flytekit - # importlib-metadata - # responses # typing-inspect -typing-inspect==0.7.1 +typing-inspect==0.8.0 # via dataclasses-json -urllib3==1.26.9 +urllib3==1.26.13 # via + # docker # flytekit # requests # responses -websocket-client==1.3.3 +websocket-client==1.4.2 # via docker -wheel==0.38.0 +wheel==0.38.4 # via flytekit wrapt==1.14.1 # via # deprecated # flytekit -zipp==3.8.0 +zipp==3.11.0 # via importlib-metadata diff --git a/plugins/flytekit-spark/setup.py b/plugins/flytekit-spark/setup.py index 108fbb1169..d344eaa2ba 100644 --- a/plugins/flytekit-spark/setup.py +++ b/plugins/flytekit-spark/setup.py @@ -4,7 +4,7 @@ microlib_name = f"flytekitplugins-{PLUGIN_NAME}" -plugin_requires = ["flytekit>=1.1.0b0,<2.0.0", "pyspark>=3.0.0"] +plugin_requires = ["flytekit>=1.3.0b2,<2.0.0", "pyspark>=3.0.0"] __version__ = "0.0.0+develop" diff --git a/plugins/flytekit-sqlalchemy/requirements.txt b/plugins/flytekit-sqlalchemy/requirements.txt index 4879071049..25a1e0128d 100644 --- a/plugins/flytekit-sqlalchemy/requirements.txt +++ b/plugins/flytekit-sqlalchemy/requirements.txt @@ -1,34 +1,34 @@ # -# This file is autogenerated by pip-compile with python 3.7 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.9 +# by the following command: # # pip-compile requirements.in # -e file:.#egg=flytekitplugins-sqlalchemy # via -r requirements.in -arrow==1.2.2 +arrow==1.2.3 # via jinja2-time binaryornot==0.4.4 # via cookiecutter -certifi==2022.6.15 +certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography -chardet==5.0.0 +chardet==5.1.0 # via binaryornot -charset-normalizer==2.1.0 +charset-normalizer==2.1.1 # via requests click==8.1.3 # via # cookiecutter # flytekit -cloudpickle==2.1.0 +cloudpickle==2.2.0 # via flytekit cookiecutter==2.1.1 # via flytekit -croniter==1.3.5 +croniter==1.3.8 # via flytekit -cryptography==37.0.4 +cryptography==38.0.4 # via # pyopenssl # secretstorage @@ -40,36 +40,36 @@ deprecated==1.2.13 # via flytekit diskcache==5.4.0 # via flytekit -docker==5.0.3 +docker==6.0.1 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.14.1 +docstring-parser==0.15 # via flytekit -flyteidl==1.1.8 +flyteidl==1.3.0 # via flytekit -flytekit==1.1.0 +flytekit==1.3.0b2 # via flytekitplugins-sqlalchemy -googleapis-common-protos==1.56.3 +googleapis-common-protos==1.57.0 # via # flyteidl # grpcio-status -greenlet==1.1.2 +greenlet==2.0.1 # via sqlalchemy -grpcio==1.47.0 +grpcio==1.51.1 # via # flytekit # grpcio-status -grpcio-status==1.47.0 +grpcio-status==1.51.1 # via flytekit -idna==3.3 +idna==3.4 # via requests -importlib-metadata==4.12.0 +importlib-metadata==5.1.0 # via - # click # flytekit # keyring - # sqlalchemy +jaraco-classes==3.2.3 + # via keyring jeepney==0.8.0 # via # keyring @@ -80,11 +80,13 @@ jinja2==3.1.2 # jinja2-time jinja2-time==0.2.0 # via cookiecutter -keyring==23.6.0 +joblib==1.2.0 + # via flytekit +keyring==23.11.0 # via flytekit markupsafe==2.1.1 # via jinja2 -marshmallow==3.17.0 +marshmallow==3.19.0 # via # dataclasses-json # marshmallow-enum @@ -93,23 +95,25 @@ marshmallow-enum==1.5.1 # via dataclasses-json marshmallow-jsonschema==0.13.0 # via flytekit +more-itertools==9.0.0 + # via jaraco-classes mypy-extensions==0.4.3 # via typing-inspect -natsort==8.1.0 +natsort==8.2.0 # via flytekit -numpy==1.21.6 +numpy==1.23.5 # via - # flytekit # pandas # pyarrow -packaging==21.3 - # via marshmallow -pandas==1.3.5 +packaging==22.0 + # via + # docker + # marshmallow +pandas==1.5.2 # via flytekit -protobuf==3.20.2 +protobuf==4.21.11 # via # flyteidl - # flytekit # googleapis-common-protos # grpcio-status # protoc-gen-swagger @@ -117,27 +121,25 @@ protoc-gen-swagger==0.1.0 # via flyteidl py==1.11.0 # via retry -pyarrow==6.0.1 +pyarrow==10.0.1 # via flytekit pycparser==2.21 # via cffi -pyopenssl==22.0.0 +pyopenssl==22.1.0 # via flytekit -pyparsing==3.0.9 - # via packaging python-dateutil==2.8.2 # via # arrow # croniter # flytekit # pandas -python-json-logger==2.0.2 +python-json-logger==2.0.4 # via flytekit -python-slugify==6.1.2 +python-slugify==7.0.0 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2022.1 +pytz==2022.6 # via # flytekit # pandas @@ -145,7 +147,7 @@ pyyaml==6.0 # via # cookiecutter # flytekit -regex==2022.6.2 +regex==2022.10.31 # via docker-image-py requests==2.28.1 # via @@ -153,47 +155,45 @@ requests==2.28.1 # docker # flytekit # responses -responses==0.21.0 +responses==0.22.0 # via flytekit retry==0.9.2 # via flytekit -secretstorage==3.3.2 +secretstorage==3.3.3 # via keyring -singledispatchmethod==1.0 - # via flytekit six==1.16.0 - # via - # grpcio - # python-dateutil + # via python-dateutil sortedcontainers==2.4.0 # via flytekit -sqlalchemy==1.4.39 +sqlalchemy==1.4.44 # via flytekitplugins-sqlalchemy statsd==3.3.0 # via flytekit text-unidecode==1.3 # via python-slugify -typing-extensions==4.3.0 +toml==0.10.2 + # via responses +types-toml==0.10.8.1 + # via responses +typing-extensions==4.4.0 # via - # arrow # flytekit - # importlib-metadata - # responses # typing-inspect -typing-inspect==0.7.1 +typing-inspect==0.8.0 # via dataclasses-json -urllib3==1.26.9 +urllib3==1.26.13 # via + # docker # flytekit # requests # responses -websocket-client==1.3.3 +websocket-client==1.4.2 # via docker -wheel==0.38.0 +wheel==0.38.4 # via flytekit wrapt==1.14.1 # via # deprecated # flytekit -zipp==3.8.0 +zipp==3.11.0 # via importlib-metadata diff --git a/plugins/flytekit-sqlalchemy/setup.py b/plugins/flytekit-sqlalchemy/setup.py index aa13aa8fbc..654373b7e7 100644 --- a/plugins/flytekit-sqlalchemy/setup.py +++ b/plugins/flytekit-sqlalchemy/setup.py @@ -4,7 +4,7 @@ microlib_name = f"flytekitplugins-{PLUGIN_NAME}" -plugin_requires = ["flytekit>=1.1.0b0,<2.0.0", "sqlalchemy>=1.4.7"] +plugin_requires = ["flytekit>=1.3.0b2,<2.0.0", "sqlalchemy>=1.4.7"] __version__ = "0.0.0+develop" diff --git a/plugins/flytekit-vaex/requirements.txt b/plugins/flytekit-vaex/requirements.txt index 4f8266cc16..0ebcba5c12 100644 --- a/plugins/flytekit-vaex/requirements.txt +++ b/plugins/flytekit-vaex/requirements.txt @@ -1,32 +1,33 @@ # -# This file is autogenerated by pip-compile with python 3.9 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.9 +# by the following command: # -# pip-compile --output-file=requirements.txt requirements.in +# pip-compile requirements.in # -e file:.#egg=flytekitplugins-vaex # via -r requirements.in aplus==0.11.0 # via vaex-core -arrow==1.2.2 +arrow==1.2.3 # via jinja2-time binaryornot==0.4.4 # via cookiecutter blake3==0.3.1 # via vaex-core -certifi==2022.6.15 +certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography -chardet==5.0.0 +chardet==5.1.0 # via binaryornot charset-normalizer==2.1.1 # via requests click==8.1.3 # via # cookiecutter + # dask # flytekit -cloudpickle==2.1.0 +cloudpickle==2.2.0 # via # dask # flytekit @@ -35,11 +36,13 @@ commonmark==0.9.1 # via rich cookiecutter==2.1.1 # via flytekit -croniter==1.3.5 +croniter==1.3.8 # via flytekit -cryptography==37.0.4 - # via pyopenssl -dask==2022.10.0 +cryptography==38.0.4 + # via + # pyopenssl + # secretstorage +dask==2022.12.0 # via vaex-core dataclasses-json==0.5.7 # via flytekit @@ -49,55 +52,61 @@ deprecated==1.2.13 # via flytekit diskcache==5.4.0 # via flytekit -docker==6.0.0 +docker==6.0.1 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.14.1 +docstring-parser==0.15 # via flytekit -filelock==3.8.0 +filelock==3.8.2 # via vaex-core -flyteidl==1.1.12 +flyteidl==1.3.0 # via flytekit -flytekit==1.2.1 +flytekit==1.3.0b2 # via flytekitplugins-vaex frozendict==2.3.4 # via vaex-core -fsspec==2022.10.0 +fsspec==2022.11.0 # via dask future==0.18.2 # via vaex-core -googleapis-common-protos==1.56.4 +googleapis-common-protos==1.57.0 # via # flyteidl # grpcio-status -grpcio==1.47.0 +grpcio==1.51.1 # via # flytekit # grpcio-status -grpcio-status==1.47.0 +grpcio-status==1.51.1 # via flytekit -idna==3.3 +idna==3.4 # via requests -importlib-metadata==4.12.0 +importlib-metadata==5.1.0 # via # flytekit # keyring +jaraco-classes==3.2.3 + # via keyring +jeepney==0.8.0 + # via + # keyring + # secretstorage jinja2==3.1.2 # via # cookiecutter # jinja2-time jinja2-time==0.2.0 # via cookiecutter -joblib==1.1.0 +joblib==1.2.0 # via flytekit -keyring==23.8.2 +keyring==23.11.0 # via flytekit locket==1.0.0 # via partd markupsafe==2.1.1 # via jinja2 -marshmallow==3.17.1 +marshmallow==3.19.0 # via # dataclasses-json # marshmallow-enum @@ -106,34 +115,35 @@ marshmallow-enum==1.5.1 # via dataclasses-json marshmallow-jsonschema==0.13.0 # via flytekit +more-itertools==9.0.0 + # via jaraco-classes mypy-extensions==0.4.3 # via typing-inspect -natsort==8.1.0 +natsort==8.2.0 # via flytekit nest-asyncio==1.5.6 # via vaex-core -numpy==1.21.6 +numpy==1.23.5 # via # pandas # pyarrow # vaex-core -packaging==21.3 +packaging==22.0 # via # dask # docker # marshmallow -pandas==1.3.5 +pandas==1.5.2 # via # flytekit # vaex-core partd==1.3.0 # via dask -progressbar2==4.1.1 +progressbar2==4.2.0 # via vaex-core -protobuf==3.20.1 +protobuf==4.21.11 # via # flyteidl - # flytekit # googleapis-common-protos # grpcio-status # protoc-gen-swagger @@ -141,7 +151,7 @@ protoc-gen-swagger==0.1.0 # via flyteidl py==1.11.0 # via retry -pyarrow==6.0.1 +pyarrow==10.0.1 # via # flytekit # vaex-core @@ -151,10 +161,8 @@ pydantic==1.10.2 # via vaex-core pygments==2.13.0 # via rich -pyopenssl==22.0.0 +pyopenssl==22.1.0 # via flytekit -pyparsing==3.0.9 - # via packaging python-dateutil==2.8.2 # via # arrow @@ -163,23 +171,23 @@ python-dateutil==2.8.2 # pandas python-json-logger==2.0.4 # via flytekit -python-slugify==6.1.2 +python-slugify==7.0.0 # via cookiecutter -python-utils==3.3.3 +python-utils==3.4.5 # via progressbar2 pytimeparse==1.1.8 # via flytekit -pytz==2022.2.1 +pytz==2022.6 # via # flytekit # pandas -pyyaml==5.4.1 +pyyaml==6.0 # via # cookiecutter # dask # flytekit # vaex-core -regex==2022.8.17 +regex==2022.10.31 # via docker-image-py requests==2.28.1 # via @@ -188,18 +196,18 @@ requests==2.28.1 # flytekit # responses # vaex-core -responses==0.21.0 +responses==0.22.0 # via flytekit retry==0.9.2 # via flytekit rich==12.6.0 # via vaex-core +secretstorage==3.3.3 + # via keyring six==1.16.0 # via - # grpcio # python-dateutil # vaex-core - # websocket-client sortedcontainers==2.4.0 # via flytekit statsd==3.3.0 @@ -208,18 +216,22 @@ tabulate==0.9.0 # via vaex-core text-unidecode==1.3 # via python-slugify +toml==0.10.2 + # via responses toolz==0.12.0 # via # dask # partd -typing-extensions==4.3.0 +types-toml==0.10.8.1 + # via responses +typing-extensions==4.4.0 # via # flytekit # pydantic # typing-inspect typing-inspect==0.8.0 # via dataclasses-json -urllib3==1.26.12 +urllib3==1.26.13 # via # docker # flytekit @@ -227,13 +239,13 @@ urllib3==1.26.12 # responses vaex-core==4.13.0 # via flytekitplugins-vaex -websocket-client==0.59.0 +websocket-client==1.4.2 # via docker -wheel==0.38.0 +wheel==0.38.4 # via flytekit wrapt==1.14.1 # via # deprecated # flytekit -zipp==3.8.1 +zipp==3.11.0 # via importlib-metadata diff --git a/plugins/flytekit-vaex/setup.py b/plugins/flytekit-vaex/setup.py index c012748057..e8886543f5 100644 --- a/plugins/flytekit-vaex/setup.py +++ b/plugins/flytekit-vaex/setup.py @@ -4,7 +4,7 @@ microlib_name = f"flytekitplugins-{PLUGIN_NAME}" -plugin_requires = ["flytekit>=1.1.0b0,<2.0.0", "vaex-core>=4.13.0,<4.14"] +plugin_requires = ["flytekit>=1.3.0b2,<2.0.0", "vaex-core>=4.13.0,<4.14"] __version__ = "0.0.0+develop" diff --git a/plugins/flytekit-whylogs/requirements.txt b/plugins/flytekit-whylogs/requirements.txt index 7596afc017..e18959968f 100644 --- a/plugins/flytekit-whylogs/requirements.txt +++ b/plugins/flytekit-whylogs/requirements.txt @@ -1,66 +1,254 @@ # -# This file is autogenerated by pip-compile with python 3.9 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.9 +# by the following command: # # pip-compile requirements.in # -e file:.#egg=flytekitplugins-whylogs # via -r requirements.in -appnope==0.1.3 - # via ipython -asttokens==2.0.8 +arrow==1.2.3 + # via jinja2-time +asttokens==2.2.1 # via stack-data backcall==0.2.0 # via ipython +binaryornot==0.4.4 + # via cookiecutter +certifi==2022.12.7 + # via requests +cffi==1.15.1 + # via cryptography +chardet==5.1.0 + # via binaryornot +charset-normalizer==2.1.1 + # via requests +click==8.1.3 + # via + # cookiecutter + # flytekit +cloudpickle==2.2.0 + # via flytekit +cookiecutter==2.1.1 + # via flytekit +croniter==1.3.8 + # via flytekit +cryptography==38.0.4 + # via + # pyopenssl + # secretstorage +dataclasses-json==0.5.7 + # via flytekit decorator==5.1.1 - # via ipython -executing==1.0.0 + # via + # ipython + # retry +deprecated==1.2.13 + # via flytekit +diskcache==5.4.0 + # via flytekit +docker==6.0.1 + # via flytekit +docker-image-py==0.1.12 + # via flytekit +docstring-parser==0.15 + # via flytekit +executing==1.2.0 # via stack-data -ipython==8.5.0 +flyteidl==1.3.0 + # via flytekit +flytekit==1.3.0b2 + # via flytekitplugins-whylogs +googleapis-common-protos==1.57.0 + # via + # flyteidl + # grpcio-status +grpcio==1.51.1 + # via + # flytekit + # grpcio-status +grpcio-status==1.51.1 + # via flytekit +idna==3.4 + # via requests +importlib-metadata==5.1.0 + # via + # flytekit + # keyring +ipython==8.7.0 # via whylogs -jedi==0.18.1 +jaraco-classes==3.2.3 + # via keyring +jedi==0.18.2 # via ipython +jeepney==0.8.0 + # via + # keyring + # secretstorage +jinja2==3.1.2 + # via + # cookiecutter + # jinja2-time +jinja2-time==0.2.0 + # via cookiecutter +joblib==1.2.0 + # via flytekit +keyring==23.11.0 + # via flytekit +markupsafe==2.1.1 + # via jinja2 +marshmallow==3.19.0 + # via + # dataclasses-json + # marshmallow-enum + # marshmallow-jsonschema +marshmallow-enum==1.5.1 + # via dataclasses-json +marshmallow-jsonschema==0.13.0 + # via flytekit matplotlib-inline==0.1.6 # via ipython -numpy==1.23.3 - # via scipy +more-itertools==9.0.0 + # via jaraco-classes +mypy-extensions==0.4.3 + # via typing-inspect +natsort==8.2.0 + # via flytekit +numpy==1.23.5 + # via + # pandas + # pyarrow + # scipy + # whylogs +packaging==22.0 + # via + # docker + # marshmallow +pandas==1.5.2 + # via flytekit parso==0.8.3 # via jedi pexpect==4.8.0 # via ipython pickleshare==0.7.5 # via ipython -prompt-toolkit==3.0.31 +pillow==9.3.0 + # via whylogs +prompt-toolkit==3.0.36 # via ipython -protobuf==3.20.2 +protobuf==4.21.11 # via - # flytekitplugins-whylogs + # flyteidl + # googleapis-common-protos + # grpcio-status + # protoc-gen-swagger # whylogs +protoc-gen-swagger==0.1.0 + # via flyteidl ptyprocess==0.7.0 # via pexpect pure-eval==0.2.2 # via stack-data +py==1.11.0 + # via retry +pyarrow==10.0.1 + # via flytekit pybars3==0.9.7 # via whylogs +pycparser==2.21 + # via cffi pygments==2.13.0 # via ipython pymeta3==0.5.1 # via pybars3 -scipy==1.9.1 +pyopenssl==22.1.0 + # via flytekit +python-dateutil==2.8.2 + # via + # arrow + # croniter + # flytekit + # pandas + # whylabs-client +python-json-logger==2.0.4 + # via flytekit +python-slugify==7.0.0 + # via cookiecutter +pytimeparse==1.1.8 + # via flytekit +pytz==2022.6 + # via + # flytekit + # pandas +pyyaml==6.0 + # via + # cookiecutter + # flytekit +regex==2022.10.31 + # via docker-image-py +requests==2.28.1 + # via + # cookiecutter + # docker + # flytekit + # responses + # whylogs +responses==0.22.0 + # via flytekit +retry==0.9.2 + # via flytekit +scipy==1.9.3 # via whylogs +secretstorage==3.3.3 + # via keyring six==1.16.0 - # via asttokens -stack-data==0.5.0 + # via + # asttokens + # python-dateutil +sortedcontainers==2.4.0 + # via flytekit +stack-data==0.6.2 # via ipython -traitlets==5.4.0 +statsd==3.3.0 + # via flytekit +text-unidecode==1.3 + # via python-slugify +toml==0.10.2 + # via responses +traitlets==5.7.1 # via # ipython # matplotlib-inline -typing-extensions==4.3.0 - # via whylogs +types-toml==0.10.8.1 + # via responses +typing-extensions==4.4.0 + # via + # flytekit + # typing-inspect + # whylogs +typing-inspect==0.8.0 + # via dataclasses-json +urllib3==1.26.13 + # via + # docker + # flytekit + # requests + # responses + # whylabs-client wcwidth==0.2.5 # via prompt-toolkit -whylogs[viz]==1.1.0 +websocket-client==1.4.2 + # via docker +wheel==0.38.4 + # via flytekit +whylabs-client==0.4.0 + # via whylogs +whylogs[viz]==1.1.16 # via flytekitplugins-whylogs whylogs-sketching==3.4.1.dev3 # via whylogs +wrapt==1.14.1 + # via + # deprecated + # flytekit +zipp==3.11.0 + # via importlib-metadata diff --git a/plugins/flytekit-whylogs/setup.py b/plugins/flytekit-whylogs/setup.py index ce10e877f6..47cd0068d5 100644 --- a/plugins/flytekit-whylogs/setup.py +++ b/plugins/flytekit-whylogs/setup.py @@ -4,7 +4,7 @@ microlib_name = f"flytekitplugins-{PLUGIN_NAME}" -plugin_requires = ["protobuf>=3.15,<4.0.0", "whylogs[viz]>=1.0.8"] +plugin_requires = ["flytekit>=1.3.0b2,<2.0.0", "whylogs[viz]>=1.1.16"] __version__ = "0.0.0+develop"