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 b08fa5b commit 3e93d17Copy full SHA for 3e93d17
pyproject.toml
@@ -40,7 +40,7 @@ classifiers = [
40
]
41
requires-python = '>=3.7'
42
dependencies = [
43
- 'pydantic>=2.0b1',
+ 'pydantic>=2.0b3',
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==2.0b1
+pydantic==2.0b3
10
# via pydantic-settings (pyproject.toml)
11
-pydantic-core==0.38.0
+pydantic-core==0.39.0
12
13
python-dotenv==0.21.1
14
0 commit comments