Skip to content

Commit

Permalink
Fix version for importlib_metadata on python 3.7 (#7904)
Browse files Browse the repository at this point in the history
  • Loading branch information
sydney-runkle committed Oct 23, 2023
1 parent 47aa97e commit 5be53ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Expand Up @@ -63,6 +63,7 @@ dependencies = [
'typing-extensions>=4.6.1',
'annotated-types>=0.4.0',
"pydantic-core==2.11.0",
"importlib_metadata; python_version=='3.7'"
]
dynamic = ['version', 'readme']

Expand Down

0 comments on commit 5be53ce

Please sign in to comment.