Skip to content

Commit bdcfa39

Browse files
committed
FIX: Fix google auth library imports
skipci
1 parent ba7db52 commit bdcfa39

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

octue/cloud/registry.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import google.auth
2-
import google.oauth2
1+
import google.auth.transport.requests
2+
import google.oauth2.id_token
33
import requests
44

55
from octue.cloud.service_id import create_sruid, logger, split_service_id

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "octue"
3-
version = "0.62.0"
3+
version = "0.62.1"
44
description = "A package providing template applications for data services, and a python SDK to the Octue API."
55
readme = "README.md"
66
authors = ["Marcus Lugg <marcus@octue.com>", "Thomas Clark <support@octue.com>"]

0 commit comments

Comments
 (0)