python-tensorboard/0001-Bumps-google-auth-oauthlib-dependency-restriction.patch

26 lines
905 B
Diff
Raw Normal View History

2023-05-12 09:22:24 +08:00
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