Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions auth/gcloud/aio/auth/token.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ def __init__(
) -> None:
super().__init__(service_file=service_file, session=session)

self.scopes = ''
if scopes:
self.scopes = ' '.join(scopes or [])
elif self.service_data:
Expand Down
378 changes: 189 additions & 189 deletions auth/poetry.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions auth/poetry.rest.lock
Original file line number Diff line number Diff line change
Expand Up @@ -303,13 +303,13 @@ all = ["flake8 (>=7.1.1)", "mypy (>=1.11.2)", "pytest (>=8.3.2)", "ruff (>=0.6.2

[[package]]
name = "iniconfig"
version = "2.0.0"
version = "2.1.0"
description = "brain-dead simple config-ini parsing"
optional = false
python-versions = ">=3.7"
python-versions = ">=3.8"
files = [
{file = "iniconfig-2.0.0-py3-none-any.whl", hash = "sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374"},
{file = "iniconfig-2.0.0.tar.gz", hash = "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3"},
{file = "iniconfig-2.1.0-py3-none-any.whl", hash = "sha256:9deba5723312380e77435581c6bf4935c94cbfab9b1ed33ef8d238ea168eb760"},
{file = "iniconfig-2.1.0.tar.gz", hash = "sha256:3abbd2e30b36733fee78f9c7f7308f2d0050e88f0087fd25c2645f63c773e1c7"},
]

[[package]]
Expand Down
4 changes: 2 additions & 2 deletions auth/pyproject.rest.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gcloud-rest-auth"
version = "5.4.0"
version = "5.4.1"
description = "Python Client for Google Cloud Auth"
readme = "README.rst"

Expand Down Expand Up @@ -31,7 +31,7 @@ requests = ">= 2.2.1, < 3.0.0"

[tool.poetry.group.dev.dependencies]
pytest = "8.3.5"
# pytest-asyncio = "0.25.3"
# pytest-asyncio = "0.26.0"
pytest-mock = "3.14.0"

[[tool.poetry.source]]
Expand Down
2 changes: 1 addition & 1 deletion auth/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gcloud-aio-auth"
version = "5.4.0"
version = "5.4.1"
description = "Python Client for Google Cloud Auth"
readme = "README.rst"

Expand Down
12 changes: 6 additions & 6 deletions bigquery/poetry.rest.lock
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ test = ["pytest (>=6)"]

[[package]]
name = "gcloud-rest-auth"
version = "5.3.2"
version = "5.4.1"
description = "Python Client for Google Cloud Auth"
optional = false
python-versions = ">= 3.9, < 4.0"
Expand Down Expand Up @@ -325,7 +325,7 @@ url = "../datastore"

[[package]]
name = "gcloud-rest-storage"
version = "9.3.0"
version = "9.4.0"
description = "Python Client for Google Cloud Storage"
optional = false
python-versions = ">= 3.9, < 4.0"
Expand Down Expand Up @@ -357,13 +357,13 @@ all = ["flake8 (>=7.1.1)", "mypy (>=1.11.2)", "pytest (>=8.3.2)", "ruff (>=0.6.2

[[package]]
name = "iniconfig"
version = "2.0.0"
version = "2.1.0"
description = "brain-dead simple config-ini parsing"
optional = false
python-versions = ">=3.7"
python-versions = ">=3.8"
files = [
{file = "iniconfig-2.0.0-py3-none-any.whl", hash = "sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374"},
{file = "iniconfig-2.0.0.tar.gz", hash = "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3"},
{file = "iniconfig-2.1.0-py3-none-any.whl", hash = "sha256:9deba5723312380e77435581c6bf4935c94cbfab9b1ed33ef8d238ea168eb760"},
{file = "iniconfig-2.1.0.tar.gz", hash = "sha256:3abbd2e30b36733fee78f9c7f7308f2d0050e88f0087fd25c2645f63c773e1c7"},
]

[[package]]
Expand Down
2 changes: 1 addition & 1 deletion bigquery/pyproject.rest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gcloud-rest-auth = { path = "../auth" }
gcloud-rest-datastore = { path = "../datastore" }
gcloud-rest-storage = { path = "../storage" }
pytest = "8.3.5"
# pytest-asyncio = "0.25.3"
# pytest-asyncio = "0.26.0"
pytest-mock = "3.14.0"

[[tool.poetry.source]]
Expand Down
12 changes: 6 additions & 6 deletions datastore/poetry.rest.lock
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ test = ["pytest (>=6)"]

[[package]]
name = "gcloud-rest-auth"
version = "5.3.2"
version = "5.4.1"
description = "Python Client for Google Cloud Auth"
optional = false
python-versions = ">= 3.9, < 4.0"
Expand All @@ -309,7 +309,7 @@ url = "../auth"

[[package]]
name = "gcloud-rest-storage"
version = "9.3.0"
version = "9.4.0"
description = "Python Client for Google Cloud Storage"
optional = false
python-versions = ">= 3.9, < 4.0"
Expand Down Expand Up @@ -341,13 +341,13 @@ all = ["flake8 (>=7.1.1)", "mypy (>=1.11.2)", "pytest (>=8.3.2)", "ruff (>=0.6.2

[[package]]
name = "iniconfig"
version = "2.0.0"
version = "2.1.0"
description = "brain-dead simple config-ini parsing"
optional = false
python-versions = ">=3.7"
python-versions = ">=3.8"
files = [
{file = "iniconfig-2.0.0-py3-none-any.whl", hash = "sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374"},
{file = "iniconfig-2.0.0.tar.gz", hash = "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3"},
{file = "iniconfig-2.1.0-py3-none-any.whl", hash = "sha256:9deba5723312380e77435581c6bf4935c94cbfab9b1ed33ef8d238ea168eb760"},
{file = "iniconfig-2.1.0.tar.gz", hash = "sha256:3abbd2e30b36733fee78f9c7f7308f2d0050e88f0087fd25c2645f63c773e1c7"},
]

[[package]]
Expand Down
2 changes: 1 addition & 1 deletion datastore/pyproject.rest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gcloud-rest-auth = ">= 3.1.0, < 6.0.0"
gcloud-rest-auth = { path = "../auth" }
gcloud-rest-storage = { path = "../storage" }
pytest = "8.3.5"
# pytest-asyncio = "0.25.3"
# pytest-asyncio = "0.26.0"
pytest-mock = "3.14.0"

[[tool.poetry.source]]
Expand Down
10 changes: 5 additions & 5 deletions pubsub/poetry.rest.lock
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ test = ["pytest (>=6)"]

[[package]]
name = "gcloud-rest-auth"
version = "5.3.2"
version = "5.4.1"
description = "Python Client for Google Cloud Auth"
optional = false
python-versions = ">= 3.9, < 4.0"
Expand Down Expand Up @@ -323,13 +323,13 @@ all = ["flake8 (>=7.1.1)", "mypy (>=1.11.2)", "pytest (>=8.3.2)", "ruff (>=0.6.2

[[package]]
name = "iniconfig"
version = "2.0.0"
version = "2.1.0"
description = "brain-dead simple config-ini parsing"
optional = false
python-versions = ">=3.7"
python-versions = ">=3.8"
files = [
{file = "iniconfig-2.0.0-py3-none-any.whl", hash = "sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374"},
{file = "iniconfig-2.0.0.tar.gz", hash = "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3"},
{file = "iniconfig-2.1.0-py3-none-any.whl", hash = "sha256:9deba5723312380e77435581c6bf4935c94cbfab9b1ed33ef8d238ea168eb760"},
{file = "iniconfig-2.1.0.tar.gz", hash = "sha256:3abbd2e30b36733fee78f9c7f7308f2d0050e88f0087fd25c2645f63c773e1c7"},
]

[[package]]
Expand Down
2 changes: 1 addition & 1 deletion pubsub/pyproject.rest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gcloud-rest-auth = ">= 3.3.0, < 6.0.0"
# aiohttp = "3.9.1"
gcloud-rest-auth = { path = "../auth" }
pytest = "8.3.5"
# pytest-asyncio = "0.25.3"
# pytest-asyncio = "0.26.0"
pytest-mock = "3.14.0"

[[tool.poetry.source]]
Expand Down
10 changes: 5 additions & 5 deletions storage/poetry.rest.lock
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ test = ["pytest (>=6)"]

[[package]]
name = "gcloud-rest-auth"
version = "5.3.2"
version = "5.4.1"
description = "Python Client for Google Cloud Auth"
optional = false
python-versions = ">= 3.9, < 4.0"
Expand Down Expand Up @@ -323,13 +323,13 @@ all = ["flake8 (>=7.1.1)", "mypy (>=1.11.2)", "pytest (>=8.3.2)", "ruff (>=0.6.2

[[package]]
name = "iniconfig"
version = "2.0.0"
version = "2.1.0"
description = "brain-dead simple config-ini parsing"
optional = false
python-versions = ">=3.7"
python-versions = ">=3.8"
files = [
{file = "iniconfig-2.0.0-py3-none-any.whl", hash = "sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374"},
{file = "iniconfig-2.0.0.tar.gz", hash = "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3"},
{file = "iniconfig-2.1.0-py3-none-any.whl", hash = "sha256:9deba5723312380e77435581c6bf4935c94cbfab9b1ed33ef8d238ea168eb760"},
{file = "iniconfig-2.1.0.tar.gz", hash = "sha256:3abbd2e30b36733fee78f9c7f7308f2d0050e88f0087fd25c2645f63c773e1c7"},
]

[[package]]
Expand Down
2 changes: 1 addition & 1 deletion storage/pyproject.rest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rsa = ">= 3.1.4, < 5.0.0"
[tool.poetry.group.dev.dependencies]
gcloud-rest-auth = { path = "../auth" }
pytest = "8.3.5"
# pytest-asyncio = "0.25.3"
# pytest-asyncio = "0.26.0"
pytest-mock = "3.14.0"

[[tool.poetry.source]]
Expand Down
10 changes: 5 additions & 5 deletions taskqueue/poetry.rest.lock
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ test = ["pytest (>=6)"]

[[package]]
name = "gcloud-rest-auth"
version = "5.3.2"
version = "5.4.1"
description = "Python Client for Google Cloud Auth"
optional = false
python-versions = ">= 3.9, < 4.0"
Expand Down Expand Up @@ -323,13 +323,13 @@ all = ["flake8 (>=7.1.1)", "mypy (>=1.11.2)", "pytest (>=8.3.2)", "ruff (>=0.6.2

[[package]]
name = "iniconfig"
version = "2.0.0"
version = "2.1.0"
description = "brain-dead simple config-ini parsing"
optional = false
python-versions = ">=3.7"
python-versions = ">=3.8"
files = [
{file = "iniconfig-2.0.0-py3-none-any.whl", hash = "sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374"},
{file = "iniconfig-2.0.0.tar.gz", hash = "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3"},
{file = "iniconfig-2.1.0-py3-none-any.whl", hash = "sha256:9deba5723312380e77435581c6bf4935c94cbfab9b1ed33ef8d238ea168eb760"},
{file = "iniconfig-2.1.0.tar.gz", hash = "sha256:3abbd2e30b36733fee78f9c7f7308f2d0050e88f0087fd25c2645f63c773e1c7"},
]

[[package]]
Expand Down
2 changes: 1 addition & 1 deletion taskqueue/pyproject.rest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gcloud-rest-auth = ">= 3.1.0, < 6.0.0"
# aiohttp = "3.9.1"
gcloud-rest-auth = { path = "../auth" }
pytest = "8.3.5"
# pytest-asyncio = "0.25.3"
# pytest-asyncio = "0.26.0"
pytest-mock = "3.14.0"

[[tool.poetry.source]]
Expand Down