Skip to content

Commit

Permalink
⬆️ Upgrade importlib-metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Nov 23, 2020
1 parent eb8f2d8 commit 224a1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
python = "^3.6"
sqlalchemy = "^1.3.16"
pydantic = "^1.5.1"
importlib-metadata = { version = ">=1.6.0,<3.0.0", python = "<3.8" }
importlib-metadata = { version = ">=1.6.0,<4.0.0", python = "<3.8" }

# Local development dependencies
jupyter = {version = "^1.0.0", optional = true, extras = ["dev"]}
Expand Down

0 comments on commit 224a1d9

Please sign in to comment.