Skip to content

Commit fee693f

Browse files
authored
Merge branch 'main' into add-python-314
2 parents 839ea1b + 7660eda commit fee693f

File tree

6 files changed

+17
-50
lines changed

6 files changed

+17
-50
lines changed

.github/release-please.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/release-trigger.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/sync-repo-settings.yaml

Lines changed: 0 additions & 46 deletions
This file was deleted.

.librarian/state.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:8e2c32496077054105bd06c54a59d6a6694287bc053588e24debe6da6920ad91
2+
libraries:
3+
- id: proto-plus
4+
version: 1.26.1
5+
apis: []
6+
source_roots:
7+
- .
8+
preserve_regex: []
9+
remove_regex: []
10+
tag_format: v{version}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
[PyPI History][1]
4+
5+
[1]: https://pypi.org/project/proto-plus/#history
6+
37
## [1.26.1](https://github.com/googleapis/proto-plus-python/compare/v1.26.0...v1.26.1) (2025-03-05)
48

59

pytest.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ filterwarnings =
66
ignore:.*custom tp_new.*in Python 3.14:DeprecationWarning
77
# Remove once deprecated field `including_default_value_fields` is removed
88
ignore:.*The argument `including_default_value_fields` has been removed.*:DeprecationWarning
9+
# Remove once deprecated field `float_precision` is removed
10+
# See https://github.com/googleapis/proto-plus-python/issues/547
11+
ignore:float_precision option is deprecated for json_format:UserWarning

0 commit comments

Comments
 (0)