Skip to content

Commit

Permalink
fix: Recompile ci deps py38 py39
Browse files Browse the repository at this point in the history
Signed-off-by: Hai Nguyen <[email protected]>
  • Loading branch information
sudohainguyen committed Feb 4, 2024
1 parent b321bfa commit 1a505ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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 @@ -466,7 +466,7 @@ mock==2.0.0
# via feast (setup.py)
moreorless==0.4.0
# via bowler
moto==5.0.0
moto==4.2.14
# via feast (setup.py)
msal==1.26.0
# via
Expand All @@ -488,7 +488,7 @@ mypy-extensions==1.0.0
# mypy
mypy-protobuf==3.1.0
# via feast (setup.py)
mysqlclient==2.2.2
mysqlclient==2.2.3
# via feast (setup.py)
nbclient==0.9.0
# via nbconvert
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 @@ -457,7 +457,7 @@ mock==2.0.0
# via feast (setup.py)
moreorless==0.4.0
# via bowler
moto==5.0.0
moto==4.2.14
# via feast (setup.py)
msal==1.26.0
# via
Expand All @@ -479,7 +479,7 @@ mypy-extensions==1.0.0
# mypy
mypy-protobuf==3.1.0
# via feast (setup.py)
mysqlclient==2.2.2
mysqlclient==2.2.3
# via feast (setup.py)
nbclient==0.9.0
# via nbconvert
Expand Down

0 comments on commit 1a505ab

Please sign in to comment.