From 0d302c95010af4f55e0994d5e852c016f90402e6 Mon Sep 17 00:00:00 2001 From: Jawad Qureshi Date: Tue, 22 Aug 2023 12:19:46 -0600 Subject: [PATCH] Test with authutils branch --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 699fcfd96..c1db63ef5 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ alembic = "^1.7.7" authlib = {git = "https://github.com/uc-cdis/authlib", rev = "v0.11_CVE_patch_v1"} # authlib = "*" # let authutils decide which version we're using -authutils = "^6.2.2" +authutils = {git = "https://git@github.com/uc-cdis/authutils.git", branch = "feat/jq-testing"} bcrypt = "^3.1.4" boto3 = "~1.9.91" botocore = "^1.12.253"