- Notifications
You must be signed in to change notification settings - Fork90
PermalinkChoose a base ref {{ refName }}default Choose a head ref {{ refName }}default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:googleapis/python-api-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
base:b2baf47
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
...
head repository:googleapis/python-api-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
compare:1193df9
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- 13commits
- 39files changed
- 9contributors
Commits on Oct 9, 2024
fix: Switch to unittest.mock from mock (#713)
* test: Switch to unittest.mock from mockNow that the minimum supported version of Python is 3.7, we can stopusing the external mock requirement, and import it from unittest. I havealso attempted to keep imports ordered.Fixes#377* test: Fallback to external mock for AsyncMockAsyncMock is not included in unittest.mock under Python 3.7, so we mustfallback to the external mock requirement for that Python version. Onlyinstall it for that version.Keep this as a separate commit so it can be reverted when 3.7 isn'tsupported anymore.* lint* clean up to satisfy mypy* lint* fix build---------Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Commits on Oct 15, 2024
feat: add support for python 3.13 (#696)
* feat: add support for python 3.13* Add constraints file* Avoid Python3.13 warning coroutine method 'aclose' was never awaited* remove allow-prereleases: true* exclude grpcio 1.67.0rc1* add comment* remove empty line* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md* Update commentCo-authored-by: ohmayr <omairnaveed@ymail.com>---------Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>Co-authored-by: ohmayr <omairnaveed@ymail.com>
Commits on Oct 19, 2024
fix: add type hints to ClientOptions (#735)
* Update* Update client_options.py* Update* fix build---------Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Commits on Oct 21, 2024
chore: move retry async check to wrap time (#668)
* chore: move retry async check to wrap time* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md* added no cover mark---------Co-authored-by: Daniel Sanche <d.sanche14@gmail.com>Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>Co-authored-by: Daniel Sanche <sanche@google.com>
feat: add caching to GapicCallable (#666)
* feat: optimize _GapicCallable* cleaned up metadata lines* chore: avoid type checks in error wrapper* Revert "chore: avoid type checks in error wrapper"This reverts commitc97a636.* add default wrapped function* fixed decorator order* fixed spacing* fixed comment typo* fixed spacing* fixed spacing* removed unneeded helpers* use caching* improved metadata parsing* improved docstring* fixed logic* added benchmark test* update threshold* run benchmark in loop for testing* use verbose logs* Revert testing* used smaller value* changed threshold* removed link in comment* use list type for metadata* add types to docstring* fixed lint* convert to list at init time---------Co-authored-by: Daniel Sanche <sanche@google.com>Co-authored-by: Daniel Sanche <d.sanche14@gmail.com>
chore: update templated files (#738)
* chore: update templated files* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md---------Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>Co-authored-by: ohmayr <omairnaveed@ymail.com>
Commits on Oct 22, 2024
fix: Improve
Any
decode error (#712)* Improve Any decoding-error.Was:TypeError: Could not convert Any to PredictLongRunningResponseNow:TypeError: Could not convert Any[google.ai.generativelanguage.v1main.PredictLongRunningResponse] to google.ai.generativelanguage.v1beta.PredictLongRunningResponse* update test* update error message* address review feedback---------Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Commits on Oct 23, 2024
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff b2baf47...1193df9
Uh oh!
There was an error while loading.Please reload this page.