Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit a708987

Browse files
committed
merged main branch
2 parents 5d3d850 + 3960ac3 commit a708987

6 files changed

Lines changed: 47 additions & 32 deletions

File tree

.github/sync-repo-settings.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ branchProtectionRules:
1414
- 'Samples - Python 3.8'
1515
- 'Samples - Python 3.9'
1616
- 'Samples - Python 3.10'
17+
- 'Samples - Python 3.11'
18+
- 'Samples - Python 3.12'
1719
permissionRules:
1820
- team: actools-python
1921
permission: admin

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,19 @@ Older versions of this project were distributed as [pybigquery][0].
1414
[2]: https://pypi.org/project/pybigquery/#history
1515

1616

17+
## [1.9.0](https://github.com/googleapis/python-bigquery-sqlalchemy/compare/v1.8.0...v1.9.0) (2023-12-10)
18+
19+
20+
### Features
21+
22+
* Add support for Python 3.12 ([#923](https://github.com/googleapis/python-bigquery-sqlalchemy/issues/923)) ([8952f02](https://github.com/googleapis/python-bigquery-sqlalchemy/commit/8952f02c482f9143b0ec78f48d66e7c7a2e755f3))
23+
24+
25+
### Bug Fixes
26+
27+
* Remove Python 3.7 support due to EOL ([#900](https://github.com/googleapis/python-bigquery-sqlalchemy/issues/900)) ([45fcad4](https://github.com/googleapis/python-bigquery-sqlalchemy/commit/45fcad4111b9143fb1b9c309ed2a7578ae05d7a4))
28+
* Removing Python 3.7 from sync-repo-settings.yaml file ([#902](https://github.com/googleapis/python-bigquery-sqlalchemy/issues/902)) ([afd895e](https://github.com/googleapis/python-bigquery-sqlalchemy/commit/afd895e6b63e9a21610101f4d5e080a13066f102))
29+
1730
## [1.8.0](https://github.com/googleapis/python-bigquery-sqlalchemy/compare/v1.7.0...v1.8.0) (2023-08-11)
1831

1932

dev_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ sqlalchemy>=2.0.15,<2.1.0
22
google-cloud-bigquery>=1.6.0
33
pytest===6.2.5
44
pytest-flake8===1.1.0 # versions 1.1.1 and above require pytest 7
5-
pytz==2023.3
5+
pytz==2023.3.post1
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
attrs==23.1.0
2-
click==8.1.6
3-
google-auth==2.22.0
4-
google-cloud-testutils==1.3.3
2+
click==8.1.7
3+
google-auth==2.25.2
4+
google-cloud-testutils==1.4.0
55
iniconfig==2.0.0
6-
packaging==23.1
7-
pluggy==1.2.0
6+
packaging==23.2
7+
pluggy==1.3.0
88
py==1.11.0
9-
pyasn1==0.5.0
9+
pyasn1==0.5.1
1010
pyasn1-modules==0.3.0
1111
pyparsing==3.1.1
1212
pytest===6.2.5
1313
rsa==4.9
1414
six==1.16.0
1515
toml==0.10.2
16-
typing-extensions==4.7.1
16+
typing-extensions==4.9.0

samples/snippets/requirements.txt

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
1-
alembic==1.11.2
2-
certifi==2023.7.22
3-
charset-normalizer==3.2.0
4-
geoalchemy2==0.14.1
5-
google-api-core[grpc]==2.11.1
6-
google-auth==2.22.0
7-
google-cloud-bigquery==3.11.4
8-
google-cloud-core==2.3.3
1+
alembic==1.13.0
2+
certifi==2023.11.17
3+
charset-normalizer==3.3.2
4+
geoalchemy2==0.14.2
5+
google-api-core[grpc]==2.15.0
6+
google-auth==2.25.2
7+
google-cloud-bigquery==3.14.1
8+
google-cloud-core==2.4.1
99
google-crc32c==1.5.0
10-
google-resumable-media==2.5.0
11-
googleapis-common-protos==1.60.0
12-
greenlet==3.0.1
13-
grpcio==1.59.0
14-
grpcio-status==1.57.0
15-
idna==3.4
16-
importlib-resources==6.0.1; python_version >= '3.8'
17-
mako==1.2.4
10+
google-resumable-media==2.7.0
11+
googleapis-common-protos==1.62.0
12+
greenlet==3.0.2
13+
grpcio==1.60.0
14+
grpcio-status==1.60.0
15+
idna==3.6
16+
importlib-resources==6.1.1; python_version >= '3.8'
17+
mako==1.3.0
1818
markupsafe==2.1.3
19-
packaging==23.1
20-
proto-plus==1.22.3
21-
protobuf==4.24.0
22-
pyasn1==0.5.0
19+
packaging==23.2
20+
proto-plus==1.23.0
21+
protobuf==4.25.1
22+
pyasn1==0.5.1
2323
pyasn1-modules==0.3.0
2424
pyparsing==3.1.1
2525
python-dateutil==2.8.2
26-
pytz==2023.3
26+
pytz==2023.3.post1
2727
requests==2.31.0
2828
rsa==4.9
2929
shapely==2.0.2
3030
six==1.16.0
3131
sqlalchemy===2.0.22
32-
typing-extensions==4.7.1
33-
urllib3==1.26.18
32+
typing-extensions==4.9.0
33+
urllib3==2.1.0

sqlalchemy_bigquery/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1818
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1919

20-
__version__ = "1.8.0"
20+
__version__ = "1.9.0"

0 commit comments

Comments
 (0)