Closed
Description
Describe the bug
I was trying to upgrade the version from 0.25
to fix the filename
issue per #1312
However, I am not able to upgrade because the requirement of urllib3==2.2.2
is causing dependencies conflict issue with other packages in my environment. Check the history and it seems starting 0.27 version the requirement became very specific.
Do we really need this specific version? Can we make it to urllib3>=2
or exclude versions we don't want to use?
server-client-python/pyproject.toml
Line 18
in
257cf61
server-client-python/pyproject.toml
Line 18 in 257cf61
Versions
Details of your environment, including:
- Tableau Server version: 3.19
- Python version: 3.9.13
- TSC library version: 0.25 to 0.32