Skip to content

Commit e73dae3

Browse files
authored
chore: Loosen mypy-protobuf version constraint (#4009)
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 <chris.burroughs@gmail.com>
1 parent 34cabfb commit e73dae3

7 files changed

Lines changed: 79 additions & 110 deletions

File tree

sdk/python/requirements/py3.10-ci-requirements.txt

Lines changed: 22 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ black==22.12.0
6363
# via feast (setup.py)
6464
bleach==6.1.0
6565
# via nbconvert
66-
boto3==1.34.59
66+
boto3==1.34.60
6767
# via
6868
# feast (setup.py)
6969
# moto
70-
botocore==1.34.59
70+
botocore==1.34.60
7171
# via
7272
# boto3
7373
# moto
@@ -122,14 +122,12 @@ colorama==0.4.6
122122
# via
123123
# feast (setup.py)
124124
# great-expectations
125-
comm==0.2.1
125+
comm==0.2.2
126126
# via
127127
# ipykernel
128128
# ipywidgets
129129
coverage[toml]==7.4.3
130-
# via
131-
# coverage
132-
# pytest-cov
130+
# via pytest-cov
133131
cryptography==42.0.5
134132
# via
135133
# azure-identity
@@ -215,7 +213,7 @@ google-api-core[grpc]==2.17.1
215213
# google-cloud-datastore
216214
# google-cloud-firestore
217215
# google-cloud-storage
218-
google-api-python-client==2.121.0
216+
google-api-python-client==2.122.0
219217
# via firebase-admin
220218
google-auth==2.28.2
221219
# via
@@ -228,9 +226,7 @@ google-auth==2.28.2
228226
google-auth-httplib2==0.2.0
229227
# via google-api-python-client
230228
google-cloud-bigquery[pandas]==3.12.0
231-
# via
232-
# feast (setup.py)
233-
# google-cloud-bigquery
229+
# via feast (setup.py)
234230
google-cloud-bigquery-storage==2.24.0
235231
# via feast (setup.py)
236232
google-cloud-bigtable==2.23.0
@@ -258,7 +254,7 @@ google-resumable-media==2.7.0
258254
# via
259255
# google-cloud-bigquery
260256
# google-cloud-storage
261-
googleapis-common-protos[grpc]==1.62.0
257+
googleapis-common-protos[grpc]==1.63.0
262258
# via
263259
# feast (setup.py)
264260
# google-api-core
@@ -391,12 +387,12 @@ jsonschema[format-nongpl]==4.21.1
391387
# nbformat
392388
jsonschema-specifications==2023.12.1
393389
# via jsonschema
394-
jupyter-client==8.6.0
390+
jupyter-client==8.6.1
395391
# via
396392
# ipykernel
397393
# jupyter-server
398394
# nbclient
399-
jupyter-core==5.7.1
395+
jupyter-core==5.7.2
400396
# via
401397
# ipykernel
402398
# jupyter-client
@@ -405,7 +401,7 @@ jupyter-core==5.7.1
405401
# nbclient
406402
# nbconvert
407403
# nbformat
408-
jupyter-events==0.9.0
404+
jupyter-events==0.9.1
409405
# via jupyter-server
410406
jupyter-lsp==2.2.4
411407
# via jupyterlab
@@ -416,13 +412,13 @@ jupyter-server==2.13.0
416412
# jupyterlab-server
417413
# notebook
418414
# notebook-shim
419-
jupyter-server-terminals==0.5.2
415+
jupyter-server-terminals==0.5.3
420416
# via jupyter-server
421417
jupyterlab==4.1.4
422418
# via notebook
423419
jupyterlab-pygments==0.3.0
424420
# via nbconvert
425-
jupyterlab-server==2.25.3
421+
jupyterlab-server==2.25.4
426422
# via
427423
# jupyterlab
428424
# notebook
@@ -485,13 +481,13 @@ mypy-extensions==1.0.0
485481
# via
486482
# black
487483
# mypy
488-
mypy-protobuf==3.1.0
484+
mypy-protobuf==3.3.0
489485
# via feast (setup.py)
490-
nbclient==0.9.0
486+
nbclient==0.9.1
491487
# via nbconvert
492488
nbconvert==7.16.2
493489
# via jupyter-server
494-
nbformat==5.9.2
490+
nbformat==5.10.2
495491
# via
496492
# great-expectations
497493
# jupyter-server
@@ -651,7 +647,7 @@ pycodestyle==2.10.0
651647
# via flake8
652648
pycparser==2.21
653649
# via cffi
654-
pydantic==2.6.3
650+
pydantic==2.6.4
655651
# via
656652
# fastapi
657653
# feast (setup.py)
@@ -830,9 +826,7 @@ sniffio==1.3.1
830826
snowballstemmer==2.2.0
831827
# via sphinx
832828
snowflake-connector-python[pandas]==3.7.1
833-
# via
834-
# feast (setup.py)
835-
# snowflake-connector-python
829+
# via feast (setup.py)
836830
sortedcontainers==2.4.0
837831
# via snowflake-connector-python
838832
soupsieve==2.5
@@ -852,9 +846,7 @@ sphinxcontrib-qthelp==1.0.7
852846
sphinxcontrib-serializinghtml==1.1.10
853847
# via sphinx
854848
sqlalchemy[mypy]==1.4.52
855-
# via
856-
# feast (setup.py)
857-
# sqlalchemy
849+
# via feast (setup.py)
858850
sqlalchemy2-stubs==0.0.2a38
859851
# via sqlalchemy
860852
sqlglot==20.11.0
@@ -869,7 +861,7 @@ tabulate==0.9.0
869861
# via feast (setup.py)
870862
tenacity==8.2.3
871863
# via feast (setup.py)
872-
terminado==0.18.0
864+
terminado==0.18.1
873865
# via
874866
# jupyter-server
875867
# jupyter-server-terminals
@@ -911,7 +903,7 @@ tqdm==4.66.2
911903
# via
912904
# feast (setup.py)
913905
# great-expectations
914-
traitlets==5.14.1
906+
traitlets==5.14.2
915907
# via
916908
# comm
917909
# ipykernel
@@ -994,9 +986,7 @@ urllib3==1.26.18
994986
# responses
995987
# rockset
996988
uvicorn[standard]==0.28.0
997-
# via
998-
# feast (setup.py)
999-
# uvicorn
989+
# via feast (setup.py)
1000990
uvloop==0.19.0
1001991
# via uvicorn
1002992
virtualenv==20.23.0
@@ -1023,7 +1013,7 @@ websockets==12.0
10231013
# via uvicorn
10241014
werkzeug==3.0.1
10251015
# via moto
1026-
wheel==0.42.0
1016+
wheel==0.43.0
10271017
# via pip-tools
10281018
widgetsnbextension==4.0.10
10291019
# via ipywidgets

sdk/python/requirements/py3.10-requirements.txt

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ mypy==1.9.0
9393
# via sqlalchemy
9494
mypy-extensions==1.0.0
9595
# via mypy
96-
mypy-protobuf==3.1.0
96+
mypy-protobuf==3.5.0
9797
# via feast (setup.py)
9898
numpy==1.24.4
9999
# via
@@ -117,7 +117,7 @@ protobuf==4.25.3
117117
# proto-plus
118118
pyarrow==15.0.1
119119
# via feast (setup.py)
120-
pydantic==2.6.3
120+
pydantic==2.6.4
121121
# via
122122
# fastapi
123123
# feast (setup.py)
@@ -153,9 +153,7 @@ sniffio==1.3.1
153153
# anyio
154154
# httpx
155155
sqlalchemy[mypy]==1.4.52
156-
# via
157-
# feast (setup.py)
158-
# sqlalchemy
156+
# via feast (setup.py)
159157
sqlalchemy2-stubs==0.0.2a38
160158
# via sqlalchemy
161159
starlette==0.36.3
@@ -193,9 +191,7 @@ tzdata==2024.1
193191
urllib3==2.2.1
194192
# via requests
195193
uvicorn[standard]==0.28.0
196-
# via
197-
# feast (setup.py)
198-
# uvicorn
194+
# via feast (setup.py)
199195
uvloop==0.19.0
200196
# via uvicorn
201197
volatile==2.1.0

sdk/python/requirements/py3.8-ci-requirements.txt

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ black==22.12.0
6767
# via feast (setup.py)
6868
bleach==6.1.0
6969
# via nbconvert
70-
boto3==1.34.59
70+
boto3==1.34.60
7171
# via
7272
# feast (setup.py)
7373
# moto
74-
botocore==1.34.59
74+
botocore==1.34.60
7575
# via
7676
# boto3
7777
# moto
@@ -126,7 +126,7 @@ colorama==0.4.6
126126
# via
127127
# feast (setup.py)
128128
# great-expectations
129-
comm==0.2.1
129+
comm==0.2.2
130130
# via
131131
# ipykernel
132132
# ipywidgets
@@ -216,7 +216,7 @@ google-api-core[grpc]==2.17.1
216216
# google-cloud-datastore
217217
# google-cloud-firestore
218218
# google-cloud-storage
219-
google-api-python-client==2.121.0
219+
google-api-python-client==2.122.0
220220
# via firebase-admin
221221
google-auth==2.28.2
222222
# via
@@ -257,7 +257,7 @@ google-resumable-media==2.7.0
257257
# via
258258
# google-cloud-bigquery
259259
# google-cloud-storage
260-
googleapis-common-protos[grpc]==1.62.0
260+
googleapis-common-protos[grpc]==1.63.0
261261
# via
262262
# feast (setup.py)
263263
# google-api-core
@@ -402,12 +402,12 @@ jsonschema[format-nongpl]==4.21.1
402402
# nbformat
403403
jsonschema-specifications==2023.12.1
404404
# via jsonschema
405-
jupyter-client==8.6.0
405+
jupyter-client==8.6.1
406406
# via
407407
# ipykernel
408408
# jupyter-server
409409
# nbclient
410-
jupyter-core==5.7.1
410+
jupyter-core==5.7.2
411411
# via
412412
# ipykernel
413413
# jupyter-client
@@ -416,7 +416,7 @@ jupyter-core==5.7.1
416416
# nbclient
417417
# nbconvert
418418
# nbformat
419-
jupyter-events==0.9.0
419+
jupyter-events==0.9.1
420420
# via jupyter-server
421421
jupyter-lsp==2.2.4
422422
# via jupyterlab
@@ -427,13 +427,13 @@ jupyter-server==2.13.0
427427
# jupyterlab-server
428428
# notebook
429429
# notebook-shim
430-
jupyter-server-terminals==0.5.2
430+
jupyter-server-terminals==0.5.3
431431
# via jupyter-server
432432
jupyterlab==4.1.4
433433
# via notebook
434434
jupyterlab-pygments==0.3.0
435435
# via nbconvert
436-
jupyterlab-server==2.25.3
436+
jupyterlab-server==2.25.4
437437
# via
438438
# jupyterlab
439439
# notebook
@@ -496,13 +496,13 @@ mypy-extensions==1.0.0
496496
# via
497497
# black
498498
# mypy
499-
mypy-protobuf==3.1.0
499+
mypy-protobuf==3.3.0
500500
# via feast (setup.py)
501-
nbclient==0.9.0
501+
nbclient==0.9.1
502502
# via nbconvert
503503
nbconvert==7.16.2
504504
# via jupyter-server
505-
nbformat==5.9.2
505+
nbformat==5.10.2
506506
# via
507507
# great-expectations
508508
# jupyter-server
@@ -663,7 +663,7 @@ pycodestyle==2.10.0
663663
# via flake8
664664
pycparser==2.21
665665
# via cffi
666-
pydantic==2.6.3
666+
pydantic==2.6.4
667667
# via
668668
# fastapi
669669
# feast (setup.py)
@@ -866,9 +866,7 @@ sphinxcontrib-qthelp==1.0.3
866866
sphinxcontrib-serializinghtml==1.1.5
867867
# via sphinx
868868
sqlalchemy[mypy]==1.4.52
869-
# via
870-
# feast (setup.py)
871-
# sqlalchemy
869+
# via feast (setup.py)
872870
sqlalchemy2-stubs==0.0.2a38
873871
# via sqlalchemy
874872
sqlglot==10.6.4
@@ -881,7 +879,7 @@ tabulate==0.9.0
881879
# via feast (setup.py)
882880
tenacity==8.2.3
883881
# via feast (setup.py)
884-
terminado==0.18.0
882+
terminado==0.18.1
885883
# via
886884
# jupyter-server
887885
# jupyter-server-terminals
@@ -923,7 +921,7 @@ tqdm==4.66.2
923921
# via
924922
# feast (setup.py)
925923
# great-expectations
926-
traitlets==5.14.1
924+
traitlets==5.14.2
927925
# via
928926
# comm
929927
# ipykernel
@@ -1037,7 +1035,7 @@ websockets==12.0
10371035
# via uvicorn
10381036
werkzeug==3.0.1
10391037
# via moto
1040-
wheel==0.42.0
1038+
wheel==0.43.0
10411039
# via pip-tools
10421040
widgetsnbextension==4.0.10
10431041
# via ipywidgets

0 commit comments

Comments
 (0)