-
Notifications
You must be signed in to change notification settings - Fork 91
feat: support for async bidi streaming apis #836
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
vchudnov-g
merged 31 commits into
googleapis:main
from
chandra-siri:feat/834-bidi-async-support
Oct 14, 2025
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
d751f63
feat: support for async bidi streaming apis
chandra-siri fdcd903
fix linting
chandra-siri 5835178
Add bidiBase, refactor bidiRpc and add AsyncBidi
chandra-siri df8fba5
remove changes from noxfile
chandra-siri 19cf273
use queue.get() instead of queue.get_nowait()
chandra-siri 5b6d287
use asyncio.wait_for instead of asyncio.timeout
chandra-siri 2599f96
aiter() and anext() are not defined in python<=3.9
chandra-siri 9c1a621
remove support for python 3.7 and below
chandra-siri cc19089
fix mypy errors
chandra-siri a86a9b1
fix typo, version -> version_info
chandra-siri 5464dc5
AsyncMock not present in python3.7
chandra-siri e96a409
update doc strings
chandra-siri 52686b8
use pytest.approx to round of floating point errors.
chandra-siri d01421b
add tolerance
chandra-siri 98eae06
add test_open_error_call_error unit test
chandra-siri af2121c
Merge branch 'main' of https://github.com/googleapis/python-api-core …
chandra-siri 5a7550f
minor changes based on PR comments
chandra-siri c486c49
formatting fixes
chandra-siri 14342b1
remove changes from test_method.py
chandra-siri 6fabb1f
fix typos in doc string and error msg
chandra-siri 2df8cc4
minor fixes in comments & doc strings
chandra-siri b963922
address review comments. mostly fix doc-strings
chandra-siri 470aeb4
Merge branch 'main' of https://github.com/googleapis/python-api-core …
chandra-siri 7475d99
remove unused variable to fix lint
chandra-siri 8bf8396
fix & imporove docstrings & comments. Reduce test timeout duration
chandra-siri 827d3c1
write floating point numbers are per pylint
chandra-siri 69f061b
correct exception type in _async files
chandra-siri d528dd0
move comments from class level to method level
chandra-siri 4ee9826
add .close() in Example code
chandra-siri 5f3e5ba
throw better error msg when stream is not opened
chandra-siri 82cea4f
Merge branch 'main' into feat/834-bidi-async-support
chandra-siri File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.