Skip to content

Commit ba5e244

Browse files
domsjpartheagcf-owl-bot[bot]
authored
fix: remove "future" dependency (#542)
* chore: remove "future" dependency * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Anthonios Partheniou <partheniou@google.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent ba0d93f commit ba5e244

File tree

4 files changed

+0
-6
lines changed

4 files changed

+0
-6
lines changed

dev_requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
sqlalchemy>=2.0.15,<2.1.0
22
google-cloud-bigquery>=1.6.0
3-
future==0.18.2
43
pytest===6.2.5
54
pytest-flake8===1.1.0 # versions 1.1.1 and above require pytest 7
65
pytz==2023.3

samples/snippets/requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
alembic==1.11.1
22
certifi==2023.5.7
33
charset-normalizer==3.1.0
4-
future==0.18.2
54
geoalchemy2==0.13.3
65
google-api-core[grpc]==2.11.0
76
google-auth==2.19.1

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ def readme():
102102
"google-cloud-bigquery>=2.25.2,<4.0.0dev",
103103
"packaging",
104104
"sqlalchemy>=1.2.0,<2.0.0dev",
105-
"future",
106105
],
107106
extras_require=extras,
108107
python_requires=">=3.7, <3.12",

sqlalchemy_bigquery/base.py

-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919

2020
"""Integration between SQLAlchemy and BigQuery."""
2121

22-
from __future__ import absolute_import
23-
from __future__ import unicode_literals
24-
2522
from decimal import Decimal
2623
import random
2724
import operator

0 commit comments

Comments
 (0)