Skip to content

Commit 6e0a8ef

Browse files
committed
Require Pydantic >= 2.11
1 parent 6f9b1bc commit 6e0a8ef

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pydantic>=2.0,<3.0
1+
pydantic>=2.11,<3.0
22
srsly>=2.4.0,<3.0.0
33
# Development requirements
44
catalogue>=2.0.3,<2.1.0

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[metadata]
2-
version = 1.0.0a1
2+
version = 1.0.0a2
33
description = The sweetest config system for Python
44
url = https://github.com/explosion/confection
55
author = Explosion
@@ -29,7 +29,7 @@ zip_safe = true
2929
include_package_data = true
3030
python_requires = >=3.10
3131
install_requires =
32-
pydantic>=2.0,<3.0
32+
pydantic>=2.11,<3.0
3333
srsly>=2.4.0,<4.0.0
3434

3535
[sdist]

0 commit comments

Comments
 (0)