Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bring in buf protobufs #1363

Merged
merged 9 commits into from
Dec 8, 2022
70 changes: 33 additions & 37 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
# This file is autogenerated by pip-compile with Python 3.7
# by the following command:
#
# make dev-requirements.txt
#
-e file:.#egg=flytekit
# via
# -c requirements.txt
# pytest-flyte
absl-py==1.3.0
# via
# tensorboard
# tensorflow
appnope==0.1.3
# via ipython
arrow==1.2.3
# via
# -c requirements.txt
Expand All @@ -36,7 +30,7 @@ binaryornot==0.4.4
# cookiecutter
cachetools==5.2.0
# via google-auth
certifi==2022.9.24
certifi==2022.12.7
# via
# -c requirements.txt
# requests
Expand All @@ -47,7 +41,7 @@ cffi==1.15.1
# pynacl
cfgv==3.3.1
# via pre-commit
chardet==5.0.0
chardet==5.1.0
# via
# -c requirements.txt
# binaryornot
Expand All @@ -74,15 +68,16 @@ coverage[toml]==6.5.0
# via
# -r dev-requirements.in
# pytest-cov
croniter==1.3.7
croniter==1.3.8
# via
# -c requirements.txt
# flytekit
cryptography==38.0.3
cryptography==38.0.4
# via
# -c requirements.txt
# paramiko
# pyopenssl
# secretstorage
dataclasses-json==0.5.7
# via
# -c requirements.txt
Expand Down Expand Up @@ -125,20 +120,18 @@ docstring-parser==0.15
# flytekit
exceptiongroup==1.0.4
# via pytest
filelock==3.8.0
filelock==3.8.2
# via virtualenv
flyteidl==1.2.5
flyteidl==1.3.0
# via
# -c requirements.txt
# flytekit
gast==0.5.3
# via tensorflow
google-api-core[grpc]==2.10.2
google-api-core[grpc]==2.11.0
# via
# google-cloud-bigquery
# google-cloud-bigquery-storage
# google-cloud-core
google-auth==2.14.1
google-auth==2.15.0
# via
# google-api-core
# google-auth-oauthlib
Expand Down Expand Up @@ -166,16 +159,14 @@ googleapis-common-protos==1.57.0
# flyteidl
# google-api-core
# grpcio-status
grpcio==1.48.2
grpcio==1.51.1
# via
# -c requirements.txt
# flytekit
# google-api-core
# google-cloud-bigquery
# grpcio-status
# tensorboard
# tensorflow
grpcio-status==1.48.2
grpcio-status==1.51.1
# via
# -c requirements.txt
# -r dev-requirements.in
Expand All @@ -189,7 +180,7 @@ idna==3.4
# via
# -c requirements.txt
# requests
importlib-metadata==5.0.0
importlib-metadata==5.1.0
# via
# -c requirements.txt
# flytekit
Expand All @@ -203,8 +194,13 @@ jaraco-classes==3.2.3
# via
# -c requirements.txt
# keyring
jedi==0.18.1
jedi==0.18.2
# via ipython
jeepney==0.8.0
# via
# -c requirements.txt
# keyring
# secretstorage
jinja2==3.1.2
# via
# -c requirements.txt
Expand Down Expand Up @@ -312,23 +308,22 @@ pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
platformdirs==2.5.4
platformdirs==2.6.0
# via virtualenv
pluggy==1.0.0
# via pytest
pre-commit==2.20.0
# via -r dev-requirements.in
prompt-toolkit==3.0.32
prompt-toolkit==3.0.36
# via ipython
proto-plus==1.22.1
# via
# google-cloud-bigquery
# google-cloud-bigquery-storage
protobuf==3.20.3
protobuf==4.21.10
# via
# -c requirements.txt
# flyteidl
# flytekit
# google-api-core
# google-cloud-bigquery
# google-cloud-bigquery-storage
Expand All @@ -348,7 +343,7 @@ py==1.11.0
# via
# -c requirements.txt
# retry
pyarrow==10.0.0
pyarrow==10.0.1
# via
# -c requirements.txt
# flytekit
Expand Down Expand Up @@ -457,6 +452,10 @@ scikit-learn==1.0.2
# via -r dev-requirements.in
scipy==1.7.3
# via scikit-learn
secretstorage==3.3.3
# via
# -c requirements.txt
# keyring
singledispatchmethod==1.0
# via
# -c requirements.txt
Expand All @@ -467,8 +466,6 @@ six==1.16.0
# astunparse
# dockerpty
# google-auth
# google-pasta
# grpcio
# jsonschema
# keras-preprocessing
# paramiko
Expand Down Expand Up @@ -501,7 +498,7 @@ text-unidecode==1.3
# via
# -c requirements.txt
# python-slugify
texttable==1.6.4
texttable==1.6.7
# via docker-compose
threadpoolctl==3.1.0
# via scikit-learn
Expand All @@ -517,7 +514,7 @@ tomli==2.0.1
# pytest
torch==1.12.1
# via -r dev-requirements.in
traitlets==5.5.0
traitlets==5.6.0
# via
# ipython
# matplotlib-inline
Expand All @@ -539,14 +536,14 @@ typing-inspect==0.8.0
# via
# -c requirements.txt
# dataclasses-json
urllib3==1.26.12
urllib3==1.26.13
# via
# -c requirements.txt
# docker
# flytekit
# requests
# responses
virtualenv==20.16.7
virtualenv==20.17.1
# via pre-commit
wcwidth==0.2.5
# via prompt-toolkit
Expand All @@ -566,8 +563,7 @@ wrapt==1.14.1
# -c requirements.txt
# deprecated
# flytekit
# tensorflow
zipp==3.10.0
zipp==3.11.0
# via
# -c requirements.txt
# importlib-metadata
Expand Down
30 changes: 14 additions & 16 deletions requirements-spark2.txt
Original file line number Diff line number Diff line change
@@ -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.7
# by the following command:
#
# make requirements-spark2.txt
#
Expand All @@ -16,11 +16,11 @@ attrs==20.3.0
# jsonschema
binaryornot==0.4.4
# via cookiecutter
certifi==2022.9.24
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
Expand All @@ -32,9 +32,9 @@ cloudpickle==2.2.0
# via flytekit
cookiecutter==2.1.1
# via flytekit
croniter==1.3.7
croniter==1.3.8
# via flytekit
cryptography==38.0.3
cryptography==38.0.4
# via
# pyopenssl
# secretstorage
Expand All @@ -52,21 +52,21 @@ docker-image-py==0.1.12
# via flytekit
docstring-parser==0.15
# via flytekit
flyteidl==1.2.5
flyteidl==1.3.0
# via flytekit
googleapis-common-protos==1.57.0
# via
# flyteidl
# grpcio-status
grpcio==1.48.2
grpcio==1.51.1
# via
# flytekit
# grpcio-status
grpcio-status==1.48.2
grpcio-status==1.51.1
# via flytekit
idna==3.4
# via requests
importlib-metadata==5.0.0
importlib-metadata==5.1.0
# via
# click
# flytekit
Expand Down Expand Up @@ -121,18 +121,17 @@ pandas==1.3.5
# via
# -r requirements.in
# flytekit
protobuf==3.20.3
protobuf==4.21.10
# via
# flyteidl
# flytekit
# googleapis-common-protos
# grpcio-status
# protoc-gen-swagger
protoc-gen-swagger==0.1.0
# via flyteidl
py==1.11.0
# via retry
pyarrow==10.0.0
pyarrow==10.0.1
# via flytekit
pycparser==2.21
# via cffi
Expand Down Expand Up @@ -181,7 +180,6 @@ singledispatchmethod==1.0
# via flytekit
six==1.16.0
# via
# grpcio
# jsonschema
# python-dateutil
# websocket-client
Expand All @@ -204,7 +202,7 @@ typing-extensions==4.4.0
# typing-inspect
typing-inspect==0.8.0
# via dataclasses-json
urllib3==1.26.12
urllib3==1.26.13
# via
# docker
# flytekit
Expand All @@ -220,7 +218,7 @@ wrapt==1.14.1
# via
# deprecated
# flytekit
zipp==3.10.0
zipp==3.11.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
Loading