Skip to content

Commit b2885ad

Browse files
authored
chore: regenerate all libraries with librarian (googleapis#16960)
This has copied README.rst files which were modified in the package root but then not copied into docs. Two files within google-cloud-storage are also reformatted.
1 parent 6cae9e8 commit b2885ad

5 files changed

Lines changed: 9 additions & 8 deletions

File tree

packages/bigquery-magics/docs/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ dependencies.
5252

5353
Supported Python Versions
5454
^^^^^^^^^^^^^^^^^^^^^^^^^
55-
Python >= 3.9
55+
Python >= 3.10
5656

5757
Unsupported Python Versions
5858
^^^^^^^^^^^^^^^^^^^^^^^^^^^
59-
Python <= 3.8.
59+
Python <= 3.9.
6060

6161

6262
Mac/Linux

packages/google-cloud-runtimeconfig/docs/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ Supported Python Versions
5353
Our client libraries are compatible with all current `active`_ and `maintenance`_ versions of
5454
Python.
5555

56-
Python >= 3.9
56+
Python >= 3.10
5757

5858
.. _active: https://devguide.python.org/devcycle/#in-development-main-branch
5959
.. _maintenance: https://devguide.python.org/devcycle/#maintenance-branches
6060

6161
Unsupported Python Versions
6262
^^^^^^^^^^^^^^^^^^^^^^^^^^^
63-
Python <= 3.8
63+
Python <= 3.9
6464

6565
If you are using an `end-of-life`_
6666
version of Python, we recommend that you update as soon as possible to an actively supported version.

packages/google-cloud-storage/google/cloud/storage/_grpc_conversions.py

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

15-
from google.cloud import _storage_v2
1615
from google.protobuf import timestamp_pb2
1716

17+
from google.cloud import _storage_v2
18+
1819
# Map Python Blob attributes to GCS V2 Object proto field names.
1920
_BLOB_ATTR_TO_PROTO_FIELD = {
2021
"content_type": "content_type",

packages/google-cloud-storage/tests/unit/test__grpc_conversions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
import datetime
1616
from unittest import mock
1717

18-
from google.cloud.storage import _grpc_conversions
1918
from google.cloud import _storage_v2
19+
from google.cloud.storage import _grpc_conversions
2020

2121

2222
def test_blob_to_proto_simple_fields():

packages/google-resumable-media/docs/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ support at `google._async_resumable_media`.
1616

1717
Supported Python Versions
1818
-------------------------
19-
Python >= 3.9
19+
Python >= 3.10
2020

2121
Unsupported Python Versions
2222
---------------------------
2323

24-
Python <= 3.8
24+
Python <= 3.9
2525

2626

2727
License

0 commit comments

Comments
 (0)