Skip to content

Commit b43417e

Browse files
committed
Revert ci requirements and update comment in type map
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
1 parent 29a60d7 commit b43417e

File tree

3 files changed

+57
-43
lines changed

3 files changed

+57
-43
lines changed

sdk/python/feast/type_map.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ def _python_value_to_proto_value(
362362
if valid_scalar_types:
363363
assert type(sample) in valid_scalar_types
364364
if feast_value_type == ValueType.BOOL:
365-
# ProtoValue no longer supports conversion of np.bool_ so we need it convert it.
365+
# ProtoValue does not support conversion of np.bool_ so we need to convert it to support np.bool_.
366366
return [
367367
ProtoValue(
368368
**{

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

+49-35
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with python 3.7
33
# To update, run:
44
#
5-
# pip-compile --extra=ci --output-file=requirements/py3.7-ci-requirements.txt setup.py
5+
# pip-compile --extra=ci --output-file=requirements/py3.7-ci-requirements.txt
66
#
77
absl-py==1.0.0
88
# via tensorflow-metadata
@@ -44,6 +44,8 @@ assertpy==1.1
4444
# via feast (setup.py)
4545
async-timeout==4.0.2
4646
# via aiohttp
47+
asynctest==0.13.0
48+
# via aiohttp
4749
attrs==21.4.0
4850
# via
4951
# aiohttp
@@ -52,34 +54,34 @@ attrs==21.4.0
5254
# pytest
5355
avro==1.10.0
5456
# via feast (setup.py)
55-
azure-core==1.22.1
57+
azure-core==1.23.0
5658
# via
5759
# adlfs
5860
# azure-identity
5961
# azure-storage-blob
6062
azure-datalake-store==0.0.52
6163
# via adlfs
62-
azure-identity==1.7.1
64+
azure-identity==1.8.0
6365
# via adlfs
6466
azure-storage-blob==12.9.0
6567
# via adlfs
6668
babel==2.9.1
6769
# via sphinx
6870
backcall==0.2.0
6971
# via ipython
70-
backports.zoneinfo==0.2.1
72+
backports-zoneinfo==0.2.1
7173
# via
7274
# pytz-deprecation-shim
7375
# tzlocal
7476
black==19.10b0
7577
# via feast (setup.py)
7678
bleach==4.1.0
7779
# via nbconvert
78-
boto3==1.21.8
80+
boto3==1.21.11
7981
# via
8082
# feast (setup.py)
8183
# moto
82-
botocore==1.24.8
84+
botocore==1.24.11
8385
# via
8486
# boto3
8587
# moto
@@ -195,7 +197,7 @@ google-api-core[grpc]==1.31.5
195197
# google-cloud-core
196198
# google-cloud-datastore
197199
# google-cloud-firestore
198-
google-api-python-client==2.38.0
200+
google-api-python-client==2.39.0
199201
# via firebase-admin
200202
google-auth==1.35.0
201203
# via
@@ -210,7 +212,7 @@ google-auth-httplib2==0.1.0
210212
# via google-api-python-client
211213
google-auth-oauthlib==0.5.0
212214
# via gcsfs
213-
google-cloud-bigquery==2.34.0
215+
google-cloud-bigquery==2.34.1
214216
# via feast (setup.py)
215217
google-cloud-bigquery-storage==2.12.0
216218
# via feast (setup.py)
@@ -221,7 +223,7 @@ google-cloud-core==1.7.2
221223
# google-cloud-datastore
222224
# google-cloud-firestore
223225
# google-cloud-storage
224-
google-cloud-datastore==2.4.0
226+
google-cloud-datastore==2.5.0
225227
# via feast (setup.py)
226228
google-cloud-firestore==2.3.4
227229
# via firebase-admin
@@ -278,7 +280,17 @@ idna==3.3
278280
imagesize==1.3.0
279281
# via sphinx
280282
importlib-metadata==4.2.0
281-
# via great-expectations
283+
# via
284+
# click
285+
# flake8
286+
# great-expectations
287+
# jsonschema
288+
# moto
289+
# pep517
290+
# pluggy
291+
# pre-commit
292+
# pytest
293+
# virtualenv
282294
importlib-resources==5.4.0
283295
# via jsonschema
284296
iniconfig==1.1.1
@@ -342,13 +354,9 @@ jupyterlab-pygments==0.1.2
342354
# via nbconvert
343355
jupyterlab-widgets==1.0.2
344356
# via ipywidgets
345-
libcst==0.4.1
346-
# via
347-
# google-cloud-bigquery-storage
348-
# google-cloud-datastore
349357
locket==0.2.1
350358
# via partd
351-
markupsafe==2.0.1
359+
markupsafe==2.1.0
352360
# via
353361
# jinja2
354362
# moto
@@ -391,9 +399,7 @@ multidict==6.0.2
391399
mypy==0.931
392400
# via feast (setup.py)
393401
mypy-extensions==0.4.3
394-
# via
395-
# mypy
396-
# typing-inspect
402+
# via mypy
397403
mypy-protobuf==3.1.0
398404
# via feast (setup.py)
399405
nbclient==0.5.11
@@ -604,7 +610,6 @@ pyyaml==6.0
604610
# via
605611
# dask
606612
# feast (setup.py)
607-
# libcst
608613
# pre-commit
609614
# uvicorn
610615
pyzmq==22.3.0
@@ -617,7 +622,7 @@ redis==3.5.3
617622
# redis-py-cluster
618623
redis-py-cluster==2.1.3
619624
# via feast (setup.py)
620-
regex==2022.1.18
625+
regex==2022.3.2
621626
# via black
622627
requests==2.27.1
623628
# via
@@ -647,10 +652,10 @@ responses==0.18.0
647652
# via moto
648653
rsa==4.8
649654
# via google-auth
650-
ruamel.yaml==0.17.17
655+
ruamel-yaml==0.17.17
651656
# via great-expectations
652-
ruamel.yaml.clib==0.2.6
653-
# via ruamel.yaml
657+
ruamel-yaml-clib==0.2.6
658+
# via ruamel-yaml
654659
s3transfer==0.5.2
655660
# via boto3
656661
scipy==1.7.3
@@ -707,11 +712,11 @@ tabulate==0.8.9
707712
# via feast (setup.py)
708713
tenacity==8.0.1
709714
# via feast (setup.py)
710-
tensorflow-metadata==1.6.0
715+
tensorflow-metadata==1.7.0
711716
# via feast (setup.py)
712717
termcolor==1.1.0
713718
# via great-expectations
714-
terminado==0.13.1
719+
terminado==0.13.2
715720
# via notebook
716721
testcontainers==3.4.2
717722
# via feast (setup.py)
@@ -739,7 +744,7 @@ tornado==6.1
739744
# jupyter-client
740745
# notebook
741746
# terminado
742-
tqdm==4.62.3
747+
tqdm==4.63.0
743748
# via
744749
# feast (setup.py)
745750
# great-expectations
@@ -756,10 +761,10 @@ traitlets==5.1.1
756761
# nbformat
757762
# notebook
758763
typed-ast==1.5.2
759-
# via black
760-
types-futures==3.3.8
761-
# via types-protobuf
762-
types-protobuf==3.19.2
764+
# via
765+
# black
766+
# mypy
767+
types-protobuf==3.19.12
763768
# via
764769
# feast (setup.py)
765770
# mypy-protobuf
@@ -777,17 +782,25 @@ types-setuptools==57.4.9
777782
# via feast (setup.py)
778783
types-tabulate==0.8.5
779784
# via feast (setup.py)
780-
types-urllib3==1.26.9
785+
types-urllib3==1.26.10
781786
# via types-requests
782787
typing-extensions==4.1.1
783788
# via
789+
# aiohttp
790+
# anyio
791+
# argon2-cffi
792+
# asgiref
793+
# async-timeout
794+
# azure-core
784795
# great-expectations
785-
# libcst
796+
# h11
797+
# importlib-metadata
798+
# jsonschema
786799
# mypy
787800
# pydantic
788-
# typing-inspect
789-
typing-inspect==0.7.1
790-
# via libcst
801+
# starlette
802+
# uvicorn
803+
# yarl
791804
tzdata==2021.5
792805
# via pytz-deprecation-shim
793806
tzlocal==4.1
@@ -833,6 +846,7 @@ zipp==3.7.0
833846
# via
834847
# importlib-metadata
835848
# importlib-resources
849+
# pep517
836850

837851
# The following packages are considered to be unsafe in a requirements file:
838852
# pip

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

+7-7
Original file line numberDiff line numberDiff line change
@@ -69,19 +69,19 @@ babel==2.9.1
6969
# via sphinx
7070
backcall==0.2.0
7171
# via ipython
72-
backports-zoneinfo==0.2.1
72+
backports.zoneinfo==0.2.1
7373
# via
7474
# pytz-deprecation-shim
7575
# tzlocal
7676
black==19.10b0
7777
# via feast (setup.py)
7878
bleach==4.1.0
7979
# via nbconvert
80-
boto3==1.21.12
80+
boto3==1.21.11
8181
# via
8282
# feast (setup.py)
8383
# moto
84-
botocore==1.24.12
84+
botocore==1.24.11
8585
# via
8686
# boto3
8787
# moto
@@ -646,10 +646,10 @@ responses==0.18.0
646646
# via moto
647647
rsa==4.8
648648
# via google-auth
649-
ruamel-yaml==0.17.17
649+
ruamel.yaml==0.17.17
650650
# via great-expectations
651-
ruamel-yaml-clib==0.2.6
652-
# via ruamel-yaml
651+
ruamel.yaml.clib==0.2.6
652+
# via ruamel.yaml
653653
s3transfer==0.5.2
654654
# via boto3
655655
scipy==1.8.0
@@ -833,4 +833,4 @@ zipp==3.7.0
833833

834834
# The following packages are considered to be unsafe in a requirements file:
835835
# pip
836-
# setuptools
836+
# setuptools

0 commit comments

Comments
 (0)