Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
[build-system]
requires = ['maturin>=1,<2']
requires = ['maturin>=1.9,<2']
build-backend = 'maturin'

[project]
name = 'pydantic_core'
description = "Core functionality for Pydantic validation and serialization"
requires-python = '>=3.9'
license = 'MIT'
license-files = ['LICENSE']
authors = [
{ name = 'Samuel Colvin', email = '[email protected]' },
{ name = 'Adrian Garcia Badaracco', email = '[email protected]' },
Expand All @@ -29,7 +31,6 @@ classifiers = [
'Framework :: Pydantic',
'Intended Audience :: Developers',
'Intended Audience :: Information Technology',
'License :: OSI Approved :: MIT License',
'Operating System :: POSIX :: Linux',
'Operating System :: Microsoft :: Windows',
'Operating System :: MacOS',
Expand All @@ -38,7 +39,7 @@ classifiers = [
dependencies = [
'typing-extensions>=4.14.1',
]
dynamic = ['license', 'readme', 'version']
dynamic = ['readme', 'version']

[project.urls]
Homepage = 'https://github.com/pydantic/pydantic-core'
Expand Down
30 changes: 15 additions & 15 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading