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 701b643 commit 8a984f5Copy full SHA for 8a984f5
requirements.txt
@@ -38,9 +38,9 @@ pluggy==1.5.0
38
# via pytest
39
pre-commit==4.0.1
40
# via -r requirements.in
41
-pydantic==2.9.2
+pydantic==2.11.2
42
43
-pydantic-core==2.23.4
+pydantic-core==2.33.1
44
# via pydantic
45
pygments==2.18.0
46
# via pdbpp
@@ -60,10 +60,13 @@ text-unidecode==1.3
60
# via python-slugify
61
tqdm==4.67.0
62
63
-typing-extensions==4.12.1
+typing-extensions==4.13.1
64
# via
65
# pydantic
66
# pydantic-core
67
+ # typing-inspection
68
+typing-inspection==0.4.0
69
+ # via pydantic
70
urllib3==2.2.2
71
# via requests
72
virtualenv==20.26.2
0 commit comments