Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: ignore warning from google-auth #212

Merged
merged 1 commit into from
Nov 30, 2023
Merged

build: ignore warning from google-auth #212

merged 1 commit into from
Nov 30, 2023

Conversation

parthea
Copy link
Collaborator

@parthea parthea commented Nov 29, 2023

The warning below appears in this build log.

    def utcnow():
        """Returns the current UTC datetime.

        Returns:
            datetime: The current time in UTC.
        """
>       return datetime.datetime.utcnow()
E       DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).

.nox/py-3-12/lib/python3.12/site-packages/google/auth/_helpers.py:95: DeprecationWarning

The issue should be fixed once googleapis/google-auth-library-python#1416 is merged

@parthea parthea requested review from a team as code owners November 29, 2023 23:20
@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Nov 29, 2023
@holtskinner
Copy link
Member

holtskinner commented Nov 30, 2023

Thanks for this! And it looks like Samples - Python 3.12 is running on the PR now.

@holtskinner holtskinner merged commit 378ebd6 into main Nov 30, 2023
26 checks passed
@holtskinner holtskinner deleted the parthea-patch-1 branch November 30, 2023 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: xs Pull request size is extra small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants