Skip to content

upgrade tomli to 2.0.0#11729

Merged
JukkaL merged 1 commit intopython:masterfrom
KotlinIsland:bump_tomli
Dec 14, 2021
Merged

upgrade tomli to 2.0.0#11729
JukkaL merged 1 commit intopython:masterfrom
KotlinIsland:bump_tomli

Conversation

@KotlinIsland
Copy link
Contributor

Description

Tomli 2.0.0 was released https://pypi.org/project/tomli/2.0.0/

I think it would be good to keep up to date with this release.

@KotlinIsland KotlinIsland changed the title upgrade tomli upgrade tomli to 2.0.0 Dec 14, 2021
Copy link
Collaborator

@JukkaL JukkaL left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@JukkaL JukkaL merged commit 6b6099b into python:master Dec 14, 2021
@alippai
Copy link

alippai commented Dec 15, 2021

I believe Tomli 2.0.0 dropped Python 3.6 support (actively breaking it).
If that's the case, mypy should mark this in the config as well.

@hauntsaninja
Copy link
Collaborator

hauntsaninja commented Dec 15, 2021

Copy-pasting my comment from #11158

#11729 does not imply mypy dropping Python 3.6 support, since it just changes the allowable upper bound with no change to lower bound. If you python3.6 -m pip install 'tomli>=1.1.0,<3.0.0' it will happily install tomli 1.2.3

ilevkivskyi pushed a commit that referenced this pull request Dec 15, 2021
Tomli 2.0.0 was released https://pypi.org/project/tomli/2.0.0/

Co-authored-by: KotlinIsland <kotlinisland@users.noreply.github.com>
@KotlinIsland KotlinIsland deleted the bump_tomli branch January 4, 2022 01:05
tushar-deepsource pushed a commit to DeepSourceCorp/mypy that referenced this pull request Jan 20, 2022
Tomli 2.0.0 was released https://pypi.org/project/tomli/2.0.0/

Co-authored-by: KotlinIsland <kotlinisland@users.noreply.github.com>
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.

4 participants