We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
google-api-core
The following code uses utcnow which is deprecated in python 3.12
utcnow
python-api-core/google/api_core/datetime_helpers.py
Lines 43 to 46 in 405272c
The text was updated successfully, but these errors were encountered:
refactor: replace deprecated datetime.datetime.utcnow()
datetime.datetime.utcnow()
15b044a
Fixes googleapis#540
fix: replace deprecated datetime.datetime.utcnow() (#552)
448923a
Fixes #540 Co-authored-by: Anthonios Partheniou <partheniou@google.com>
ohmayr
Successfully merging a pull request may close this issue.
Environment details
google-api-core
version: 2.10.2Issue
The following code uses
utcnow
which is deprecated in python 3.12python-api-core/google/api_core/datetime_helpers.py
Lines 43 to 46 in 405272c
The text was updated successfully, but these errors were encountered: