File tree Expand file tree Collapse file tree 2 files changed +29
-28
lines changed
Expand file tree Collapse file tree 2 files changed +29
-28
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ async def main():
3737
3838 queries = [
3939 "What is this document about?" ,
40- "Summarize the naming conventions in Python? " ,
40+ "Summarize the naming conventions in Python. " ,
4141 ]
4242
4343 # Run queries asynchronously
Original file line number Diff line number Diff line change 11aiohappyeyeballs == 2.6.1
22aiohttp == 3.13.2
33aiosignal == 1.4.0
4- aiosqlite == 0.21 .0
4+ aiosqlite == 0.22 .0
55annotated-types == 0.7.0
6- anyio == 4.11 .0
6+ anyio == 4.12 .0
77attrs == 25.4.0
88banks == 2.2.0
9- beautifulsoup4 == 4.14.2
10- cachetools == 6.2.2
9+ beautifulsoup4 == 4.14.3
10+ cachetools == 6.2.4
1111certifi == 2025.11.12
1212charset-normalizer == 3.4.4
1313click == 8.3.1
@@ -19,10 +19,10 @@ dirtyjson==1.0.8
1919distro == 1.9.0
2020filetype == 1.2.0
2121frozenlist == 1.8.0
22- fsspec == 2025.10 .0
23- google-auth == 2.43 .0
24- google-genai == 1.52 .0
25- greenlet == 3.2.4
22+ fsspec == 2025.12 .0
23+ google-auth == 2.45 .0
24+ google-genai == 1.56 .0
25+ greenlet == 3.3.0
2626griffe == 1.15.0
2727h11 == 0.16.0
2828httpcore == 1.0.9
@@ -31,69 +31,70 @@ idna==3.11
3131iniconfig == 2.3.0
3232jinja2 == 3.1.6
3333jiter == 0.12.0
34- joblib == 1.5.2
35- llama-cloud == 0.1.35
34+ joblib == 1.5.3
3635llama-cloud-services == 0.6.54
37- llama-index == 0.14.8
36+ llama-cloud == 0.1.35
3837llama-index-cli == 0.5.3
39- llama-index-core == 0.14.8
38+ llama-index-core == 0.14.10
4039llama-index-embeddings-google-genai == 0.3.1
4140llama-index-embeddings-ollama == 0.8.4
4241llama-index-embeddings-openai == 0.5.1
4342llama-index-indices-managed-llama-cloud == 0.9.4
4443llama-index-instrumentation == 0.4.2
45- llama-index-llms-google-genai == 0.7.3
44+ llama-index-llms-google-genai == 0.8.2
4645llama-index-llms-ollama == 0.9.0
47- llama-index-llms-openai == 0.6.9
46+ llama-index-llms-openai == 0.6.12
4847llama-index-readers-file == 0.5.5
4948llama-index-readers-llama-parse == 0.5.1
5049llama-index-workflows == 2.11.5
50+ llama-index == 0.14.10
5151llama-parse == 0.6.54
5252markupsafe == 3.0.3
5353marshmallow == 3.26.1
5454multidict == 6.7.0
55- mypy-extensions == 1.1.0
55+ mypy_extensions == 1.1.0
5656nest-asyncio == 1.6.0
57- networkx == 3.6
57+ networkx == 3.6.1
5858nltk == 3.9.2
5959numpy == 2.3.5
6060ollama == 0.6.1
61- openai == 2.8.1
61+ openai == 2.13.0
6262packaging == 25.0
6363pandas == 2.2.3
6464pillow == 12.0.0
65- platformdirs == 4.5.0
65+ platformdirs == 4.5.1
6666pluggy == 1.6.0
6767propcache == 0.4.1
6868pyasn1 == 0.6.1
69- pyasn1-modules == 0.4.2
69+ pyasn1_modules == 0.4.2
7070pydantic == 2.12.5
71- pydantic-core == 2.41.5
71+ pydantic_core == 2.41.5
7272pygments == 2.19.2
73- pypdf == 6.4.0
74- pytest == 9.0.1
73+ pypdf == 6.4.2
7574pytest-asyncio == 1.3.0
75+ pytest == 9.0.2
7676python-dateutil == 2.9.0.post0
7777python-dotenv == 1.2.1
7878pytz == 2025.2
79- pyyaml == 6.0.3
79+ pyxdg == 0.28
8080regex == 2025.11.3
8181requests == 2.32.5
8282rsa == 4.9.1
8383setuptools == 80.9.0
8484six == 1.17.0
8585sniffio == 1.3.1
8686soupsieve == 2.8
87- sqlalchemy == 2.0.44
87+ sqlalchemy == 2.0.45
8888striprtf == 0.0.26
8989tenacity == 9.1.2
9090tiktoken == 0.12.0
9191tqdm == 4.67.1
92- typing-extensions == 4.15.0
9392typing-inspect == 0.9.0
9493typing-inspection == 0.4.2
95- tzdata == 2025.2
96- urllib3 == 2.5.0
94+ typing_extensions == 4.15.0
95+ tzdata == 2025.3
96+ urllib3 == 2.6.2
97+ wcwidth == 0.2.14
9798websockets == 15.0.1
9899wrapt == 1.17.3
99100yarl == 1.22.0
You can’t perform that action at this time.
0 commit comments