Skip to content

Commit

Permalink
[master]
Browse files Browse the repository at this point in the history
Signed-off-by: mehmettokgoz <mehmet.tokgoz@hazelcast.com>

Signed-off-by: mehmettokgoz <mehmet.tokgoz@hazelcast.com>
  • Loading branch information
mehmettokgoz committed Aug 28, 2023
2 parents b3d9a5f + 58aff34 commit 43a2c91
Show file tree
Hide file tree
Showing 19 changed files with 117 additions and 123 deletions.
2 changes: 1 addition & 1 deletion .github/fork_workflows/fork_pr_integration_tests_aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
run: aws sts get-caller-identity
- name: Upgrade pip version
run: |
pip install --upgrade "pip>=21.3.1,<22.1"
pip install --upgrade "pip>=21.3.1,<22.3"
- name: Get pip cache dir
id: pip-cache
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/fork_workflows/fork_pr_integration_tests_gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: gcloud info
- name: Upgrade pip version
run: |
pip install --upgrade "pip>=21.3.1,<22.1"
pip install --upgrade "pip>=21.3.1,<23.2"
- name: Get pip cache dir
id: pip-cache
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Upgrade pip version
run: |
pip install --upgrade "pip>=21.3.1,<22.1"
pip install --upgrade "pip>=21.3.1,<23.2"
- name: Get pip cache dir
id: pip-cache
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java_master_only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
architecture: x64
- name: Upgrade pip version
run: |
pip install --upgrade pip
pip install --upgrade "pip>=21.3.1,<23.2"
- name: Get pip cache dir
id: pip-cache
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
architecture: x64
- name: Upgrade pip version
run: |
pip install --upgrade pip
pip install --upgrade "pip>=21.3.1,<23.2"
- name: Get pip cache dir
id: pip-cache
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
architecture: x64
- name: Upgrade pip version
run: |
pip install --upgrade pip
pip install --upgrade "pip>=21.3.1,<23.2"
- name: Get pip cache dir
id: pip-cache
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master_only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
run: aws sts get-caller-identity
- name: Upgrade pip version
run: |
pip install --upgrade pip
pip install --upgrade "pip>=21.3.1,<23.2"
- name: Get pip cache dir
id: pip-cache
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
run: aws sts get-caller-identity
- name: Upgrade pip version
run: |
pip install --upgrade pip
pip install --upgrade "pip>=21.3.1,<23.2"
- name: Get pip cache dir
id: pip-cache
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
run: aws sts get-caller-identity
- name: Upgrade pip version
run: |
pip install --upgrade pip
pip install --upgrade "pip>=21.3.1,<23.2"
- name: Get pip cache dir
id: pip-cache
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_local_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
architecture: x64
- name: Upgrade pip version
run: |
pip install --upgrade pip
pip install --upgrade "pip>=21.3.1,<23.2"
- name: Get pip cache dir
id: pip-cache
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
ln -sv $(brew --prefix zlib)/lib/libz.dylib $(brew --prefix)/lib/libzlib.dylib
- name: Upgrade pip version
run: |
pip install --upgrade pip
pip install --upgrade "pip>=21.3.1,<23.2"
- name: Get pip cache dir
id: pip-cache
run: |
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ kill-trino-locally:
cd ${ROOT_DIR}; docker stop trino

install-protoc-dependencies:
pip install --ignore-installed protobuf grpcio-tools==1.47.0 mypy-protobuf==3.1.0
pip install --ignore-installed protobuf==4.23.4 grpcio-tools==1.47.0 mypy-protobuf==3.1.0

