Skip to content

Commit

Permalink
Update dependencies of setup.py for python 3.11 compatibility (#33)
Browse files Browse the repository at this point in the history
* update  "google-cloud-bigquery>=3.25.0"

* update dependencies

* "simplejson>=3.11.0",
  • Loading branch information
gregkoutsimp authored Jul 18, 2024
1 parent 09f2d41 commit 4f1caea
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,16 @@
],

install_requires=[
"attrs==19.3.0",
"attrs>=21.3.0",
"backoff==1.8.0",
"getschema>=0.1.2",
"google-cloud-bigquery==3.2.0",
"google-cloud-bigquery>=3.25.0",
"requests>=2.20.0",
"simplejson==3.11.1",
"simplejson>=3.11.0",
"singer-python>=5.2.0",
"setuptools>=40.3.0",
"numpy<2"
],

entry_points="""
[console_scripts]
tap-bigquery=tap_bigquery:main
Expand Down

0 comments on commit 4f1caea

Please sign in to comment.