-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Support python 3.10 runtime in apps #126
Changes from 4 commits
4ad2482
7358b87
8143ae8
37d15d2
c514196
3d11c00
8ae91f1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
ignore: | ||
SNYK-PYTHON-H2O-6125908: | ||
- "*": | ||
reason: Not fixed version for h2o yet | ||
expires: 2025-01-01T00:00:00.000Z | ||
snyk:lic:pip:certifi:MPL-2.0: | ||
- "*": | ||
reason: False positive | ||
expires: 2025-01-01T00:00:00.000Z |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
pandas==1.1.0 | ||
pygments==2.7.1 | ||
pandas==1.4.0 | ||
Pygments==2.15.0 | ||
h2o-wave<1.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. newer pygments? https://pypi.org/project/Pygments/2.17.2/ |
||
h2o-wave-ml>=0.7.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Wave 1.0 introduces a breaking change for handle_on functionality. So Wave update needs to be handled separately. |
||
https://h2o-release.s3.amazonaws.com/h2o/rel-zizler/7/Python/h2o-3.34.0.7-py2.py3-none-any.whl | ||
setuptools==65.5.1 | ||
|
||
black==20.8b1 | ||
flake8-black==0.2.1 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
ignore: | ||
SNYK-PYTHON-H2O-6125908: | ||
- "*": | ||
reason: Not fixed version for h2o yet | ||
expires: 2025-01-01T00:00:00.000Z | ||
snyk:lic:pip:certifi:MPL-2.0: | ||
- "*": | ||
reason: False positive | ||
expires: 2025-01-01T00:00:00.000Z |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
numpy==1.19.1 | ||
pandas==1.1.0 | ||
numpy==1.22.2 | ||
pandas==1.4.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
plotly==4.10.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
pygments==2.7.1 | ||
pygments==2.15.0 | ||
h2o-wave<1.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
h2o-wave-ml>=0.7.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Wave 1.0 introduces a breaking change for handle_on functionality. So Wave update needs to be handled separately. |
||
requests | ||
tabulate | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. let's freeze the version for predictable deployments |
||
colorama>=0.3.8 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. let's freeze the version for predictable deployments |
||
future | ||
setuptools==65.5.1 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. let's freeze the version for predictable deployments |
||
https://h2o-release.s3.amazonaws.com/h2o/rel-zizler/7/Python/h2o-3.34.0.7-py2.py3-none-any.whl |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
ignore: | ||
snyk:lic:pip:certifi:MPL-2.0: | ||
- "*": | ||
reason: False positive | ||
expires: 2025-01-01T00:00:00.000Z |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
pandas==1.1.0 | ||
pandas==1.4.0 | ||
h2o-wave<1.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
matplotlib | ||
wordcloud | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. let's freeze the version https://pypi.org/project/matplotlib/3.8.3/ |
||
wordcloud | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. let's freeze the version https://pypi.org/project/wordcloud/1.9.3/ |
||
numpy==1.22.2 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
setuptools==65.5.1 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
ignore: | ||
snyk:lic:pip:certifi:MPL-2.0: | ||
- "*": | ||
reason: False positive | ||
expires: 2025-01-01T00:00:00.000Z |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
certifi==2020.12.5; python_version >= "3.6" and python_full_version >= "3.6.1" | ||
click==7.1.2; python_full_version >= "3.6.1" | ||
h11==0.11.0; python_version >= "3.6" and python_full_version >= "3.6.1" | ||
certifi==2024.2.2 | ||
click==7.1.2 | ||
h11==0.11.0 | ||
h2o-wave<1.0 | ||
httpcore==0.12.2; python_version >= "3.6" and python_full_version >= "3.6.1" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Wave 1.0 introduces a breaking change for handle_on functionality. So Wave update needs to be handled separately. |
||
httpx==0.16.1; python_version >= "3.6" and python_full_version >= "3.6.1" | ||
idna==2.10; python_version >= "3.6" and python_full_version >= "3.6.1" | ||
rfc3986==1.4.0; python_version >= "3.6" and python_full_version >= "3.6.1" | ||
sniffio==1.2.0; python_version >= "3.6" and python_full_version >= "3.6.1" | ||
starlette==0.13.8; python_version >= "3.6" and python_full_version >= "3.6.1" | ||
typing-extensions==3.7.4.3; python_version < "3.8" and python_full_version >= "3.6.1" | ||
uvicorn==0.12.2; python_full_version >= "3.6.1" | ||
httpcore==0.15.0 | ||
httpx==0.23.0 | ||
idna==2.10 | ||
rfc3986==1.4.0 | ||
sniffio==1.2.0 | ||
starlette==0.37.1 | ||
typing-extensions==3.10.0 | ||
uvicorn==0.12.3 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
ignore: | ||
SNYK-PYTHON-H2O-6125908: | ||
- "*": | ||
reason: Not fixed version for h2o yet | ||
expires: 2025-01-01T00:00:00.000Z | ||
snyk:lic:pip:certifi:MPL-2.0: | ||
- "*": | ||
reason: False positive | ||
expires: 2025-01-01T00:00:00.000Z |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
pandas==1.1.0 | ||
pygments==2.7.1 | ||
certifi==2024.2.2 | ||
pandas==1.4.0 | ||
pygments==2.15.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. let's use newer |
||
h2o-wave<1.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. let's use newer |
||
h2o-wave-ml>=0.6.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Wave 1.0 introduces a breaking change for handle_on functionality. So Wave update needs to be handled separately. |
||
numpy==1.22.2 | ||
setuptools==65.5.1 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
https://h2o-release.s3.amazonaws.com/h2o/rel-zizler/7/Python/h2o-3.34.0.7-py2.py3-none-any.whl | ||
|
||
black==20.8b1 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
ignore: | ||
snyk:lic:pip:certifi:MPL-2.0: | ||
- "*": | ||
reason: False positive | ||
expires: 2025-01-01T00:00:00.000Z |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
boto3==1.16.23 | ||
botocore==1.19.23 | ||
certifi==2020.11.8; python_version >= "3.6" and python_full_version >= "3.6.1" | ||
certifi==2024.2.2 | ||
click==7.1.2; python_full_version >= "3.6.1" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
h11==0.11.0; python_version >= "3.6" and python_full_version >= "3.6.1" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
h2o-wave<1.0; python_full_version >= "3.6.1" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Wave 1.0 introduces a breaking change for handle_on functionality. So Wave update needs to be handled separately. |
||
httpcore==0.12.2; python_version >= "3.6" and python_full_version >= "3.6.1" | ||
httpx==0.16.1; python_version >= "3.6" and python_full_version >= "3.6.1" | ||
httpcore==0.15.0 | ||
httpx==0.23.0 | ||
idna==2.10; python_version >= "3.6" and python_full_version >= "3.6.1" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
jmespath==0.10.0; python_version >= "2.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
numpy==1.19.4; python_version >= "3.6" and python_full_version >= "3.6.1" | ||
pandas==1.1.4; python_full_version >= "3.6.1" | ||
numpy==1.22.2 | ||
pandas==1.4.0; python_version >= "3.6" and python_full_version >= "3.6.1" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. let's use newer |
||
python-dateutil==2.8.1; python_full_version >= "3.6.1" | ||
pytz==2020.4; python_full_version >= "3.6.1" | ||
rfc3986==1.4.0; python_version >= "3.6" and python_full_version >= "3.6.1" | ||
s3transfer==0.3.3 | ||
six==1.15.0; python_full_version >= "3.6.1" | ||
sniffio==1.2.0; python_version >= "3.6" and python_full_version >= "3.6.1" | ||
starlette==0.13.8; python_version >= "3.6" and python_full_version >= "3.6.1" | ||
typing-extensions==3.7.4.3; python_version < "3.8" and python_full_version >= "3.6.1" | ||
urllib3==1.26.2; python_version >= "2.7" and python_full_version < "3.0.0" and python_version != "3.4" or python_full_version >= "3.5.0" and python_version < "4" and python_version != "3.4" | ||
uvicorn==0.12.2; python_full_version >= "3.6.1" | ||
starlette==0.37.1 | ||
typing-extensions==3.10.0 | ||
urllib3==1.26.18 | ||
uvicorn==0.12.3 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
ignore: | ||
snyk:lic:pip:certifi:MPL-2.0: | ||
- "*": | ||
reason: False positive | ||
expires: 2025-01-01T00:00:00.000Z |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
certifi==2024.2.2 | ||
h2o-wave<1.0 | ||
pandas==1.1.4 | ||
pandas==1.4.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. let's use newer |
||
numpy==1.22.2 | ||
urllib3==1.26.18 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
ignore: | ||
snyk:lic:pip:certifi:MPL-2.0: | ||
- "*": | ||
reason: False positive | ||
expires: 2025-01-01T00:00:00.000Z |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
h2o_wave==0.20.0 | ||
certifi==2024.2.2 | ||
h2o_wave==0.26.3 | ||
toml==0.10.2 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Wave 1.0 introduces a breaking change for handle_on functionality. So Wave update needs to be handled separately. |
||
loguru==0.6.0 | ||
pandas==1.4.1 | ||
matplotlib==3.5.1 | ||
pandas==1.4.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. let's use newer |
||
matplotlib==3.5.1 | ||
starlette==0.37.1 | ||
typing-extensions==3.10.0 | ||
httpcore==0.15.0 | ||
httpx==0.23.0 | ||
setuptools==65.5.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can't we upgrade to the latest pandas 1.x (https://pypi.org/project/pandas/1.5.3/ ?)
and plan migration to pandas 2.x ?