Skip to content

Commit dc1efc6

Browse files
[io] deps: add pandas-gbq to garf-io[bq]
To avoid deprecation warnings
1 parent 9f117fe commit dc1efc6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

libs/garf_io/garf_io/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = '0.0.4'
15+
__version__ = '0.0.5'

libs/garf_io/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ bq=[
4646
"google-cloud-bigquery",
4747
"pandas",
4848
"smart_open[gcs]",
49+
"pandas-gbq",
4950
]
5051
sqlalchemy = [
5152
"sqlalchemy",

0 commit comments

Comments
 (0)