fix(strategy): move type handling for storage to property #1502
Annotations
5 warnings
|
Test with tox:
.tox/py314/lib/python3.14/site-packages/onelogin/saml2/utils.py#L450
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).
|
|
Test with tox:
.tox/py314/lib/python3.14/site-packages/onelogin/saml2/utils.py#L394
datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
|
|
Test with tox:
.tox/py314/lib/python3.14/site-packages/onelogin/saml2/utils.py#L394
datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
|
|
Test with tox:
.tox/py314/lib/python3.14/site-packages/onelogin/saml2/utils.py#L394
datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
|
|
Test with tox:
.tox/py314/lib/python3.14/site-packages/openid/oidutil.py#L105
defusedxml.cElementTree is deprecated, import from defusedxml.ElementTree instead.
|
Loading