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

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

commit 611bbbaa6bda4bd148e26292288e06fb853575a1
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 d297f905..24d9186a 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -53,6 +53,9 @@ dependencies = [
     "dashscope~=1.24.2",
     "openai>=1.66.3",
     "anthropic>=0.64.0",
+    # 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",
     "onnxruntime<1.24.1;python_version<'3.11'",
 ]

Reply via email to