diff --git a/examples/chatgpt/rag-quickstart/gcp/requirements.txt b/examples/chatgpt/rag-quickstart/gcp/requirements.txt index 142fb2273a..a37a4a62d9 100644 --- a/examples/chatgpt/rag-quickstart/gcp/requirements.txt +++ b/examples/chatgpt/rag-quickstart/gcp/requirements.txt @@ -1,3 +1,4 @@ google-cloud-bigquery functions-framework -openai \ No newline at end of file +openai +zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file