From f54ab7e55167e0f5e041511f6911ce9849238c47 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Thu, 17 Oct 2024 00:55:53 -0700 Subject: [PATCH] fix --- backend/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 30cab9f07..561f291cb 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -91,4 +91,4 @@ docker~=7.1.0 pytest~=8.3.2 pytest-docker~=3.1.1 -googleapis-common-protos=1.63.2 +googleapis-common-protos==1.63.2 diff --git a/pyproject.toml b/pyproject.toml index d280c27a9..b6248063d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ dependencies = [ "pytest~=8.3.2", "pytest-docker~=3.1.1", - "googleapis-common-protos=1.63.2" + "googleapis-common-protos==1.63.2" ] readme = "README.md" requires-python = ">= 3.11, < 3.12.0a1"