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

26 lines
890 B
Diff
Raw Normal View History

2023-07-24 09:09:46 +08:00
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
2023-05-12 09:22:24 +08:00
---
2023-07-24 09:09:46 +08:00
tensorboard-2.12.0.dist-info/METADATA | 2 +-
2023-05-12 09:22:24 +08:00
1 file changed, 1 insertion(+), 1 deletion(-)
2023-07-24 09:09:46 +08:00
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)
2023-05-12 09:22:24 +08:00
--
2023-07-24 09:09:46 +08:00
2.41.0
2023-05-12 09:22:24 +08:00