Corin1998 commited on
Commit
3e95b96
·
verified ·
1 Parent(s): 14b4e60

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -2
requirements.txt CHANGED
@@ -10,10 +10,12 @@ faiss-cpu==1.8.0.post1
10
  python-docx==1.1.2
11
  python-pptx==0.6.23
12
 
13
- beautifulspup4==4.12.3
14
  requests==2.32.3
15
  readability-lxml==0.8.1
16
  lxml==5.3.0
17
  tldextract==5.1.2
18
  python-dotenv==1.0.1
19
- pydantic==2.9.2
 
 
 
10
  python-docx==1.1.2
11
  python-pptx==0.6.23
12
 
13
+ beautifulsoup4==4.12.3
14
  requests==2.32.3
15
  readability-lxml==0.8.1
16
  lxml==5.3.0
17
  tldextract==5.1.2
18
  python-dotenv==1.0.1
19
+
20
+ # FastAPI 0.111 は Pydantic v2 系
21
+ pydantic>=2,<3