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

wenjin272 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-agents.git


The following commit(s) were added to refs/heads/main by this push:
     new e694079d [python] Pin googleapis common protos below 1.72.1 (#1052)
e694079d is described below

commit e694079da88bea3599da21f1839f582dfe165d5b
Author: Wenjin Xie <[email protected]>
AuthorDate: Wed Aug 26 12:55:39 2026 +0800

    [python] Pin googleapis common protos below 1.72.1 (#1052)
    
    Avoid incompatibility between generated Google protobufs and the protobuf 
runtimes selected by supported PyFlink versions.
    
    Generated-by: Codex (GPT-5)
    
    Co-authored-by: Codex <[email protected]>
---
 python/pyproject.toml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/python/pyproject.toml b/python/pyproject.toml
index d284a6fd..33641557 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -58,6 +58,9 @@ dependencies = [
     "anthropic>=0.77.0",
     "ibm-watsonx-ai>=1.3.42,<1.6.0;python_version<'3.11'",
     "ibm-watsonx-ai>=1.6.0,<2;python_version>='3.11'",
+    # googleapis-common-protos 1.75.1+ requires protobuf 6.33.5+, which is
+    # incompatible with the protobuf runtimes selected by supported PyFlink 
releases.
+    "googleapis-common-protos<1.72.1",
     "chromadb==1.0.21",
     "mem0ai>=0.1.43,<2.0.0",
     "onnxruntime<1.24.1;python_version<'3.11'",

Reply via email to