Skip to content

chore(deps): remove unused pycparser#266

Merged
ej2 merged 1 commit intoroutablehq:0.9.2from
miketheman:patch-1
Aug 1, 2022
Merged

chore(deps): remove unused pycparser#266
ej2 merged 1 commit intoroutablehq:0.9.2from
miketheman:patch-1

Conversation

@miketheman
Copy link
Copy Markdown
Contributor

The pin to pycparser==2.18 was brought about when the package was still supporting Python 2.6.
See #126

Python 2.6 (and 2.7) support were dropped in versions 0.7.5 and 0.8.1 respectively. (from CHANGELOG.rst)

The authlib library that depended on pycparser was removed in version 0.9.1
See #258

We can now safely remove pycparser from the project scope,
and thus any other dependencies that rely on pycparser
can now advance past version 2.18 without conflict.

The pin to `pycparser==2.18` was brought about when the package was still supporting Python 2.6.
See routablehq#126

Python 2.6 (and 2.7) support were dropped in versions 0.7.5 and 0.8.1 respectively. (from `CHANGELOG.rst`)

The `authlib` library that depended on `pycparser` was removed in version 0.9.1
See routablehq#258

We can now safely remove `pycparser` from the project scope,
and thus any other dependencies that rely on `pycparser`
can now advance past version 2.18 without conflict.
@ej2 ej2 changed the base branch from master to 0.9.2 August 1, 2022 20:27
@ej2 ej2 merged commit afcc42f into routablehq:0.9.2 Aug 1, 2022
@miketheman miketheman deleted the patch-1 branch August 1, 2022 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants