jborean93 / pyspnego

Python SPNEGO authentication library
MIT License
52 stars 11 forks source link

Deprecation warning in tls.py #78

Closed Shnitzelil closed 6 months ago

Shnitzelil commented 6 months ago

Hi,

A deprecation warning raised on tls.py line 129 datetime.datetime.utcnow(). this should be replaced with datetime.datetime.now(datetime.timezone.utc)

Thanks

jborean93 commented 6 months ago

Thanks for letting me know, the PR https://github.com/jborean93/pyspnego/pull/79 moves to the recommended syntax.

Shnitzelil commented 6 months ago

Thanks for letting me know, the PR #79 moves to the recommended syntax.

Thank you for the quick response. Will you release new package?

jborean93 commented 6 months ago

I will push it through at some point soon.