-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tomli 2.0.0 was released https://pypi.org/project/tomli/2.0.0/ Co-authored-by: KotlinIsland <kotlinisland@users.noreply.github.com>
- Loading branch information
1 parent
01a2d98
commit 6b6099b
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
typing_extensions>=3.10 | ||
mypy_extensions>=0.4.3,<0.5.0 | ||
typed_ast>=1.4.0,<2; python_version<'3.8' | ||
tomli>=1.1.0,<2.0.0 | ||
tomli>=1.1.0,<3.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters