anelendata / tap-bigquery

Singer.io tap for extracting data from BigQuery tables
Apache License 2.0
16 stars 33 forks source link

Update dependencies of setup.py for python 3.11 compatibility #33

Closed gregkoutsimp closed 3 months ago

gregkoutsimp commented 3 months ago

Description

This pull request updates the setup.py file to use updated dependencies compatible with Python 3.11.

Changes

Reason

The current dependencies specified in setup.py were not compatible with Python 3.11, causing installation and runtime issues. This update resolves those issues and allows the project to run smoothly with the latest Python version.

Please review the changes and merge if appropriate. Thank you!

jcabuena commented 3 months ago

lgtm