Skip to content

Commit d766522

Browse files
authored
Merge branch 'main' into u/ch/pubsub/subscription
2 parents 6e6b2b4 + f7201f5 commit d766522

File tree

3 files changed

+1251
-948
lines changed

3 files changed

+1251
-948
lines changed

.github/workflows/PackageTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
15+
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14" ]
1616

1717
steps:
1818
- name: Checkout repository

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1717
- The `_create()` function for the `Subscription` class now supports the creation of subscriptions that use
1818
Pub/Sub's built-in filters (i.e., filter based on message attributes) and/or single message transforms through
1919
user-defined functions
20+
### Changed
21+
22+
- Upgraded all dependencies. Major version bumps include: cachetools 5.5.2 -> 6.2.1, packaging 24.2 -> 25.0,
23+
protobuf 5.29.3 -> 6.33.0, pyarrow 19.0.1 -> 21.0.0 (python < 3.11) or 22.0 (python >=3.11),
24+
pytest-cov 6.0.0 -> 7.0.0, showballstemmer 2.2.0 -> 3.0.1.
2025

2126
## \[v0.3.19\] - 2025-10-07
2227

0 commit comments

Comments
 (0)