Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Forcing the version of setuptools is unsafe #492

Description

@jnewbigin

pip-compile tells me Forcing the version of setuptools is unsafe

which is done here:

"setuptools>=40.3.0",

My distro provided python 3.6.9 comes with setuptools 36.5.0. As I understand, the setuptools version is matched to your python install and should not be upgraded with pip.

When I have a package which pulls in google-auto, it updates my setuptools causing other tools to start issuing warnings.

I wonder if you do indeed need the newer setuptools?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

type: questionRequest for information or clarification. Not an issue.

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions