From 158dc705fcdcc661e7964ea9a9f75bec01c4c55d Mon Sep 17 00:00:00 2001 From: Daniel Garcia Moreno Date: Thu, 14 Aug 2025 09:09:55 +0200 Subject: [PATCH] Remove oauthlib pin from requirements.txt This version pin is not needed anymore. The oauthlib is a requirement of requests-oauthlib and this pinned version was added to fix a version mistmatch reported here: https://github.com/kubernetes-client/python/issues/2009 And applied in this PR https://github.com/kubernetes-client/python/pull/2016 --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bc6dc4dc00..179d4955cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,5 @@ google-auth>=1.0.1 # Apache-2.0 websocket-client>=0.32.0,!=0.40.0,!=0.41.*,!=0.42.* # LGPLv2+ requests # Apache-2.0 requests-oauthlib # ISC -oauthlib>=3.2.2 # BSD urllib3>=1.24.2 # MIT durationpy>=0.7 # MIT