Skip to content

Commit e83ff4c

Browse files
chore: librarian release pull request: 20251215T134436Z (#566)
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release. Librarian Version: v0.7.0 Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:8e2c32496077054105bd06c54a59d6a6694287bc053588e24debe6da6920ad91 <details><summary>google-cloud-pubsublite: 1.13.0</summary> ## [1.13.0](v1.12.0...v1.13.0) (2025-12-15) ### Features * Add support for Python 3.14 (#563) ([747fd6a](747fd6a3)) ### Bug Fixes * resolve issues where pre-release versions of dependencies are installed (#548) ([218278f](218278fc)) * remove setup.cfg configuration for creating universal wheels (#551) ([a45e534](a45e534a)) * Deprecate credentials_file argument (#559) (PiperOrigin-RevId: 816753840) ([c4f2caf](c4f2cafc)) </details>
1 parent 866a134 commit e83ff4c

5 files changed

Lines changed: 18 additions & 4 deletions

File tree

.librarian/state.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:8e2c32496077054105bd06c54a59d6a6694287bc053588e24debe6da6920ad91
22
libraries:
33
- id: google-cloud-pubsublite
4-
version: 1.12.0
4+
version: 1.13.0
55
last_generated_commit: 5400ccce473c439885bd6bf2924fd242271bfcab
66
apis:
77
- path: google/cloud/pubsublite/v1

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44

55
[1]: https://pypi.org/project/google-cloud-pubsublite/#history
66

7+
## [1.13.0](https://github.com/googleapis/python-pubsublite/compare/v1.12.0...v1.13.0) (2025-12-15)
8+
9+
10+
### Features
11+
12+
* Add support for Python 3.14 (#563) ([747fd6a380a77619f4b3c1e391bae3645d48d4aa](https://github.com/googleapis/python-pubsublite/commit/747fd6a380a77619f4b3c1e391bae3645d48d4aa))
13+
14+
15+
### Bug Fixes
16+
17+
* Deprecate credentials_file argument (#559) ([c4f2cafc3c6309b523629879bdd09d9ac27d9184](https://github.com/googleapis/python-pubsublite/commit/c4f2cafc3c6309b523629879bdd09d9ac27d9184))
18+
* resolve issues where pre-release versions of dependencies are installed (#548) ([218278fc2524fe1cd9a9e0b317ca950ad4f150cc](https://github.com/googleapis/python-pubsublite/commit/218278fc2524fe1cd9a9e0b317ca950ad4f150cc))
19+
* remove setup.cfg configuration for creating universal wheels (#551) ([a45e534ac0fac29f72adb2006ba640faa6a232f6](https://github.com/googleapis/python-pubsublite/commit/a45e534ac0fac29f72adb2006ba640faa6a232f6))
20+
721
## [1.12.0](https://github.com/googleapis/python-pubsublite/compare/v1.11.1...v1.12.0) (2025-02-24)
822

923

google/cloud/pubsublite/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.12.0" # {x-release-please-version}
16+
__version__ = "1.13.0" # {x-release-please-version}

google/cloud/pubsublite_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.12.0" # {x-release-please-version}
16+
__version__ = "1.13.0" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.cloud.pubsublite.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-pubsublite",
11-
"version": "1.12.0"
11+
"version": "1.13.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)