Skip to content

urllib3 specific version requirement causing dependencies conflict #1445

Closed
@jackexu

Description

@jackexu

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?

'urllib3==2.2.2', # dependabot

Versions
Details of your environment, including:

  • Tableau Server version: 3.19
  • Python version: 3.9.13
  • TSC library version: 0.25 to 0.32

Metadata

Metadata

Assignees

No one assigned

    Labels

    0.33fixedinfraInfrastructure issues (GitHub, etc)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions