Skip to content

Commit

Permalink
fix: fix: use proper google Request in id_token
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoalmeidaee authored and joaodaher committed Apr 25, 2024
1 parent bbf65ad commit 2a6d49a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gcp_pilot/iam.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import requests
from google.auth import jwt
from google.auth.transport import Request
from google.auth.transport.requests import Request
from google.cloud import iam_credentials_v1
from google.oauth2 import id_token

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gcp-pilot"
version = "1.25.1"
version = "1.25.2"
description = "Google Cloud Platform Friendly Pilot"
authors = ["Joao Daher <joao@daher.dev>"]
repository = "https://github.com/flamingo-run/gcp-pilot"
Expand Down

0 comments on commit 2a6d49a

Please sign in to comment.