mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 08:49:15 -04:00
14 lines
471 B
TOML
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']
|
|
|