Skip to content

Commit ee10487

Browse files
Merge branch 'main' into owl-bot-copy
2 parents 284ba21 + aa40c4b commit ee10487

File tree

6 files changed

+12
-4
lines changed

6 files changed

+12
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "2.19.2"
2+
".": "2.19.3"
33
}
44

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
[1]: https://pypi.org/project/google-cloud-pubsub/#history
66

77

8+
## [2.19.3](https://github.com/googleapis/python-pubsub/compare/v2.19.2...v2.19.3) (2024-02-08)
9+
10+
11+
### Bug Fixes
12+
13+
* Add google-auth as a direct dependency ([#1076](https://github.com/googleapis/python-pubsub/issues/1076)) ([5ce7301](https://github.com/googleapis/python-pubsub/commit/5ce7301b3056191203bc89bbcf1f33083de72a2d))
14+
815
## [2.19.2](https://github.com/googleapis/python-pubsub/compare/v2.19.1...v2.19.2) (2024-02-08)
916

1017

google/pubsub/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__ = "2.19.2" # {x-release-please-version}
16+
__version__ = "2.19.3" # {x-release-please-version}

google/pubsub_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__ = "2.19.2" # {x-release-please-version}
16+
__version__ = "2.19.3" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.pubsub.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-pubsub",
11-
"version": "2.19.2"
11+
"version": "2.19.3"
1212
},
1313
"snippets": [
1414
{

tests/unit/gapic/pubsub_v1/test_publisher.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1740,6 +1740,7 @@ def test_publish_flattened():
17401740
client.publish(
17411741
topic="topic_value",
17421742
messages=[pubsub.PubsubMessage(data=b"data_blob")],
1743+
retry=None,
17431744
)
17441745

17451746
# Establish that the underlying call was made with the expected

0 commit comments

Comments
 (0)