Skip to content

Commit e61bafd

Browse files
authored
Merge branch 'main' into feature-process-time-partition-update
2 parents dda4b8c + 5f0bc1f commit e61bafd

File tree

4 files changed

+17
-10
lines changed

4 files changed

+17
-10
lines changed

CHANGELOG.md

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

1616

17+
## [1.15.0](https://github.com/googleapis/python-bigquery-sqlalchemy/compare/v1.14.1...v1.15.0) (2025-06-18)
18+
19+
20+
### Features
21+
22+
* Add Python 3.13 runtime support ([#1211](https://github.com/googleapis/python-bigquery-sqlalchemy/issues/1211)) ([55336f3](https://github.com/googleapis/python-bigquery-sqlalchemy/commit/55336f38e57cfd245e603fd2246c6bae50065d67))
23+
1724
## [1.14.1](https://github.com/googleapis/python-bigquery-sqlalchemy/compare/v1.14.0...v1.14.1) (2025-05-09)
1825

1926

samples/snippets/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ rsa==4.9.1
1717
six==1.17.0
1818
toml==0.10.2
1919
typing-extensions===4.13.0; python_version == '3.8'
20-
typing-extensions==4.14.0; python_version >= '3.9'
20+
typing-extensions==4.14.1; python_version >= '3.9'

samples/snippets/requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
alembic===1.14.0; python_version == '3.8'
2-
alembic==1.16.1; python_version >= '3.9'
3-
certifi==2025.4.26
2+
alembic==1.16.4; python_version >= '3.9'
3+
certifi==2025.7.14
44
charset-normalizer==3.4.2
55
geoalchemy2==0.17.1
6-
google-api-core[grpc]==2.25.0
6+
google-api-core[grpc]==2.25.1
77
google-auth==2.40.3
88
google-cloud-bigquery===3.30.0; python_version == '3.8'
9-
google-cloud-bigquery==3.34.0; python_version >= '3.9'
9+
google-cloud-bigquery==3.35.0; python_version >= '3.9'
1010
google-cloud-core==2.4.3
1111
google-crc32c===1.5.0; python_version == '3.8'
1212
google-crc32c==1.7.1; python_version >= '3.9'
@@ -15,9 +15,9 @@ googleapis-common-protos==1.70.0
1515
greenlet===3.1.1; python_version == '3.8'
1616
greenlet==3.2.3; python_version >= '3.9'
1717
grpcio===1.68.0; python_version == '3.8'
18-
grpcio==1.73.0; python_version >= '3.9'
18+
grpcio==1.73.1; python_version >= '3.9'
1919
grpcio-status===1.68.0; python_version == '3.8'
20-
grpcio-status==1.73.0; python_version >= '3.9'
20+
grpcio-status==1.73.1; python_version >= '3.9'
2121
idna==3.10
2222
importlib-resources===6.4.5; python_version == '3.8'
2323
importlib-resources==6.5.2; python_version >= '3.9'
@@ -42,6 +42,6 @@ shapely==2.1.1; python_version >= '3.10'
4242
six==1.17.0
4343
sqlalchemy===1.4.27
4444
typing-extensions===4.13.0; python_version == '3.8'
45-
typing-extensions==4.14.0; python_version >= '3.9'
45+
typing-extensions==4.14.1; python_version >= '3.9'
4646
urllib3===2.2.3; python_version == '3.8'
47-
urllib3==2.4.0; python_version >= '3.9'
47+
urllib3==2.5.0; python_version >= '3.9'

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.14.1"
20+
__version__ = "1.15.0"

0 commit comments

Comments
 (0)