This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 2c36f96feca Add lower-binding for types-protobuf (#50075)
2c36f96feca is described below

commit 2c36f96feca1d439ae81d8da057de14371e88848
Author: Jarek Potiuk <[email protected]>
AuthorDate: Thu May 1 16:00:44 2025 +0200

    Add lower-binding for types-protobuf (#50075)
    
    Helps with lowest-dependencies calculation.
---
 providers/google/pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/providers/google/pyproject.toml b/providers/google/pyproject.toml
index b6c03e4a071..1bac481e802 100644
--- a/providers/google/pyproject.toml
+++ b/providers/google/pyproject.toml
@@ -146,7 +146,7 @@ dependencies = [
     "tenacity>=8.1.0",
     "immutabledict>=4.2.0",
     # types-protobuf 5.29.1.20250402 is a partial stub package, leading to 
mypy complaining
-    "types-protobuf!=5.29.1.20250402",
+    "types-protobuf!=5.29.1.20250402,>=5.27.0",
 ]
 
 # The optional dependencies should be modified in place in the generated file

Reply via email to