We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f9b1bc commit 6e0a8efCopy full SHA for 6e0a8ef
2 files changed
requirements.txt
@@ -1,4 +1,4 @@
1
-pydantic>=2.0,<3.0
+pydantic>=2.11,<3.0
2
srsly>=2.4.0,<3.0.0
3
# Development requirements
4
catalogue>=2.0.3,<2.1.0
setup.cfg
@@ -1,5 +1,5 @@
[metadata]
-version = 1.0.0a1
+version = 1.0.0a2
description = The sweetest config system for Python
url = https://github.com/explosion/confection
5
author = Explosion
@@ -29,7 +29,7 @@ zip_safe = true
29
include_package_data = true
30
python_requires = >=3.10
31
install_requires =
32
- pydantic>=2.0,<3.0
+ pydantic>=2.11,<3.0
33
srsly>=2.4.0,<4.0.0
34
35
[sdist]
0 commit comments