Timothy J. Baek 6 months ago
parent
commit
f54ab7e551
2 changed files with 2 additions and 2 deletions
  1. 1 1
      backend/requirements.txt
  2. 1 1
      pyproject.toml

+ 1 - 1
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

+ 1 - 1
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"