Skip to content

Commit

Permalink
Ping protobuf to <5.28 to fix Google Vertex Components serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanocerza committed Sep 5, 2024
1 parent 837fb65 commit 97a2ec1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion integrations/google_vertex/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = ["haystack-ai", "google-cloud-aiplatform>=1.38", "pyarrow>3"]
dependencies = [
"haystack-ai",
"google-cloud-aiplatform>=1.38",
"pyarrow>3",
"protobuf<5.28",
]

[project.urls]
Documentation = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/google_vertex#readme"
Expand Down

0 comments on commit 97a2ec1

Please sign in to comment.