Golfn commited on
Commit
6113f9a
·
1 Parent(s): de7318a

update dependency

Browse files
Files changed (3) hide show
  1. pdm.lock +40 -1
  2. pyproject.toml +1 -1
  3. requirements.txt +3 -0
pdm.lock CHANGED
@@ -5,7 +5,7 @@
5
  groups = ["default"]
6
  strategy = ["inherit_metadata"]
7
  lock_version = "4.5.0"
8
- content_hash = "sha256:0a97185846a161ec64e2d5bf0341f628f183b7ab9ace6794f2cdfe3665f06de2"
9
 
10
  [[metadata.targets]]
11
  requires_python = "==3.12.*"
@@ -153,6 +153,21 @@ files = [
153
  {file = "authlib-1.6.0.tar.gz", hash = "sha256:4367d32031b7af175ad3a323d571dc7257b7099d55978087ceae4a0d88cd3210"},
154
  ]
155
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
156
  [[package]]
157
  name = "certifi"
158
  version = "2025.4.26"
@@ -2398,6 +2413,17 @@ files = [
2398
  {file = "sniffio-1.3.1.tar.gz", hash = "sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc"},
2399
  ]
2400
 
 
 
 
 
 
 
 
 
 
 
 
2401
  [[package]]
2402
  name = "sqlalchemy"
2403
  version = "2.0.41"
@@ -2816,6 +2842,19 @@ files = [
2816
  {file = "websockets-14.2.tar.gz", hash = "sha256:5059ed9c54945efb321f097084b4c7e52c246f2c869815876a69d1efc4ad6eb5"},
2817
  ]
2818
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2819
  [[package]]
2820
  name = "xxhash"
2821
  version = "3.5.0"
 
5
  groups = ["default"]
6
  strategy = ["inherit_metadata"]
7
  lock_version = "4.5.0"
8
+ content_hash = "sha256:83a23826717765f0bee8daeffb23521c6397ac72248a5a8d9a7f5af18903e96b"
9
 
10
  [[metadata.targets]]
11
  requires_python = "==3.12.*"
 
153
  {file = "authlib-1.6.0.tar.gz", hash = "sha256:4367d32031b7af175ad3a323d571dc7257b7099d55978087ceae4a0d88cd3210"},
154
  ]
155
 
156
+ [[package]]
157
+ name = "beautifulsoup4"
158
+ version = "4.13.4"
159
+ requires_python = ">=3.7.0"
160
+ summary = "Screen-scraping library"
161
+ groups = ["default"]
162
+ dependencies = [
163
+ "soupsieve>1.2",
164
+ "typing-extensions>=4.0.0",
165
+ ]
166
+ files = [
167
+ {file = "beautifulsoup4-4.13.4-py3-none-any.whl", hash = "sha256:9bbbb14bfde9d79f38b8cd5f8c7c85f4b8f2523190ebed90e950a8dea4cb1c4b"},
168
+ {file = "beautifulsoup4-4.13.4.tar.gz", hash = "sha256:dbb3c4e1ceae6aefebdaf2423247260cd062430a410e38c66f2baa50a8437195"},
169
+ ]
170
+
171
  [[package]]
172
  name = "certifi"
173
  version = "2025.4.26"
 
2413
  {file = "sniffio-1.3.1.tar.gz", hash = "sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc"},
2414
  ]
2415
 
2416
+ [[package]]
2417
+ name = "soupsieve"
2418
+ version = "2.7"
2419
+ requires_python = ">=3.8"
2420
+ summary = "A modern CSS selector implementation for Beautiful Soup."
2421
+ groups = ["default"]
2422
+ files = [
2423
+ {file = "soupsieve-2.7-py3-none-any.whl", hash = "sha256:6e60cc5c1ffaf1cebcc12e8188320b72071e922c2e897f737cadce79ad5d30c4"},
2424
+ {file = "soupsieve-2.7.tar.gz", hash = "sha256:ad282f9b6926286d2ead4750552c8a6142bc4c783fd66b0293547c8fe6ae126a"},
2425
+ ]
2426
+
2427
  [[package]]
2428
  name = "sqlalchemy"
2429
  version = "2.0.41"
 
2842
  {file = "websockets-14.2.tar.gz", hash = "sha256:5059ed9c54945efb321f097084b4c7e52c246f2c869815876a69d1efc4ad6eb5"},
2843
  ]
2844
 
