Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
  • Loading branch information
kevjumba committed Jun 30, 2022
commit 278cda7af90c26ec24a678f2f5d0efa871abb8d5
4 changes: 2 additions & 2 deletions sdk/python/requirements/py3.10-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,9 @@ grpcio==1.47.0
# grpcio-tools
grpcio-reflection==1.47.0
# via feast (setup.py)
grpcio-testing==1.44.0
grpcio-testing==1.47.0
# via feast (setup.py)
grpcio-tools==1.44.0
grpcio-tools==1.47.0
# via feast (setup.py)
h11==0.13.0
# via uvicorn
Expand Down
4 changes: 2 additions & 2 deletions sdk/python/requirements/py3.8-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,9 @@ grpcio==1.47.0
# grpcio-tools
grpcio-reflection==1.47.0
# via feast (setup.py)
grpcio-testing==1.44.0
grpcio-testing==1.47.0
# via feast (setup.py)
grpcio-tools==1.44.0
grpcio-tools==1.47.0
# via feast (setup.py)
h11==0.13.0
# via uvicorn
Expand Down
4 changes: 2 additions & 2 deletions sdk/python/requirements/py3.9-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,9 @@ grpcio==1.47.0
# grpcio-tools
grpcio-reflection==1.47.0
# via feast (setup.py)
grpcio-testing==1.44.0
grpcio-testing==1.47.0
# via feast (setup.py)
grpcio-tools==1.44.0
grpcio-tools==1.47.0
# via feast (setup.py)
h11==0.13.0
# via uvicorn
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"numpy>=1.22,<2",
"pandas>=1,<2",
"pandavro==1.5.*",
"protobuf>=3.10,<3.20",
"protobuf>=3.10,<4",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"protobuf>=3.10,<4",
"protobuf>3.20,<4",

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed,

"proto-plus==1.20.*",
"pyarrow>=4,<7",
"pydantic>=1,<2",
Expand Down