ports/devel/py-pydantic2/files/patch-pyproject.toml
Po-Chuan Hsieh e14cc29983
devel/py-pydantic2: Allow build with py-pydantic-core 2.29.0
- Bump PORTREVISION for package change

Obtained from:	144e426fa0
2025-02-17 16:12:18 +08:00

14 lines
471 B
TOML

Obtained from: https://github.com/pydantic/pydantic/commit/4a7ec17b5f8bcdd151ee35e4585fec3fb65bdf1a
https://github.com/pydantic/pydantic/commit/144e426fa003ae2cdff979cd6ea2b6229291eb83
--- pyproject.toml.orig 2020-02-02 00:00:00 UTC
+++ pyproject.toml
@@ -46,7 +46,7 @@ dependencies = [
dependencies = [
'typing-extensions>=4.12.2',
'annotated-types>=0.6.0',
- 'pydantic-core==2.27.2',
+ 'pydantic-core==2.29.0',
]
dynamic = ['version', 'readme']