- Notifications
You must be signed in to change notification settings - Fork90
Comparing changes
Open a pull request
base repository:googleapis/python-api-core
Uh oh!
There was an error while loading.Please reload this page.
base:b2baf47
head repository:googleapis/python-api-core
Uh oh!
There was an error while loading.Please reload this page.
compare:e1b5a11
- 12commits
- 45files 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
Commits on Oct 25, 2024
chore: update templated files (#746)
* 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>
Commits on Oct 28, 2024
chore(main): release 2.22.0 (#729)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
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...e1b5a11
Uh oh!
There was an error while loading.Please reload this page.