Skip to content

Commit

Permalink
chore: Loosen mypy-protobuf version constraint (feast-dev#4009)
Browse files Browse the repository at this point in the history
chore: loosen mypy-protobuf version constraint

Having this pinned to an exact version increases the likelihood of
conflict with user code or other libraries.

Changelog: https://github.com/nipunn1313/mypy-protobuf/blob/main/CHANGELOG.md

Signed-off-by: Chris Burroughs <[email protected]>
  • Loading branch information
cburroughs authored Mar 16, 2024
1 parent 34cabfb commit e73dae3
Show file tree
Hide file tree
Showing 7 changed files with 79 additions and 110 deletions.
54 changes: 22 additions & 32 deletions sdk/python/requirements/py3.10-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ black==22.12.0
# via feast (setup.py)
bleach==6.1.0
# via nbconvert
boto3==1.34.59
boto3==1.34.60
# via
# feast (setup.py)
# moto
botocore==1.34.59
botocore==1.34.60
# via
# boto3
# moto
Expand Down Expand Up @@ -122,14 +122,12 @@ colorama==0.4.6
# via
# feast (setup.py)
# great-expectations
comm==0.2.1
comm==0.2.2
# via
# ipykernel
# ipywidgets
coverage[toml]==7.4.3
# via
# coverage
# pytest-cov
# via pytest-cov
cryptography==42.0.5
# via
# azure-identity
Expand Down Expand Up @@ -215,7 +213,7 @@ google-api-core[grpc]==2.17.1
# google-cloud-datastore
# google-cloud-firestore
# google-cloud-storage
google-api-python-client==2.121.0
google-api-python-client==2.122.0
# via firebase-admin
google-auth==2.28.2
# via
Expand All @@ -228,9 +226,7 @@ google-auth==2.28.2
google-auth-httplib2==0.2.0
# via google-api-python-client
google-cloud-bigquery[pandas]==3.12.0
# via
# feast (setup.py)
# google-cloud-bigquery
# via feast (setup.py)
google-cloud-bigquery-storage==2.24.0
# via feast (setup.py)
google-cloud-bigtable==2.23.0
Expand Down Expand Up @@ -258,7 +254,7 @@ google-resumable-media==2.7.0
# via
# google-cloud-bigquery
# google-cloud-storage
googleapis-common-protos[grpc]==1.62.0
googleapis-common-protos[grpc]==1.63.0
# via
# feast (setup.py)
# google-api-core
Expand Down Expand Up @@ -391,12 +387,12 @@ jsonschema[format-nongpl]==4.21.1
# nbformat
jsonschema-specifications==2023.12.1
# via jsonschema
jupyter-client==8.6.0
jupyter-client==8.6.1
# via
# ipykernel
# jupyter-server
# nbclient
jupyter-core==5.7.1
jupyter-core==5.7.2
# via
# ipykernel
# jupyter-client
Expand All @@ -405,7 +401,7 @@ jupyter-core==5.7.1
# nbclient
# nbconvert
# nbformat
jupyter-events==0.9.0
jupyter-events==0.9.1
# via jupyter-server
jupyter-lsp==2.2.4
# via jupyterlab
Expand All @@ -416,13 +412,13 @@ jupyter-server==2.13.0
# jupyterlab-server
# notebook
# notebook-shim
jupyter-server-terminals==0.5.2
jupyter-server-terminals==0.5.3
# via jupyter-server
jupyterlab==4.1.4
# via notebook
jupyterlab-pygments==0.3.0
# via nbconvert
jupyterlab-server==2.25.3
jupyterlab-server==2.25.4
# via
# jupyterlab
# notebook
Expand Down Expand Up @@ -485,13 +481,13 @@ mypy-extensions==1.0.0
# via
# black
# mypy
mypy-protobuf==3.1.0
mypy-protobuf==3.3.0
# via feast (setup.py)
nbclient==0.9.0
nbclient==0.9.1
# via nbconvert
nbconvert==7.16.2
# via jupyter-server
nbformat==5.9.2
nbformat==5.10.2
# via
# great-expectations
# jupyter-server
Expand Down Expand Up @@ -651,7 +647,7 @@ pycodestyle==2.10.0
# via flake8
pycparser==2.21
# via cffi
pydantic==2.6.3
pydantic==2.6.4
# via
# fastapi
# feast (setup.py)
Expand Down Expand Up @@ -830,9 +826,7 @@ sniffio==1.3.1
snowballstemmer==2.2.0
# via sphinx
snowflake-connector-python[pandas]==3.7.1
# via
# feast (setup.py)
# snowflake-connector-python
# via feast (setup.py)
sortedcontainers==2.4.0
# via snowflake-connector-python
soupsieve==2.5
Expand All @@ -852,9 +846,7 @@ sphinxcontrib-qthelp==1.0.7
sphinxcontrib-serializinghtml==1.1.10
# via sphinx
sqlalchemy[mypy]==1.4.52
# via
# feast (setup.py)
# sqlalchemy
# via feast (setup.py)
sqlalchemy2-stubs==0.0.2a38
# via sqlalchemy
sqlglot==20.11.0
Expand All @@ -869,7 +861,7 @@ tabulate==0.9.0
# via feast (setup.py)
tenacity==8.2.3
# via feast (setup.py)
terminado==0.18.0
terminado==0.18.1
# via
# jupyter-server
# jupyter-server-terminals
Expand Down Expand Up @@ -911,7 +903,7 @@ tqdm==4.66.2
# via
# feast (setup.py)
# great-expectations
traitlets==5.14.1
traitlets==5.14.2
# via
# comm
# ipykernel
Expand Down Expand Up @@ -994,9 +986,7 @@ urllib3==1.26.18
# responses
# rockset
uvicorn[standard]==0.28.0
# via
# feast (setup.py)
# uvicorn
# via feast (setup.py)
uvloop==0.19.0
# via uvicorn
virtualenv==20.23.0
Expand All @@ -1023,7 +1013,7 @@ websockets==12.0
# via uvicorn
werkzeug==3.0.1
# via moto
wheel==0.42.0
wheel==0.43.0
# via pip-tools
widgetsnbextension==4.0.10
# via ipywidgets
Expand Down
12 changes: 4 additions & 8 deletions sdk/python/requirements/py3.10-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ mypy==1.9.0
# via sqlalchemy
mypy-extensions==1.0.0
# via mypy
mypy-protobuf==3.1.0
mypy-protobuf==3.5.0
# via feast (setup.py)
numpy==1.24.4
# via
Expand All @@ -117,7 +117,7 @@ protobuf==4.25.3
# proto-plus
pyarrow==15.0.1
# via feast (setup.py)
pydantic==2.6.3
pydantic==2.6.4
# via
# fastapi
# feast (setup.py)
Expand Down Expand Up @@ -153,9 +153,7 @@ sniffio==1.3.1
# anyio
# httpx
sqlalchemy[mypy]==1.4.52
# via
# feast (setup.py)
# sqlalchemy
# via feast (setup.py)
sqlalchemy2-stubs==0.0.2a38
# via sqlalchemy
starlette==0.36.3
Expand Down Expand Up @@ -193,9 +191,7 @@ tzdata==2024.1
urllib3==2.2.1
# via requests
uvicorn[standard]==0.28.0
# via
# feast (setup.py)
# uvicorn
# via feast (setup.py)
uvloop==0.19.0
# via uvicorn
volatile==2.1.0
Expand Down
38 changes: 18 additions & 20 deletions sdk/python/requirements/py3.8-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ black==22.12.0
# via feast (setup.py)
bleach==6.1.0
# via nbconvert
boto3==1.34.59
boto3==1.34.60
# via
# feast (setup.py)
# moto
botocore==1.34.59
botocore==1.34.60
# via
# boto3
# moto
Expand Down Expand Up @@ -126,7 +126,7 @@ colorama==0.4.6
# via
# feast (setup.py)
# great-expectations
comm==0.2.1
comm==0.2.2
# via
# ipykernel
# ipywidgets
Expand Down Expand Up @@ -216,7 +216,7 @@ google-api-core[grpc]==2.17.1
# google-cloud-datastore
# google-cloud-firestore
# google-cloud-storage
google-api-python-client==2.121.0
google-api-python-client==2.122.0
# via firebase-admin
google-auth==2.28.2
# via
Expand Down Expand Up @@ -257,7 +257,7 @@ google-resumable-media==2.7.0
# via
# google-cloud-bigquery
# google-cloud-storage
googleapis-common-protos[grpc]==1.62.0
googleapis-common-protos[grpc]==1.63.0
# via
# feast (setup.py)
# google-api-core
Expand Down Expand Up @@ -402,12 +402,12 @@ jsonschema[format-nongpl]==4.21.1
# nbformat
jsonschema-specifications==2023.12.1
# via jsonschema
jupyter-client==8.6.0
jupyter-client==8.6.1
# via
# ipykernel
# jupyter-server
# nbclient
jupyter-core==5.7.1
jupyter-core==5.7.2
# via
# ipykernel
# jupyter-client
Expand All @@ -416,7 +416,7 @@ jupyter-core==5.7.1
# nbclient
# nbconvert
# nbformat
jupyter-events==0.9.0
jupyter-events==0.9.1
# via jupyter-server
jupyter-lsp==2.2.4
# via jupyterlab
Expand All @@ -427,13 +427,13 @@ jupyter-server==2.13.0
# jupyterlab-server
# notebook
# notebook-shim
jupyter-server-terminals==0.5.2
jupyter-server-terminals==0.5.3
# via jupyter-server
jupyterlab==4.1.4
# via notebook
jupyterlab-pygments==0.3.0
# via nbconvert
jupyterlab-server==2.25.3
jupyterlab-server==2.25.4
# via
# jupyterlab
# notebook
Expand Down Expand Up @@ -496,13 +496,13 @@ mypy-extensions==1.0.0
# via
# black
# mypy
mypy-protobuf==3.1.0
mypy-protobuf==3.3.0
# via feast (setup.py)
nbclient==0.9.0
nbclient==0.9.1
# via nbconvert
nbconvert==7.16.2
# via jupyter-server
nbformat==5.9.2
nbformat==5.10.2
# via
# great-expectations
# jupyter-server
Expand Down Expand Up @@ -663,7 +663,7 @@ pycodestyle==2.10.0
# via flake8
pycparser==2.21
# via cffi
pydantic==2.6.3
pydantic==2.6.4
# via
# fastapi
# feast (setup.py)
Expand Down Expand Up @@ -866,9 +866,7 @@ sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sqlalchemy[mypy]==1.4.52
# via
# feast (setup.py)
# sqlalchemy
# via feast (setup.py)
sqlalchemy2-stubs==0.0.2a38
# via sqlalchemy
sqlglot==10.6.4
Expand All @@ -881,7 +879,7 @@ tabulate==0.9.0
# via feast (setup.py)
tenacity==8.2.3
# via feast (setup.py)
terminado==0.18.0
terminado==0.18.1
# via
# jupyter-server
# jupyter-server-terminals
Expand Down Expand Up @@ -923,7 +921,7 @@ tqdm==4.66.2
# via
# feast (setup.py)
# great-expectations
traitlets==5.14.1
traitlets==5.14.2
# via
# comm
# ipykernel
Expand Down Expand Up @@ -1037,7 +1035,7 @@ websockets==12.0
# via uvicorn
werkzeug==3.0.1
# via moto
wheel==0.42.0
wheel==0.43.0
# via pip-tools
widgetsnbextension==4.0.10
# via ipywidgets
Expand Down
Loading

0 comments on commit e73dae3

Please sign in to comment.