Skip to content

Commit 385084d

Browse files
authored
Merge pull request #486 from ScrapeGraphAI/temp
2 parents d6c5839 + 2edf5a6 commit 385084d

File tree

5 files changed

+69
-24
lines changed

5 files changed

+69
-24
lines changed

CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## [1.10.0-beta.7](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.10.0-beta.6...v1.10.0-beta.7) (2024-07-23)
2+
13
## [1.11.3](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.11.2...v1.11.3) (2024-07-25)
24

35

@@ -10,6 +12,7 @@
1012

1113
* prev version ([5c08eea](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/5c08eea189d7ede6f29399a67d897aa3b3f6a7b0))
1214

15+
1316
## [1.11.2](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.11.1...v1.11.2) (2024-07-23)
1417

1518

@@ -113,8 +116,11 @@
113116

114117

115118

119+
116120
### Features
117121

122+
* add nvidia connection ([fc0dadb](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/fc0dadb8f812dfd636dec856921a971b58695ce3))
123+
118124

119125
* add new toml ([fcb3220](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/fcb3220868e7ef1127a7a47f40d0379be282e6eb))
120126

@@ -133,6 +139,24 @@
133139

134140
### chore
135141

142+
* **dependecies:** add script to auto-update requirements ([3289c7b](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/3289c7bf5ec58ac3d04e9e5e8e654af9abcee228))
143+
* **ci:** set up workflow for requirements auto-update ([295fc28](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/295fc28ceb02c78198f7fbe678352503b3259b6b))
144+
* update requirements.txt ([c7bac98](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/c7bac98d2e79e5ab98fa65d7efa858a2cdda1622))
145+
146+
## [1.10.0-beta.6](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.10.0-beta.5...v1.10.0-beta.6) (2024-07-22)
147+
148+
149+
### Features
150+
151+
* add new toml ([fcb3220](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/fcb3220868e7ef1127a7a47f40d0379be282e6eb))
152+
* add gpt4o omni ([431edb7](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/431edb7bb2504f4c1335c3ae3ce2f91867fa7222))
153+
* add searchngx integration ([5c92186](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/5c9218608140bf694fbfd96aa90276bc438bb475))
154+
* refactoring_to_md function ([602dd00](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/602dd00209ee1d72a1223fc4793759450921fcf9))
155+
156+
157+
158+
159+
### chore
136160

137161
* **pyproject:** upgrade dependencies ([0425124](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/0425124c570f765b98fcf67ba6649f4f9fe76b15))
138162
* correct search engine name ([7ba2f6a](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/7ba2f6ae0b9d2e9336e973e1f57ab8355c739e27))
@@ -141,11 +165,13 @@
141165
* upgrade tiktoken ([7314bc3](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/7314bc383068db590662bf7e512f799529308991))
142166

143167

168+
144169
### Docs
145170

146171
* **gpt-4o-mini:** added new gpt, fixed chromium lazy loading, ([99dc849](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/99dc8497d85289759286a973e4aecc3f924d3ada))
147172

148173

174+
149175
### CI
150176

