This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch users/damccorm/tox-cp
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 97f3fb85cc2b7d8d63b308266d9c29be34783c00
Author: Danny Mccormick <[email protected]>
AuthorDate: Thu Jul 24 16:28:44 2025 -0400

    Remove tox dependency
---
 .github/trigger_files/beam_PostCommit_Python_Xlang_IO_Dataflow.json | 2 +-
 sdks/python/setup.py                                                | 6 ++----
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git 
a/.github/trigger_files/beam_PostCommit_Python_Xlang_IO_Dataflow.json 
b/.github/trigger_files/beam_PostCommit_Python_Xlang_IO_Dataflow.json
index c537844dc84..e0266d62f2e 100644
--- a/.github/trigger_files/beam_PostCommit_Python_Xlang_IO_Dataflow.json
+++ b/.github/trigger_files/beam_PostCommit_Python_Xlang_IO_Dataflow.json
@@ -1,4 +1,4 @@
 {
   "comment": "Modify this file in a trivial way to cause this test suite to 
run",
-  "modification": 3
+  "modification": 4
 }
diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index f60fe902bb7..99cd46cccf6 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -448,7 +448,7 @@ if __name__ == '__main__':
               'oracledb>=3.1.1'
           ],
           'gcp': [
-              'cachetools>=3.1.0,<6',
+              'cachetools>=3.1.0,<7',
               'google-api-core>=2.0.0,<3',
               'google-apitools>=0.5.31,<0.5.32; python_version <= "3.12"',
               'google-apitools>=0.5.32,<0.5.33; python_version >= "3.13"',
@@ -478,9 +478,7 @@ if __name__ == '__main__':
               # --extra-index-url or --index-url in requirements.txt in
               # Dataflow, which allows installing python packages from private
               # Python repositories in GAR.
-              'keyrings.google-artifactregistry-auth',
-              # tox dependency which doesn't conflict with cachetools<6
-              'tox<4.28.0'
+              'keyrings.google-artifactregistry-auth'
           ],
           'interactive': [
               'facets-overview>=1.1.0,<2',

Reply via email to