Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 3 additions & 3 deletions sdk/python/requirements/py3.10-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ comm==0.2.1
# ipywidgets
coverage[toml]==7.4.1
# via pytest-cov
cryptography==41.0.7
cryptography==42.0.4
# via
# azure-identity
# azure-storage-blob
Expand Down Expand Up @@ -659,7 +659,7 @@ pymysql==1.1.0
# via feast (setup.py)
pyodbc==5.1.0
# via feast (setup.py)
pyopenssl==23.3.0
pyopenssl==24.0.0
# via snowflake-connector-python
pyparsing==3.1.1
# via
Expand Down Expand Up @@ -805,7 +805,7 @@ sniffio==1.3.0
# httpx
snowballstemmer==2.2.0
# via sphinx
snowflake-connector-python[pandas]==3.7.0
snowflake-connector-python[pandas]==3.7.1
# via feast (setup.py)
sortedcontainers==2.4.0
# via snowflake-connector-python
Expand Down
6 changes: 3 additions & 3 deletions sdk/python/requirements/py3.8-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ comm==0.2.1
# ipywidgets
coverage[toml]==7.4.1
# via pytest-cov
cryptography==41.0.7
cryptography==42.0.4
# via
# azure-identity
# azure-storage-blob
Expand Down Expand Up @@ -680,7 +680,7 @@ pymysql==1.1.0
# via feast (setup.py)
pyodbc==5.1.0
# via feast (setup.py)
pyopenssl==23.3.0
pyopenssl==24.0.0
# via snowflake-connector-python
pyparsing==3.1.1
# via
Expand Down Expand Up @@ -829,7 +829,7 @@ sniffio==1.3.0
# httpx
snowballstemmer==2.2.0
# via sphinx
snowflake-connector-python[pandas]==3.7.0
snowflake-connector-python[pandas]==3.7.1
# via feast (setup.py)
sortedcontainers==2.4.0
# via snowflake-connector-python
Expand Down
6 changes: 3 additions & 3 deletions sdk/python/requirements/py3.9-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ comm==0.2.1
# ipywidgets
coverage[toml]==7.4.1
# via pytest-cov
cryptography==41.0.7
cryptography==42.0.4
# via
# azure-identity
# azure-storage-blob
Expand Down Expand Up @@ -666,7 +666,7 @@ pymysql==1.1.0
# via feast (setup.py)
pyodbc==5.1.0
# via feast (setup.py)
pyopenssl==23.3.0
pyopenssl==24.0.0
# via snowflake-connector-python
pyparsing==3.1.1
# via
Expand Down Expand Up @@ -814,7 +814,7 @@ sniffio==1.3.0
# httpx
snowballstemmer==2.2.0
# via sphinx
snowflake-connector-python[pandas]==3.7.0
snowflake-connector-python[pandas]==3.7.1
# via feast (setup.py)
sortedcontainers==2.4.0
# via snowflake-connector-python
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
[
"build",
"virtualenv==20.23.0",
"cryptography>=35.0,<42",
"cryptography>=35.0,<43",
"flake8>=6.0.0,<6.1.0",
"black>=22.6.0,<23",
"isort>=5,<6",
Expand Down