Skip to content

Commit

Permalink
updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
pualien committed Oct 2, 2024
1 parent 9b43a58 commit a504fce
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions requirements/constraint.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
tornado>=6.3.3
cryptography>=41.0.3
cryptography>=42.0.8
pyarrow==17.0.0
fastparquet==2024.5.0
retry==0.9.2
google-cloud-bigquery>=3.11.2
google-cloud-bigquery-storage>=2.20.0
google-cloud-bigquery>=3.20.1
google-cloud-bigquery-storage>=2.26.0
oauth2client==4.1.3
google-analytics-data==0.18.8
db-dtypes==1.1.1
google-analytics-data==0.18.12
db-dtypes==1.3.0
16 changes: 8 additions & 8 deletions requirements/default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ brotli==1.1.0
Cython==3.0.11
docutils>=0.16
google_api_python_client==2.90.0
importlib_metadata==6.7.0
keyring==24.2.0
importlib_metadata==8.5.0
keyring==25.3.0
lockfile==0.12.2
lxml==5.2.2
mock==5.0.2
lxml==5.3.0
mock==5.1.0
ordereddict==1.1
protobuf==4.25.3
pyOpenSSL==24.1.0
simplejson==3.19.1
protobuf>=4.25.4
pyOpenSSL>=24.2.1
simplejson==3.19.3
toml==0.10.2
# unicodedataplus==15.0.0.post2
usercustomize==1.0.0
zipp==3.19.2
zipp==3.20.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def get_requirements(*requirements_file):


setup(name='gcloud-connectors',
version='0.2.1',
version='0.2.2',
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',
Expand Down

0 comments on commit a504fce

Please sign in to comment.