Skip to content

Bump google-cloud-ndb to 2.5.* - #16248

Open
ekanshul wants to merge 2 commits into
python:mainfrom
ekanshul:bump-google-cloud-ndb-2-5
Open

Bump google-cloud-ndb to 2.5.*#16248
ekanshul wants to merge 2 commits into
python:mainfrom
ekanshul:bump-google-cloud-ndb-2-5

Conversation

@ekanshul

@ekanshul ekanshul commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Closes #15713

Bump google-cloud-ndb to 2.5.*, updating the future_info signatures in _cache.pyi and StructuredProperty.IN in model.pyi to match the new optional parameters added in 2.5.1 (which also makes the type: ignore[override] comments unnecessary).

Agent used: Claude Code

google-cloud-ndb 2.5.1 adds an optional value=None parameter to
future_info() on every _GlobalCache*Batch class and an optional
server_op=None parameter to StructuredProperty.IN(). Update the stubs
to match so stubtest passes, and drop the type: ignore[override]
comments that are no longer needed now that the overrides are
compatible with their base classes.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@github-actions

This comment has been minimized.

@github-actions

Copy link
Copy Markdown
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants