26 lines
890 B
Diff
26 lines
890 B
Diff
From c90d63595e513d424bbe281c1d4888ea12f7307e Mon Sep 17 00:00:00 2001
|
|
From: Super User <dxwangk@isoftstone.com>
|
|
Date: Sat, 5 Aug 2023 20:30:07 +0800
|
|
Subject: [PATCH] Bumps-google-auth-oauthlib-dependency-restriction
|
|
|
|
---
|
|
tensorboard-2.12.0.dist-info/METADATA | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/tensorboard-2.12.0.dist-info/METADATA b/tensorboard-2.12.0.dist-info/METADATA
|
|
index 8c39dd9..ad49f7d 100644
|
|
--- a/tensorboard-2.12.0.dist-info/METADATA
|
|
+++ b/tensorboard-2.12.0.dist-info/METADATA
|
|
@@ -26,7 +26,7 @@ License-File: LICENSE
|
|
Requires-Dist: absl-py (>=0.4)
|
|
Requires-Dist: grpcio (>=1.48.2)
|
|
Requires-Dist: google-auth (<3,>=1.6.3)
|
|
-Requires-Dist: google-auth-oauthlib (<0.5,>=0.4.1)
|
|
+Requires-Dist: google-auth-oauthlib (<1.1,>=0.5)
|
|
Requires-Dist: markdown (>=2.6.8)
|
|
Requires-Dist: numpy (>=1.12.0)
|
|
Requires-Dist: protobuf (>=3.19.6)
|
|
--
|
|
2.41.0
|
|
|