Skip to content

Commit

Permalink
Force flyteidl==1.2.9
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
  • Loading branch information
eapolinario committed Feb 22, 2023
1 parent 10bf232 commit f0a4f68
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ exceptiongroup==1.0.4
# via pytest
filelock==3.8.0
# via virtualenv
flyteidl==1.2.5
flyteidl==1.2.9
# via
# -c requirements.txt
# flytekit
Expand Down
2 changes: 1 addition & 1 deletion requirements-spark2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ docker-image-py==0.1.12
# via flytekit
docstring-parser==0.15
# via flytekit
flyteidl==1.2.5
flyteidl==1.2.9
# via flytekit
googleapis-common-protos==1.57.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ docker-image-py==0.1.12
# via flytekit
docstring-parser==0.15
# via flytekit
flyteidl==1.2.5
flyteidl==1.2.9
# via flytekit
googleapis-common-protos==1.57.0
# via
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
]
},
install_requires=[
"flyteidl>=1.2.0,<1.3.0",
"flyteidl>=1.2.9,<1.3.0",
"wheel>=0.30.0,<1.0.0",
"pandas>=1.0.0,<2.0.0",
"pyarrow>=4.0.0,<11.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ docker-image-py==0.1.12
# via flytekit
docstring-parser==0.15
# via flytekit
flyteidl==1.2.5
flyteidl==1.2.9
# via flytekit
flytekit==1.2.4
# via -r tests/flytekit/integration/remote/mock_flyte_repo/workflows/requirements.in
Expand Down

0 comments on commit f0a4f68

Please sign in to comment.