From 9c7bec2f56acee420260ebf2ecc79c0bde01c48c Mon Sep 17 00:00:00 2001 From: Matteo Senardi Date: Wed, 28 Aug 2024 11:45:39 +0200 Subject: [PATCH] updated pyarrow, downgraded pandas, updated brotli, cython --- requirements/constraint.txt | 2 +- requirements/default.txt | 6 +++--- setup.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements/constraint.txt b/requirements/constraint.txt index 59db1c4..58427ef 100644 --- a/requirements/constraint.txt +++ b/requirements/constraint.txt @@ -1,6 +1,6 @@ tornado>=6.3.3 cryptography>=41.0.3 -pyarrow==16.1.0 +pyarrow==17.0.0 fastparquet==2024.5.0 retry==0.9.2 google-cloud-bigquery>=3.11.2 diff --git a/requirements/default.txt b/requirements/default.txt index ab3af76..c6f4912 100644 --- a/requirements/default.txt +++ b/requirements/default.txt @@ -3,9 +3,9 @@ gspread_pandas==3.2.2 httplib2==0.22.0 gspread==5.4.0 numpy==1.26.4 -pandas==2.2.2 -brotli==1.0.9 -Cython==0.29.35 +pandas==2.1.4 +brotli==1.1.0 +Cython==3.0.11 docutils>=0.16 google_api_python_client==2.90.0 importlib_metadata==6.7.0 diff --git a/setup.py b/setup.py index 59c944c..4aa0833 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ def get_requirements(*requirements_file): setup(name='gcloud-connectors', - version='0.1.98b4', + version='0.1.98b5', url='https://github.com/pualien/py-gcloud-connector', # download_url='https://github.com/pualien/py-gcloud-connectors/archive/0.1.23.tar.gz', license='MIT',