151177
* **release:** 1.10.0-beta.1 [skip ci] ([8f619de](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/8f619de23540216934b53bcf3426702e56c48f31))
@@ -486,7 +512,7 @@
486512
* **release:** 1.6.1 [skip ci] ([44fbd71](https://github.com/VinciGit00/Scrapegraph-ai/commit/44fbd71742a57a4b10f22ed33781bb67aa77e58d))
487513

488514
## [1.6.1](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.6.0...v1.6.1) (2024-06-15)
489-
=======
515+
490516

491517

492518
### Bug Fixes

pyproject.toml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
11
[project]
22
name = "scrapegraphai"
3-
4-
version = "1.11.3"
5-
6-
7-
3+
version = "1.12.1b1"
84
description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
5+
96
authors = [
107
{ name = "Marco Vinciguerra", email = "[email protected]" },
118
{ name = "Marco Perini", email = "[email protected]" },
129
{ name = "Lorenzo Padoan", email = "[email protected]" }
1310
]
11+
1412
dependencies = [
1513
"langchain>=0.2.10",
16-
1714
"langchain-fireworks>=0.1.3",
1815
"langchain_community>=0.2.9",
1916
"langchain-google-genai>=1.0.7",
20-
"langchain-google-vertexai",
17+
"langchain-google-vertexai>=1.0.7",
2118
"langchain-openai>=0.1.17",
2219
"langchain-groq>=0.1.3",
2320
"langchain-aws>=0.1.3",

requirements-dev.lock

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ aiofiles==24.1.0
1212
# via burr
1313
aiohttp==3.9.5
1414
# via langchain
15+
# via langchain-community
1516
# via langchain-fireworks
1617
# via langchain-nvidia-ai-endpoints
1718
aiosignal==1.3.1
@@ -179,6 +180,7 @@ graphviz==0.20.3
179180
# via scrapegraphai
180181
greenlet==3.0.3
181182
# via playwright
183+
# via sqlalchemy
182184
groq==0.9.0
183185
# via langchain-groq
184186
grpc-google-iam-v1==0.13.1
@@ -210,7 +212,7 @@ httpx==0.27.0
210212
# via openai
211213
httpx-sse==0.4.0
212214
# via fireworks-ai
213-
huggingface-hub==0.24.0
215+
huggingface-hub==0.24.1
214216
# via tokenizers
215217
idna==3.7
216218
# via anyio
@@ -220,7 +222,7 @@ idna==3.7
220222
# via yarl
221223
imagesize==1.4.1
222224
# via sphinx
223-
importlib-metadata==8.0.0
225+
importlib-metadata==8.1.0
224226
# via sphinx
225227
importlib-resources==6.4.0
226228
# via matplotlib
@@ -249,19 +251,20 @@ jsonschema-specifications==2023.12.1
249251
# via jsonschema
250252
kiwisolver==1.4.5
251253
# via matplotlib
252-
langchain==0.2.10
254+
langchain==0.2.11
253255
# via langchain-community
254256
# via scrapegraphai
255257
langchain-anthropic==0.1.20
256258
# via scrapegraphai
257259
langchain-aws==0.1.12
258260
# via scrapegraphai
259-
langchain-community==0.2.9
261+
langchain-community==0.2.10
260262
# via scrapegraphai
261-
langchain-core==0.2.22
263+
langchain-core==0.2.23
262264
# via langchain
263265
# via langchain-anthropic
264266
# via langchain-aws
267+
# via langchain-community
265268
# via langchain-fireworks
266269
# via langchain-google-genai
267270
# via langchain-google-vertexai
@@ -277,14 +280,15 @@ langchain-google-vertexai==1.0.7
277280
# via scrapegraphai
278281
langchain-groq==0.1.6
279282
# via scrapegraphai
280-
langchain-nvidia-ai-endpoints==0.1.6
283+
langchain-nvidia-ai-endpoints==0.1.7
281284
# via scrapegraphai
282285
langchain-openai==0.1.17
283286
# via scrapegraphai
284287
langchain-text-splitters==0.2.2
285288
# via langchain
286289
langsmith==0.1.93
287290
# via langchain
291+
# via langchain-community
288292
# via langchain-core
289293
loguru==0.7.2
290294
# via burr
@@ -319,6 +323,7 @@ numpy==1.26.4
319323
# via faiss-cpu
320324
# via langchain
321325
# via langchain-aws
326+
# via langchain-community
322327
# via matplotlib
323328
# via pandas
324329
# via pyarrow
@@ -339,6 +344,7 @@ packaging==24.1
339344
# via google-cloud-bigquery
340345
# via huggingface-hub
341346
# via langchain-core
347+
# via marshmallow
342348
# via matplotlib
343349
# via pytest
344350
# via sphinx
@@ -355,7 +361,7 @@ pillow==10.4.0
355361
# via streamlit
356362
platformdirs==4.2.2
357363
# via pylint
358-
playwright==1.45.0
364+
playwright==1.45.1
359365
# via scrapegraphai
360366
# via undetected-playwright
361367
pluggy==1.5.0
@@ -429,6 +435,7 @@ pytz==2024.1
429435
pyyaml==6.0.1
430436
# via huggingface-hub
431437
# via langchain
438+
# via langchain-community
432439
# via langchain-core
433440
# via uvicorn
434441
referencing==0.35.1
@@ -444,6 +451,7 @@ requests==2.32.3
444451
# via google-cloud-storage
445452
# via huggingface-hub
446453
# via langchain
454+
# via langchain-community
447455
# via langchain-fireworks
448456
# via langsmith
449457
# via sphinx
@@ -501,12 +509,14 @@ sphinxcontrib-serializinghtml==1.1.10
501509
# via sphinx
502510
sqlalchemy==2.0.31
503511
# via langchain
512+
# via langchain-community
504513
starlette==0.37.2
505514
# via fastapi
506515
streamlit==1.36.0
507516
# via burr
508517
tenacity==8.5.0
509518
# via langchain
519+
# via langchain-community
510520
# via langchain-core
511521
# via streamlit
512522
tiktoken==0.7.0
@@ -557,6 +567,7 @@ typing-extensions==4.12.2
557567
# via typing-inspect
558568
# via uvicorn
559569
typing-inspect==0.9.0
570+
# via dataclasses-json
560571
# via sf-hamilton
561572
tzdata==2024.1
562573
# via pandas

requirements.lock

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
-e file:.
1111
aiohttp==3.9.5
1212
# via langchain
13+
# via langchain-community
1314
# via langchain-fireworks
1415
# via langchain-nvidia-ai-endpoints
1516
aiosignal==1.3.1
@@ -127,6 +128,7 @@ graphviz==0.20.3
127128
# via scrapegraphai
128129
greenlet==3.0.3
129130
# via playwright
131+
# via sqlalchemy
130132
groq==0.9.0
131133
# via langchain-groq
132134
grpc-google-iam-v1==0.13.1
@@ -154,7 +156,7 @@ httpx==0.27.0
154156
# via openai
155157
httpx-sse==0.4.0
156158
# via fireworks-ai
157-
huggingface-hub==0.24.0
159+
huggingface-hub==0.24.1
158160
# via tokenizers
159161
idna==3.7
160162
# via anyio
@@ -170,19 +172,20 @@ jsonpatch==1.33
170172
# via langchain-core
171173
jsonpointer==3.0.0
172174
# via jsonpatch
173-
langchain==0.2.10
175+
langchain==0.2.11
174176
# via langchain-community
175177
# via scrapegraphai
176178
langchain-anthropic==0.1.20
177179
# via scrapegraphai
178180
langchain-aws==0.1.12
179181
# via scrapegraphai
180-
langchain-community==0.2.9
182+
langchain-community==0.2.10
181183
# via scrapegraphai
182-
langchain-core==0.2.22
184+
langchain-core==0.2.23
183185
# via langchain
184186
# via langchain-anthropic
185187
# via langchain-aws
188+
# via langchain-community
186189
# via langchain-fireworks
187190
# via langchain-google-genai
188191
# via langchain-google-vertexai
@@ -198,14 +201,15 @@ langchain-google-vertexai==1.0.7
198201
# via scrapegraphai
199202
langchain-groq==0.1.6
200203
# via scrapegraphai
201-
langchain-nvidia-ai-endpoints==0.1.6
204+
langchain-nvidia-ai-endpoints==0.1.7
202205
# via scrapegraphai
203206
langchain-openai==0.1.17
204207
# via scrapegraphai
205208
langchain-text-splitters==0.2.2
206209
# via langchain
207210
langsmith==0.1.93
208211
# via langchain
212+
# via langchain-community
209213
# via langchain-core
210214
lxml==5.2.2
211215
# via free-proxy
@@ -226,6 +230,7 @@ numpy==1.26.4
226230
# via faiss-cpu
227231
# via langchain
228232
# via langchain-aws
233+
# via langchain-community
229234
# via pandas
230235
# via shapely
231236
openai==1.37.0
@@ -239,12 +244,13 @@ packaging==24.1
239244
# via google-cloud-bigquery
240245
# via huggingface-hub
241246
# via langchain-core
247+
# via marshmallow
242248
pandas==2.2.2
243249
# via scrapegraphai
244250
pillow==10.4.0
245251
# via fireworks-ai
246252
# via langchain-nvidia-ai-endpoints
247-
playwright==1.45.0
253+
playwright==1.45.1
248254
# via scrapegraphai
249255
# via undetected-playwright
250256
proto-plus==1.24.0
@@ -296,6 +302,7 @@ pytz==2024.1
296302
pyyaml==6.0.1
297303
# via huggingface-hub
298304
# via langchain
305+
# via langchain-community
299306
# via langchain-core
300307
regex==2024.5.15
301308
# via tiktoken
@@ -306,6 +313,7 @@ requests==2.32.3
306313
# via google-cloud-storage
307314
# via huggingface-hub
308315
# via langchain
316+
# via langchain-community
309317
# via langchain-fireworks
310318
# via langsmith
311319
# via tiktoken
@@ -332,6 +340,7 @@ sqlalchemy==2.0.31
332340
# via langchain-community
333341
tenacity==8.5.0
334342
# via langchain
343+
# via langchain-community
335344
# via langchain-core
336345
tiktoken==0.7.0
337346
# via langchain-openai
@@ -356,6 +365,9 @@ typing-extensions==4.12.2
356365
# via pydantic-core
357366
# via pyee
358367
# via sqlalchemy
368+
# via typing-inspect
369+
typing-inspect==0.9.0
370+
# via dataclasses-json
359371
tzdata==2024.1
360372
# via pandas
361373
undetected-playwright==0.3.0

requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
langchain>=0.2.10
2+
langchain-fireworks>=0.1.3
23
langchain_community>=0.2.9
34
langchain-google-genai>=1.0.7
4-
langchain-fireworks>=0.1.3
5-
langchain-google-vertexai
5+
langchain-google-vertexai>=1.0.7
66
langchain-openai>=0.1.17
77
langchain-groq>=0.1.3
88
langchain-aws>=0.1.3
@@ -22,4 +22,3 @@ playwright>=1.43.0
2222
google>=3.0.0
2323
undetected-playwright>=0.3.0
2424
semchunk>=1.0.1
25-

0 commit comments

Comments
 (0)