tableau / TabPy

Execute Python code on the fly and display results in Tableau visualizations:
https://tableau.github.io/TabPy/
MIT License
1.56k stars 598 forks source link

Add TabPy Config Parameter for Minimum TLS Version #638

Closed jakeichikawasalesforce closed 4 months ago

jakeichikawasalesforce commented 4 months ago

Adding a TabPy config parameter to set the minimum TLS version (TABPY_MINIMUM_TLS_VERSION) that the server will accept for secure connections. By default, the minimum TSL version will be set to TLSv1_2. See https://docs.python.org/3/library/ssl.html#ssl.TLSVersion.MINIMUM_SUPPORTED.

Other changes:

pep8speaks commented 4 months ago

Hello @jakeichikawasalesforce! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 99:1: W293 blank line contains whitespace Line 100:65: W291 trailing whitespace

Line 4:1: E302 expected 2 blank lines, found 1 Line 15:99: E501 line too long (99 > 98 characters) Line 31:1: E302 expected 2 blank lines, found 1 Line 39:1: E302 expected 2 blank lines, found 1 Line 48:1: E302 expected 2 blank lines, found 1

Comment last updated at 2024-06-20 15:50:34 UTC