Skip to content

Commit e43b801

Browse files
committed
docs: updated requirements
1 parent 545374c commit e43b801

File tree

5 files changed

+23
-21
lines changed

5 files changed

+23
-21
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,15 @@ docs/source/_templates/
2121
docs/source/_static/
2222
.env
2323
venv/
24+
.venv/
2425
.vscode/
2526

2627
# exclude pdf, mp3
2728
*.pdf
2829
*.mp3
2930
*.sqlite
3031
*.google-cookie
32+
*.python-version
3133
examples/graph_examples/ScrapeGraphAI_generated_graph
3234
examples/**/result.csv
3335
examples/**/result.json

requirements-dev.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ beautifulsoup4==4.12.3
4545
# via scrapegraphai
4646
blinker==1.8.2
4747
# via streamlit
48-
boto3==1.34.110
48+
boto3==1.34.113
4949
# via langchain-aws
50-
botocore==1.34.110
50+
botocore==1.34.113
5151
# via boto3
5252
# via s3transfer
5353
burr==0.19.1
@@ -107,7 +107,7 @@ fastapi-pagination==0.12.24
107107
# via burr
108108
filelock==3.14.0
109109
# via huggingface-hub
110-
fonttools==4.51.0
110+
fonttools==4.52.1
111111
# via matplotlib
112112
free-proxy==1.1.1
113113
# via scrapegraphai
@@ -130,7 +130,7 @@ google-api-core==2.19.0
130130
# via google-ai-generativelanguage
131131
# via google-api-python-client
132132
# via google-generativeai
133-
google-api-python-client==2.129.0
133+
google-api-python-client==2.130.0
134134
# via google-generativeai
135135
google-auth==2.29.0
136136
# via google-ai-generativelanguage
@@ -151,7 +151,7 @@ graphviz==0.20.3
151151
greenlet==3.0.3
152152
# via playwright
153153
# via sqlalchemy
154-
groq==0.7.0
154+
groq==0.8.0
155155
# via langchain-groq
156156
grpcio==1.64.0
157157
# via google-api-core
@@ -194,7 +194,7 @@ jinja2==3.1.4
194194
# via fastapi
195195
# via pydeck
196196
# via sphinx
197-
jiter==0.1.0
197+
jiter==0.4.0
198198
# via anthropic
199199
jmespath==1.0.1
200200
# via boto3
@@ -235,7 +235,7 @@ langchain-openai==0.1.6
235235
# via scrapegraphai
236236
langchain-text-splitters==0.0.2
237237
# via langchain
238-
langsmith==0.1.60
238+
langsmith==0.1.63
239239
# via langchain
240240
# via langchain-community
241241
# via langchain-core
@@ -273,7 +273,7 @@ numpy==1.26.4
273273
# via pydeck
274274
# via sf-hamilton
275275
# via streamlit
276-
openai==1.30.1
276+
openai==1.30.3
277277
# via burr
278278
# via langchain-openai
279279
orjson==3.10.3
@@ -433,7 +433,7 @@ sqlalchemy==2.0.30
433433
# via langchain-community
434434
starlette==0.37.2
435435
# via fastapi
436-
streamlit==1.34.0
436+
streamlit==1.35.0
437437
# via burr
438438
tenacity==8.3.0
439439
# via langchain
@@ -460,7 +460,7 @@ tqdm==4.66.4
460460
# via scrapegraphai
461461
typer==0.12.3
462462
# via fastapi-cli
463-
typing-extensions==4.11.0
463+
typing-extensions==4.12.0
464464
# via altair
465465
# via anthropic
466466
# via anyio
@@ -497,7 +497,7 @@ urllib3==2.2.1
497497
uvicorn==0.29.0
498498
# via burr
499499
# via fastapi
500-
watchdog==4.0.0
500+
watchdog==4.0.1
501501
# via streamlit
502502
watchfiles==0.21.0
503503
# via uvicorn

requirements-dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
sphinx==7.1.2
2-
sphinx-wagtail-theme==6.3.0
2+
furo==2024.5.6
33
pytest==8.0.0
4+
burr[start]==0.19.1

requirements.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ attrs==23.2.0
3030
beautifulsoup4==4.12.3
3131
# via google
3232
# via scrapegraphai
33-
boto3==1.34.110
33+
boto3==1.34.113
3434
# via langchain-aws
35-
botocore==1.34.110
35+
botocore==1.34.113
3636
# via boto3
3737
# via s3transfer
3838
cachetools==5.3.3
@@ -75,7 +75,7 @@ google-api-core==2.19.0
7575
# via google-ai-generativelanguage
7676
# via google-api-python-client
7777
# via google-generativeai
78-
google-api-python-client==2.129.0
78+
google-api-python-client==2.130.0
7979
# via google-generativeai
8080
google-auth==2.29.0
8181
# via google-ai-generativelanguage
@@ -95,7 +95,7 @@ graphviz==0.20.3
9595
greenlet==3.0.3
9696
# via playwright
9797
# via sqlalchemy
98-
groq==0.7.0
98+
groq==0.8.0
9999
# via langchain-groq
100100
grpcio==1.64.0
101101
# via google-api-core
@@ -123,7 +123,7 @@ idna==3.7
123123
# via httpx
124124
# via requests
125125
# via yarl
126-
jiter==0.1.0
126+
jiter==0.4.0
127127
# via anthropic
128128
jmespath==1.0.1
129129
# via boto3
@@ -158,7 +158,7 @@ langchain-openai==0.1.6
158158
# via scrapegraphai
159159
langchain-text-splitters==0.0.2
160160
# via langchain
161-
langsmith==0.1.60
161+
langsmith==0.1.63
162162
# via langchain
163163
# via langchain-community
164164
# via langchain-core
@@ -179,7 +179,7 @@ numpy==1.26.4
179179
# via langchain-aws
180180
# via langchain-community
181181
# via pandas
182-
openai==1.30.1
182+
openai==1.30.3
183183
# via langchain-openai
184184
orjson==3.10.3
185185
# via langsmith
@@ -277,7 +277,7 @@ tqdm==4.66.4
277277
# via huggingface-hub
278278
# via openai
279279
# via scrapegraphai
280-
typing-extensions==4.11.0
280+
typing-extensions==4.12.0
281281
# via anthropic
282282
# via anyio
283283
# via google-generativeai

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ playwright==1.43.0
1818
langchain-aws==0.1.2
1919
langchain-anthropic==0.1.11
2020
yahoo-search-py==0.3
21-
pypdf==4.2.0
2221
undetected-playwright==0.3.0

0 commit comments

Comments
 (0)