Feature Request / Improvement
To support python 3.12 in #1068, we had to ignore warnings for deprecated datetime functions.
Let's remove these deprecated functions from the codebase and also remove the warning filters.
|
"ignore:datetime.datetime.utcnow\\(\\) is deprecated and scheduled for removal in a future version.", |
|
"ignore:datetime.datetime.utcfromtimestamp\\(\\) is deprecated and scheduled for removal in a future version.", |
Feature Request / Improvement
To support python 3.12 in #1068, we had to ignore warnings for deprecated
datetimefunctions.Let's remove these deprecated functions from the codebase and also remove the warning filters.
iceberg-python/pyproject.toml
Lines 618 to 619 in f2f428e