Skip to content

Commit

Permalink
Manually bump pandas-gbq version
Browse files Browse the repository at this point in the history
  • Loading branch information
gutzbenj committed Aug 15, 2023
1 parent f549486 commit 1d01825
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Development
***********

0.3.1 (2023-08-15)
******************

- Manually bump pandas-gbq version

0.3.0 (2023-08-15)
******************

Expand Down
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bquest"
version = "0.3.0"
version = "0.3.1"
description = "Effortlessly validate and test your Google BigQuery queries with the power of pandas DataFrames in Python."
authors = ["Otto Group data.works GmbH"]
license = "Apache Software License"
Expand Down Expand Up @@ -51,7 +51,7 @@ python = "^3.10"

google-cloud-bigquery = { version = "^3.8", extras = ["bqstorage", "pandas"] }
pandas = "^2.0"
pandas-gbq = "^0.18"
pandas-gbq = "^0.19"
sqlvalidator = "^0.0.20"

[tool.poetry.group.dev]
Expand Down

0 comments on commit 1d01825

Please sign in to comment.