Skip to content

Commit

Permalink
revert pyproject change
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Feb 5, 2025
1 parent b1b72fe commit a00077b
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,8 @@ classifiers = [
'Operating System :: MacOS',
'Typing :: Typed',
]
dependencies = [
'typing-extensions>=4.6.0,!=4.7.0'
]
dynamic = [
'description',
'license',
'readme',
'version'
]
dependencies = ['typing-extensions>=4.6.0,!=4.7.0']
dynamic = ['description', 'license', 'readme', 'version']

[project.urls]
Homepage = 'https://github.com/pydantic/pydantic-core'
Expand Down

0 comments on commit a00077b

Please sign in to comment.