From 09a1de3d9aeac1ccc72438639ca9217707caaaba Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Thu, 23 Dec 2021 02:21:57 +0800 Subject: [PATCH] Update dependency Signed-off-by: Kevin Su --- plugins/flytekit-bigquery/requirements.in | 1 + plugins/flytekit-bigquery/requirements.txt | 58 +++++++++++++++++++++- 2 files changed, 57 insertions(+), 2 deletions(-) diff --git a/plugins/flytekit-bigquery/requirements.in b/plugins/flytekit-bigquery/requirements.in index d01f21ac2b..cd5006c0b9 100644 --- a/plugins/flytekit-bigquery/requirements.in +++ b/plugins/flytekit-bigquery/requirements.in @@ -1,2 +1,3 @@ . -e file:.#egg=flytekitplugins-bigquery +google-cloud-bigquery diff --git a/plugins/flytekit-bigquery/requirements.txt b/plugins/flytekit-bigquery/requirements.txt index fadcd6c856..a5c13037f2 100644 --- a/plugins/flytekit-bigquery/requirements.txt +++ b/plugins/flytekit-bigquery/requirements.txt @@ -10,6 +10,8 @@ arrow==1.2.1 # via jinja2-time binaryornot==0.4.4 # via cookiecutter +cachetools==4.2.4 + # via google-auth certifi==2021.10.8 # via requests chardet==4.0.0 @@ -44,8 +46,34 @@ flyteidl==0.21.8 # via flytekit flytekit==0.24.0 # via flytekitplugins-bigquery -grpcio==1.41.1 - # via flytekit +google-api-core[grpc]==2.3.2 + # via + # google-cloud-bigquery + # google-cloud-core +google-auth==2.3.3 + # via + # google-api-core + # google-cloud-core +google-cloud-bigquery==2.31.0 + # via -r requirements.in +google-cloud-core==2.2.1 + # via google-cloud-bigquery +google-crc32c==1.3.0 + # via google-resumable-media +google-resumable-media==2.1.0 + # via google-cloud-bigquery +googleapis-common-protos==1.54.0 + # via + # google-api-core + # grpcio-status +grpcio==1.43.0 + # via + # flytekit + # google-api-core + # google-cloud-bigquery + # grpcio-status +grpcio-status==1.43.0 + # via google-api-core idna==3.3 # via requests importlib-metadata==4.8.2 @@ -77,23 +105,41 @@ numpy==1.21.4 # via # pandas # pyarrow +packaging==21.3 + # via google-cloud-bigquery pandas==1.3.4 # via flytekit poyo==0.5.0 # via cookiecutter +proto-plus==1.19.8 + # via google-cloud-bigquery protobuf==3.19.1 # via # flyteidl # flytekit + # google-api-core + # google-cloud-bigquery + # googleapis-common-protos + # grpcio-status + # proto-plus py==1.11.0 # via retry pyarrow==6.0.0 # via flytekit +pyasn1==0.4.8 + # via + # pyasn1-modules + # rsa +pyasn1-modules==0.2.8 + # via google-auth +pyparsing==3.0.6 + # via packaging python-dateutil==2.8.1 # via # arrow # croniter # flytekit + # google-cloud-bigquery # pandas python-json-logger==2.0.2 # via flytekit @@ -111,15 +157,20 @@ requests==2.26.0 # via # cookiecutter # flytekit + # google-api-core + # google-cloud-bigquery # responses responses==0.15.0 # via flytekit retry==0.9.2 # via flytekit +rsa==4.8 + # via google-auth six==1.16.0 # via # cookiecutter # flytekit + # google-auth # grpcio # python-dateutil # responses @@ -146,3 +197,6 @@ wrapt==1.13.3 # flytekit zipp==3.6.0 # via importlib-metadata + +# The following packages are considered to be unsafe in a requirements file: +# setuptools