We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 142b9cf commit dc9efb3Copy full SHA for dc9efb3
pyproject.toml
@@ -40,7 +40,7 @@ classifiers = [
40
]
41
requires-python = '>=3.7'
42
dependencies = [
43
- 'pydantic==v2.0a4',
+ 'pydantic>=2.0a4',
44
'python-dotenv>=0.21.0',
45
46
dynamic = ['version']
requirements/pyproject.txt
@@ -6,9 +6,9 @@
6
#
7
annotated-types==0.4.0
8
# via pydantic
9
-pydantic==v2.0a4
+pydantic>=v2.0a4
10
# via pydantic-settings (pyproject.toml)
11
-pydantic-core==0.30.0
+pydantic-core>=0.30.0
12
13
python-dotenv==0.21.0
14
0 commit comments