Update requirements.txt
Browse files- requirements.txt +1 -7
requirements.txt
CHANGED
|
@@ -1,15 +1,9 @@
|
|
| 1 |
-
pydantic=
|
| 2 |
pyyaml==6.0.2
|
| 3 |
httpx==0.27.0
|
| 4 |
tldextract==5.1.2
|
| 5 |
dnspython==2.6.1
|
| 6 |
python-whois==0.9.4
|
| 7 |
-
|
| 8 |
-
# reporting / parsing
|
| 9 |
markdown-it-py==3.0.0
|
| 10 |
-
|
| 11 |
-
# security / validation
|
| 12 |
email-validator==2.1.1
|
| 13 |
-
|
| 14 |
-
# optional caching
|
| 15 |
cachetools==5.3.3
|
|
|
|
| 1 |
+
pydantic>=2.11.10,<2.13
|
| 2 |
pyyaml==6.0.2
|
| 3 |
httpx==0.27.0
|
| 4 |
tldextract==5.1.2
|
| 5 |
dnspython==2.6.1
|
| 6 |
python-whois==0.9.4
|
|
|
|
|
|
|
| 7 |
markdown-it-py==3.0.0
|
|
|
|
|
|
|
| 8 |
email-validator==2.1.1
|
|
|
|
|
|
|
| 9 |
cachetools==5.3.3
|