chore: pin greenlet in base dependencies (#31254)

This commit is contained in:
Maxime Beauchemin 2024-12-02 16:41:15 -08:00 committed by GitHub
parent 8020729ced
commit 3564740255
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -55,6 +55,10 @@ dependencies = [
"flask-wtf>=1.1.0, <2.0",
"func_timeout",
"geopy",
# playwright requires greenlet==3.0.3
# submitted a PR to relax deps in 11/2024
# https://github.com/microsoft/playwright-python/pull/2669
"greenlet==3.0.3",
"gunicorn>=22.0.0; sys_platform != 'win32'",
"hashids>=1.3.1, <2",
# known issue with holidays 0.26.0 and above related to prophet lib #25017
@ -182,10 +186,6 @@ development = [
"docker",
"flask-testing",
"freezegun",
# playwright requires greenlet==3.0.3
# submitted a PR to relax deps in 11/2024
# https://github.com/microsoft/playwright-python/pull/2669
"greenlet==3.0.3",
"grpcio>=1.55.3",
"openapi-spec-validator",
"parameterized",

View File

@ -155,8 +155,8 @@ google-auth==2.36.0
# via shillelagh
greenlet==3.0.3
# via
# apache-superset
# shillelagh
# sqlalchemy
gunicorn==23.0.0
# via apache-superset
hashids==1.3.1