Skip to content

Commit

Permalink
chore: relax greenlet requirements (apache#31275)
Browse files Browse the repository at this point in the history
Co-authored-by: Maxime Beauchemin <[email protected]>
  • Loading branch information
sadpandajoe and mistercrunch authored Dec 4, 2024
1 parent e0e1eea commit 638f82b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,7 @@ 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",
"greenlet>=3.0.3, <=3.1.1",
"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
Expand Down
5 changes: 5 additions & 0 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ numexpr>=2.9.0
# 5.0.0 has a sensitive deprecation used in other libs
# -> https://github.com/aio-libs/async-timeout/blob/master/CHANGES.rst#500-2024-10-31
async_timeout>=4.0.0,<5.0.0

# 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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:cc62b2b6658afa9dbb6e81046e1084f15442858a
# SHA1:04f7e0860829f18926ea238354e6d4a6ab823d50
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand Down Expand Up @@ -155,9 +155,9 @@ google-auth==2.36.0
# via shillelagh
greenlet==3.0.3
# via
# -r requirements/base.in
# apache-superset
# shillelagh
# sqlalchemy
gunicorn==23.0.0
# via apache-superset
hashids==1.3.1
Expand Down

0 comments on commit 638f82b

Please sign in to comment.