26 lines
905 B
Diff
26 lines
905 B
Diff
|
|
From a98b915f607ffa2ac5a3913dc91a1da2cccf4876 Mon Sep 17 00:00:00 2001
|
||
|
|
From: desert-sailor <dxwangk@isoftstone.com>
|
||
|
|
Date: Sat, 6 May 2023 16:35:45 +0800
|
||
|
|
Subject: [PATCH] Bumps google-auth-oauthlib dependency restriction
|
||
|
|
|
||
|
|
---
|
||
|
|
tensorboard/pip_package/requirements.txt | 2 +-
|
||
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
|
||
|
|
diff --git a/tensorboard/pip_package/requirements.txt b/tensorboard/pip_package/requirements.txt
|
||
|
|
index e782cef..665da8a 100644
|
||
|
|
--- a/tensorboard/pip_package/requirements.txt
|
||
|
|
+++ b/tensorboard/pip_package/requirements.txt
|
||
|
|
@@ -21,7 +21,7 @@ grpcio >= 1.24.3
|
||
|
|
# Until this issue is closed
|
||
|
|
# https://github.com/googleapis/google-cloud-python/issues/10566
|
||
|
|
google-auth >= 1.6.3, < 3
|
||
|
|
-google-auth-oauthlib >= 0.4.1, < 0.5
|
||
|
|
+google-auth-oauthlib >= 0.5, < 1.1
|
||
|
|
markdown >= 2.6.8
|
||
|
|
numpy >= 1.12.0
|
||
|
|
# Protobuf 4.0 is incompatible with TF. Force < 3.20 until they unblock upgrade.
|
||
|
|
--
|
||
|
|
2.33.0
|
||
|
|
|