tableau / server-client-python

A Python library for the Tableau Server REST API
https://tableau.github.io/server-client-python/
MIT License
655 stars 420 forks source link

cgi is deprecated, and will be removed in 3.13 #1344

Closed jorwoods closed 7 months ago

jorwoods commented 7 months ago

Python stdlib module "cgi" is deprecated and will be removed in Python 3.13. https://docs.python.org/3/library/cgi.html

PEP 594 recommends switching to using email.message.Message for parsing headers.

BobDu commented 7 months ago

duplicate: #1233