From 3564740255e932c4042b63a21d55600ec280e2c8 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Mon, 2 Dec 2024 16:41:15 -0800 Subject: [PATCH] chore: pin greenlet in base dependencies (#31254) --- pyproject.toml | 8 ++++---- requirements/base.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fe79ab55b..4833e0f26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", diff --git a/requirements/base.txt b/requirements/base.txt index 7d41af279..f68f16701 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -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