summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-google-api-core_2.14.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-google-api-core: upgrade 2.14.0 -> 2.15.0Wang Mingyu2023-12-141-25/+0
| | | | | | | | | | | | | | | Changelog: ========== -Add support for Python 3.12 -Add type annotations to wrapped grpc calls -Add universe_domain argument to ClientOptions -Introduce compatibility with native namespace packages -Fix regression in bidi causing Thread-ConsumeBidirectionalStream caught unexpected exception and will exit -Replace deprecated datetime.datetime.utcnow() Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-core: upgrade 2.12.0 -> 2.14.0Wang Mingyu2023-11-171-0/+25
Changelog: ========== -Support with_call for wrapped rpcs -Update async client to use async retry -Add caching to routing header calculation -Add warning to retry target to avoid incorrect usage -Drop usage of distutils -Ensure exception is available when BackgroundConsumer open stream fails Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>