From b8d154277246a2dc3930d9de016e2d0c75bd6718 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 6 May 2022 22:19:01 +0000 Subject: [PATCH 1/3] chore(deps): update dependency pyarrow to v8 --- samples/snippets/requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/snippets/requirements.txt b/samples/snippets/requirements.txt index ef2c64d0..7a64c8ca 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -2,4 +2,4 @@ google-cloud-bigquery-storage==2.13.1 google-cloud-bigquery==3.0.1 pandas===1.3.5; python_version == '3.7' pandas==1.4.2; python_version >= '3.8' -pyarrow==7.0.0 +pyarrow==8.0.0 diff --git a/setup.py b/setup.py index d395e71f..57438aa7 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ "db-dtypes >=0.3.1,<2.0.0", "numpy >=1.16.6", "pandas >=0.24.2", - "pyarrow >=3.0.0, <8.0dev", + "pyarrow >=8, <8.1", "pydata-google-auth", # Note: google-api-core and google-auth are also included via transitive # dependency on google-cloud-bigquery, but this library also uses them From 1794236e1488b68e9081858fcdb8521848327905 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 9 May 2022 10:24:33 -0400 Subject: [PATCH 2/3] fix(deps): allow pyarrow v8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 57438aa7..c070782d 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ "db-dtypes >=0.3.1,<2.0.0", "numpy >=1.16.6", "pandas >=0.24.2", - "pyarrow >=8, <8.1", + "pyarrow >=3.0.0, <9.0dev", "pydata-google-auth", # Note: google-api-core and google-auth are also included via transitive # dependency on google-cloud-bigquery, but this library also uses them From a5702076d6b50df1b47b4a3d397f0eb9de286348 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 9 May 2022 20:07:25 +0000 Subject: [PATCH 3/3] chore(deps): update dependency google-cloud-bigquery to v3.1.0 --- samples/snippets/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/snippets/requirements.txt b/samples/snippets/requirements.txt index 7a64c8ca..6000d344 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -1,5 +1,5 @@ google-cloud-bigquery-storage==2.13.1 -google-cloud-bigquery==3.0.1 +google-cloud-bigquery==3.1.0 pandas===1.3.5; python_version == '3.7' pandas==1.4.2; python_version >= '3.8' pyarrow==8.0.0