Skip to content

Commit 82cea4f

Browse files
authored
Merge branch 'main' into feat/834-bidi-async-support
2 parents 5f3e5ba + 8168988 commit 82cea4f

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
44

55
[1]: https://pypi.org/project/google-api-core/#history
66

7+
## [2.26.0](https://github.com/googleapis/python-api-core/compare/v2.25.2...v2.26.0) (2025-10-08)
8+
9+
10+
### Features
11+
12+
* Add trove classifier for Python 3.14 ([#842](https://github.com/googleapis/python-api-core/issues/842)) ([43690de](https://github.com/googleapis/python-api-core/commit/43690de33a23321d52ab856e2bf253590e1a9357))
13+
14+
## [2.25.2](https://github.com/googleapis/python-api-core/compare/v2.25.1...v2.25.2) (2025-10-01)
15+
16+
17+
### Bug Fixes
18+
19+
* Deprecate credentials_file argument ([#841](https://github.com/googleapis/python-api-core/issues/841)) ([324eb74](https://github.com/googleapis/python-api-core/commit/324eb7464d6ade9a8c2e413d4695bc7d7adfcb3d))
20+
* Fix async tests and round-off error in test expectations ([#837](https://github.com/googleapis/python-api-core/issues/837)) ([14a5978](https://github.com/googleapis/python-api-core/commit/14a59789e144905bd6c82180ad07a52bf1f84f02))
21+
722
## [2.25.1](https://github.com/googleapis/python-api-core/compare/v2.25.0...v2.25.1) (2025-06-02)
823

924

google/api_core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.25.1"
15+
__version__ = "2.26.0"

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ classifiers = [
4040
"Programming Language :: Python :: 3.11",
4141
"Programming Language :: Python :: 3.12",
4242
"Programming Language :: Python :: 3.13",
43+
"Programming Language :: Python :: 3.14",
4344
"Operating System :: OS Independent",
4445
"Topic :: Internet",
4546
]
@@ -62,8 +63,10 @@ async_rest = ["google-auth[aiohttp] >= 2.35.0, < 3.0.0"]
6263
grpc = [
6364
"grpcio >= 1.33.2, < 2.0.0",
6465
"grpcio >= 1.49.1, < 2.0.0; python_version >= '3.11'",
66+
"grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'",
6567
"grpcio-status >= 1.33.2, < 2.0.0",
6668
"grpcio-status >= 1.49.1, < 2.0.0; python_version >= '3.11'",
69+
"grpcio-status >= 1.75.1, < 2.0.0; python_version >= '3.14'",
6770
]
6871
grpcgcp = ["grpcio-gcp >= 0.2.2, < 1.0.0"]
6972
grpcio-gcp = ["grpcio-gcp >= 0.2.2, < 1.0.0"]

0 commit comments

Comments
 (0)