S-Dreamer commited on
Commit
6bc2f51
·
verified ·
1 Parent(s): 3ec0542

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -9
requirements.txt CHANGED
@@ -1,9 +1,9 @@
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
 
1
+ pyyaml>=6.0.2,<7
2
+ httpx>=0.27.1,<1.0
3
+ tldextract>=5.1.2,<6
4
+ dnspython>=2.6.1,<3
5
+ python-whois>=0.9.4,<1
6
+ markdown-it-py>=3.0.0,<4
7
+ email-validator>=2.1.1,<3
8
+ cachetools>=5.3.3,<7
9
+ pydantic>=2.11.10,<=2.12.5