install-feast-ci-locally:
pip install -e ".[ci]"
Expand Down
48 changes: 23 additions & 25 deletions sdk/python/requirements/py3.10-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ attrs==23.1.0
# referencing
avro==1.10.0
# via feast (setup.py)
azure-core==1.29.2
azure-core==1.29.3
# via
# adlfs
# azure-identity
Expand Down Expand Up @@ -86,11 +86,11 @@ black==22.12.0
# via feast (setup.py)
bleach==6.0.0
# via nbconvert
boto3==1.28.28
boto3==1.28.35
# via
# feast (setup.py)
# moto
botocore==1.31.28
botocore==1.31.35
# via
# boto3
# moto
Expand Down Expand Up @@ -131,7 +131,7 @@ charset-normalizer==3.2.0
# aiohttp
# requests
# snowflake-connector-python
click==8.1.6
click==8.1.7
# via
# black
# bowler
Expand Down Expand Up @@ -168,7 +168,7 @@ cryptography==41.0.3
# snowflake-connector-python
# types-pyopenssl
# types-redis
dask==2023.8.0
dask==2023.8.1
# via feast (setup.py)
db-dtypes==1.1.1
# via google-cloud-bigquery
Expand Down Expand Up @@ -207,7 +207,7 @@ execnet==2.0.2
# via pytest-xdist
executing==1.2.0
# via stack-data
fastapi==0.101.1
fastapi==0.103.0
# via feast (setup.py)
fastavro==1.8.2
# via
Expand All @@ -223,7 +223,7 @@ firebase-admin==5.4.0
# via feast (setup.py)
fissix==21.11.13
# via bowler
flake8==6.0.0
flake8==6.1.0
# via feast (setup.py)
fqdn==1.5.1
# via jsonschema
Expand Down Expand Up @@ -352,7 +352,7 @@ httptools==0.6.0
# via uvicorn
httpx==0.24.1
# via feast (setup.py)
identify==2.5.26
identify==2.5.27
# via pre-commit
idna==3.4
# via
Expand Down Expand Up @@ -440,7 +440,7 @@ jupyter-events==0.7.0
# via jupyter-server
jupyter-lsp==2.2.0
# via jupyterlab
jupyter-server==2.7.1
jupyter-server==2.7.2
# via
# jupyter-lsp
# jupyterlab
Expand Down Expand Up @@ -490,7 +490,7 @@ mock==2.0.0
# via feast (setup.py)
moreorless==0.4.0
# via bowler
moto==4.1.14
moto==4.2.0
# via feast (setup.py)
msal==1.23.0
# via
Expand Down Expand Up @@ -612,7 +612,7 @@ platformdirs==3.8.1
# jupyter-core
# snowflake-connector-python
# virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via pytest
ply==3.11
# via thriftpy2
Expand All @@ -632,7 +632,7 @@ proto-plus==1.22.3
# google-cloud-bigtable
# google-cloud-datastore
# google-cloud-firestore
protobuf==4.24.0
protobuf==4.23.3
# via
# feast (setup.py)
# google-api-core
Expand Down Expand Up @@ -682,7 +682,7 @@ pyasn1-modules==0.3.0
# via google-auth
pybindgen==0.22.1
# via feast (setup.py)
pycodestyle==2.10.0
pycodestyle==2.11.0
# via flake8
pycparser==2.21
# via cffi
Expand All @@ -693,7 +693,7 @@ pydantic==1.10.12
# fastapi
# feast (setup.py)
# great-expectations
pyflakes==3.0.1
pyflakes==3.1.0
# via flake8
pygments==2.16.1
# via
Expand Down Expand Up @@ -833,7 +833,7 @@ rfc3986-validator==0.1.1
# jupyter-events
rockset==2.1.0
# via feast (setup.py)
rpds-py==0.9.2
rpds-py==0.10.0
# via
# jsonschema
# referencing
Expand All @@ -843,7 +843,7 @@ ruamel-yaml==0.17.17
# via great-expectations
s3transfer==0.6.2
# via boto3
scipy==1.11.1
scipy==1.11.2
# via great-expectations
send2trash==1.8.2
# via jupyter-server
Expand Down Expand Up @@ -896,7 +896,7 @@ sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.6
# via sphinx
sphinxcontrib-serializinghtml==1.1.8
sphinxcontrib-serializinghtml==1.1.9
# via sphinx
sqlalchemy[mypy]==1.4.49
# via feast (setup.py)
Expand Down Expand Up @@ -986,7 +986,7 @@ types-pyyaml==6.0.12.11
# via
# feast (setup.py)
# responses
types-redis==4.6.0.4
types-redis==4.6.0.5
# via feast (setup.py)
types-requests==2.31.0.2
# via feast (setup.py)
Expand Down Expand Up @@ -1033,13 +1033,11 @@ uvicorn[standard]==0.23.2
# via feast (setup.py)
uvloop==0.17.0
# via uvicorn
virtualenv==20.23.0
# via
# feast (setup.py)
# pre-commit
virtualenv==20.24.1
# via pre-commit
volatile==2.1.0
# via bowler
watchfiles==0.19.0
watchfiles==0.20.0
# via uvicorn
wcwidth==0.2.6
# via prompt-toolkit
Expand All @@ -1049,7 +1047,7 @@ webencodings==0.5.1
# via
# bleach
# tinycss2
websocket-client==1.6.1
websocket-client==1.6.2
# via
# docker
# jupyter-server
Expand All @@ -1058,7 +1056,7 @@ websockets==11.0.3
# via uvicorn
werkzeug==2.3.7
# via moto
wheel==0.41.1
wheel==0.41.2
# via pip-tools
widgetsnbextension==4.0.8
# via ipywidgets
Expand Down
24 changes: 12 additions & 12 deletions sdk/python/requirements/py3.10-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ certifi==2023.7.22
# requests
charset-normalizer==3.2.0
# via requests
click==8.1.6
click==8.1.7
# via
# bowler
# dask
Expand All @@ -36,13 +36,13 @@ cloudpickle==2.2.1
# via dask
colorama==0.4.6
# via feast (setup.py)
dask==2023.8.0
dask==2023.8.1
# via feast (setup.py)
dill==0.3.7
# via feast (setup.py)
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via anyio
fastapi==0.101.0
fastapi==0.103.0
# via feast (setup.py)
fastavro==1.8.2
# via
Expand Down Expand Up @@ -97,11 +97,11 @@ mmh3==4.0.1
# via feast (setup.py)
moreorless==0.4.0
# via bowler
mypy==1.4.1
mypy==1.5.1
# via sqlalchemy
mypy-extensions==1.0.0
# via mypy
mypy-protobuf==3.5.0
mypy-protobuf==3.4.0
# via feast (setup.py)
numpy==1.25.2
# via
Expand All @@ -123,7 +123,7 @@ partd==1.4.0
# via dask
proto-plus==1.22.3
# via feast (setup.py)
protobuf==4.23.4
protobuf==4.23.3
# via
# feast (setup.py)
# grpcio-health-checking
Expand Down Expand Up @@ -156,7 +156,7 @@ referencing==0.30.2
# jsonschema-specifications
requests==2.31.0
# via feast (setup.py)
rpds-py==0.9.2
rpds-py==0.10.0
# via
# jsonschema
# referencing
Expand All @@ -177,7 +177,7 @@ starlette==0.27.0
# via fastapi
tabulate==0.9.0
# via feast (setup.py)
tenacity==8.2.2
tenacity==8.2.3
# via feast (setup.py)
toml==0.10.2
# via feast (setup.py)
Expand All @@ -187,11 +187,11 @@ toolz==0.12.0
# via
# dask
# partd
tqdm==4.65.0
tqdm==4.66.1
# via feast (setup.py)
typeguard==2.13.3
# via feast (setup.py)
types-protobuf==4.23.0.3
types-protobuf==4.24.0.1
# via mypy-protobuf
typing-extensions==4.7.1
# via
Expand All @@ -208,7 +208,7 @@ uvloop==0.17.0
# via uvicorn
volatile==2.1.0
# via bowler
watchfiles==0.19.0
watchfiles==0.20.0
# via uvicorn
websockets==11.0.3
# via uvicorn
Expand Down
Loading

0 comments on commit 43a2c91

Please sign in to comment.