2845
+ [[package]]
2846
+ name = "wikipedia"
2847
+ version = "1.4.0"
2848
+ summary = "Wikipedia API for Python"
2849
+ groups = ["default"]
2850
+ dependencies = [
2851
+ "beautifulsoup4",
2852
+ "requests<3.0.0,>=2.0.0",
2853
+ ]
2854
+ files = [
2855
+ {file = "wikipedia-1.4.0.tar.gz", hash = "sha256:db0fad1829fdd441b1852306e9856398204dc0786d2996dd2e0c8bb8e26133b2"},
2856
+ ]
2857
+
2858
  [[package]]
2859
  name = "xxhash"
2860
  version = "3.5.0"
pyproject.toml CHANGED
@@ -5,7 +5,7 @@ description = "Default template for PDM package"
5
  authors = [
6
  {name = "Supphawit_Golf", email = "supphawit.n@gmail.com"},
7
  ]
8
- dependencies = ["langchain>=0.3.25", "huggingface-hub>=0.31.2", "pandas>=2.2.3", "langgraph>=0.4.5", "langchain-openai>=0.3.17", "dotenv>=0.9.9", "datasets>=3.6.0", "langchain-community>=0.3.24", "rank-bm25>=0.2.2", "langchain-huggingface>=0.2.0", "duckduckgo-search>=8.0.2", "requests>=2.32.3", "gradio[oauth]>=5.31.0", "arxiv>=2.2.0", "pymupdf>=1.25.5", "pymilvus>=2.5.9", "supabase>=2.15.1", "psycopg2-binary>=2.9.10", "matplotlib>=3.10.3"]
9
  requires-python = "==3.12.*"
10
  readme = "README.md"
11
  license = {text = "MIT"}
 
5
  authors = [
6
  {name = "Supphawit_Golf", email = "supphawit.n@gmail.com"},
7
  ]
8
+ dependencies = ["langchain>=0.3.25", "huggingface-hub>=0.31.2", "pandas>=2.2.3", "langgraph>=0.4.5", "langchain-openai>=0.3.17", "dotenv>=0.9.9", "datasets>=3.6.0", "langchain-community>=0.3.24", "rank-bm25>=0.2.2", "langchain-huggingface>=0.2.0", "duckduckgo-search>=8.0.2", "requests>=2.32.3", "gradio[oauth]>=5.31.0", "arxiv>=2.2.0", "pymupdf>=1.25.5", "pymilvus>=2.5.9", "supabase>=2.15.1", "psycopg2-binary>=2.9.10", "matplotlib>=3.10.3", "wikipedia>=1.4.0"]
9
  requires-python = "==3.12.*"
10
  readme = "README.md"
11
  license = {text = "MIT"}
requirements.txt CHANGED
@@ -10,6 +10,7 @@ anyio==4.9.0
10
  arxiv==2.2.0
11
  attrs==25.3.0
12
  authlib==1.6.0
 
13
  certifi==2025.4.26
14
  cffi==1.17.1
15
  charset-normalizer==3.4.2
@@ -142,6 +143,7 @@ sgmllib3k==1.0.0
142
  shellingham==1.5.4; sys_platform != "emscripten"
143
  six==1.17.0
144
  sniffio==1.3.1
 
145
  sqlalchemy==2.0.41
146
  starlette==0.46.2
147
  storage3==0.11.3
@@ -167,6 +169,7 @@ ujson==5.10.0
167
  urllib3==2.4.0
168
  uvicorn==0.34.2; sys_platform != "emscripten"
169
  websockets==14.2
 
170
  xxhash==3.5.0
171
  yarl==1.20.0
172
  zstandard==0.23.0
 
10
  arxiv==2.2.0
11
  attrs==25.3.0
12
  authlib==1.6.0
13
+ beautifulsoup4==4.13.4
14
  certifi==2025.4.26
15
  cffi==1.17.1
16
  charset-normalizer==3.4.2
 
143
  shellingham==1.5.4; sys_platform != "emscripten"
144
  six==1.17.0
145
  sniffio==1.3.1
146
+ soupsieve==2.7
147
  sqlalchemy==2.0.41
148
  starlette==0.46.2
149
  storage3==0.11.3
 
169
  urllib3==2.4.0
170
  uvicorn==0.34.2; sys_platform != "emscripten"
171
  websockets==14.2
172
+ wikipedia==1.4.0
173
  xxhash==3.5.0
174
  yarl==1.20.0
175
  zstandard==0.23.0