-
Notifications
You must be signed in to change notification settings - Fork 89
Comparing changes
Open a pull request
base repository: googleapis/python-api-core
base: b2baf47
head repository: googleapis/python-api-core
compare: e1b5a11
- 12 commits
- 45 files changed
- 9 contributors
Commits on Oct 9, 2024
-
fix: Switch to unittest.mock from mock (#713)
* test: Switch to unittest.mock from mock Now that the minimum supported version of Python is 3.7, we can stop using the external mock requirement, and import it from unittest. I have also attempted to keep imports ordered. Fixes #377 * test: Fallback to external mock for AsyncMock AsyncMock is not included in unittest.mock under Python 3.7, so we must fallback to the external mock requirement for that Python version. Only install it for that version. Keep this as a separate commit so it can be reverted when 3.7 isn't supported anymore. * lint * clean up to satisfy mypy * lint * fix build --------- Co-authored-by: Anthonios Partheniou <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8c53381 - Browse repository at this point
Copy the full SHA 8c53381View commit details
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-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Update comment Co-authored-by: ohmayr <[email protected]> --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: ohmayr <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 46b3d3a - Browse repository at this point
Copy the full SHA 46b3d3aView commit details
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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b91ed19 - Browse repository at this point
Copy the full SHA b91ed19View commit details
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-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * added no cover mark --------- Co-authored-by: Daniel Sanche <[email protected]> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Daniel Sanche <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3c69867 - Browse repository at this point
Copy the full SHA 3c69867View commit details -
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 commit c97a636. * 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 <[email protected]> Co-authored-by: Daniel Sanche <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1695119 - Browse repository at this point
Copy the full SHA 1695119View commit details -
chore: update templated files (#738)
* chore: update templated files * 🦉 Updates from OwlBot post-processor See https://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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4dbb405 - Browse repository at this point
Copy the full SHA 4dbb405View commit details
Commits on Oct 22, 2024
-
fix: Improve
Any
decode error (#712)* Improve Any decoding-error. Was: TypeError: Could not convert Any to PredictLongRunningResponse Now: 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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d5ed37 - Browse repository at this point
Copy the full SHA 0d5ed37View commit details -
chore: Revert "chore: move retry async check to wrap time (#668)" (#743)
This reverts commit 3c69867.
Configuration menu - View commit details
-
Copy full SHA for 7727405 - Browse repository at this point
Copy the full SHA 7727405View commit details
Commits on Oct 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a26313e - Browse repository at this point
Copy the full SHA a26313eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7858ab4 - Browse repository at this point
Copy the full SHA 7858ab4View commit details
Commits on Oct 25, 2024
-
chore: update templated files (#746)
* chore: update templated files * 🦉 Updates from OwlBot post-processor See https://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>
Configuration menu - View commit details
-
Copy full SHA for c87c1ea - Browse repository at this point
Copy the full SHA c87c1eaView commit details
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>
Configuration menu - View commit details
-
Copy full SHA for e1b5a11 - Browse repository at this point
Copy the full SHA e1b5a11View commit details
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