@@ -18,17 +18,15 @@ build-backend = "setuptools.build_meta"
1818
1919[project ]
2020name = " google-ads"
21- version = " 28.1.1 "
21+ version = " 28.2.0 "
2222description = " Client library for the Google Ads API"
2323readme = " ./README.rst"
24- requires-python = " >=3.9, <3.14 "
25- license = " Apache-2.0 "
24+ requires-python = " >=3.9, <3.15 "
25+ license = { file = " LICENSE " }
2626authors = [
2727 {name = " Google LLC" , email = " googleapis-packages@google.com" }
2828]
2929classifiers = [
30- " Intended Audience :: Developers" ,
31- " Development Status :: 5 - Production/Stable" ,
3230 " Intended Audience :: Developers" ,
3331 " Programming Language :: Python" ,
3432 " Programming Language :: Python :: 3" ,
@@ -37,6 +35,7 @@ classifiers = [
3735 " Programming Language :: Python :: 3.11" ,
3836 " Programming Language :: Python :: 3.12" ,
3937 " Programming Language :: Python :: 3.13" ,
38+ " Programming Language :: Python :: 3.14" ,
4039]
4140dependencies = [
4241 " google-auth-oauthlib >= 1.0.0, < 2.0.0" ,
@@ -49,8 +48,10 @@ dependencies = [
4948 # have the same version range.
5049 " grpcio >= 1.59.0, < 2.0.0" ,
5150 " grpcio >= 1.66.2, < 2.0.0; python_version >= '3.13'" ,
51+ " grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'" ,
5252 " grpcio-status >= 1.59.0, < 2.0.0" ,
5353 " grpcio-status >= 1.66.2, < 2.0.0; python_version >= '3.13'" ,
54+ " grpcio-status >= 1.75.1, < 2.0.0; python_version >= '3.14'" ,
5455 " proto-plus >= 1.22.3, < 2.0.0" ,
5556 " proto-plus >= 1.25.0, < 2.0.0; python_version >= '3.13'" ,
5657 " PyYAML >= 5.1, < 7.0" ,
0 commit comments