@@ -53,15 +53,15 @@ def readme():
53
53
# Keep the no-op bqstorage extra for backward compatibility.
54
54
# See: https://github.com/googleapis/python-bigquery/issues/757
55
55
"bqstorage" : [
56
- "google-cloud-bigquery-storage >= 2.0.0, <3.0.0dev " ,
56
+ "google-cloud-bigquery-storage >= 2.0.0, <3.0.0 " ,
57
57
# Due to an issue in pip's dependency resolver, the `grpc` extra is not
58
58
# installed, even though `google-cloud-bigquery-storage` specifies it
59
59
# as `google-api-core[grpc]`. We thus need to explicitly specify it here.
60
60
# See: https://github.com/googleapis/python-bigquery/issues/83 The
61
61
# grpc.Channel.close() method isn't added until 1.32.0.
62
62
# https://github.com/grpc/grpc/pull/15254
63
- "grpcio >= 1.47.0, < 2.0dev " ,
64
- "grpcio >= 1.49.1, < 2.0dev ; python_version>='3.11'" ,
63
+ "grpcio >= 1.47.0, < 2.0.0 " ,
64
+ "grpcio >= 1.49.1, < 2.0.0 ; python_version>='3.11'" ,
65
65
"pyarrow >= 3.0.0" ,
66
66
],
67
67
}
@@ -109,14 +109,14 @@ def readme():
109
109
],
110
110
platforms = "Posix; MacOS X; Windows" ,
111
111
install_requires = [
112
- "google-api-core >= 1.31.5, <3.0.0dev ,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0" ,
112
+ "google-api-core >= 1.31.5, <3.0.0 ,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0" ,
113
113
# NOTE: Maintainers, please do not require google-auth>=2.x.x
114
114
# Until this issue is closed
115
115
# https://github.com/googleapis/google-cloud-python/issues/10566
116
- "google-auth>=1.25.0,<3.0.0dev " , # Work around pip wack.
117
- "google-cloud-bigquery>=3.3.6,<4.0.0dev " ,
116
+ "google-auth>=1.25.0,<3.0.0 " , # Work around pip wack.
117
+ "google-cloud-bigquery>=3.3.6,<4.0.0 " ,
118
118
"packaging" ,
119
- "sqlalchemy>=1.4.16,<3.0.0dev " ,
119
+ "sqlalchemy>=1.4.16,<3.0.0 " ,
120
120
],
121
121
extras_require = extras ,
122
122
python_requires = ">=3.8, <3.13" ,
0 commit comments