Skip to content

Commit 779f6d2

Browse files
committed
Merge branch 'python-llamaindex'
2 parents 2e833a6 + 02d8dab commit 779f6d2

File tree

2 files changed

+29
-28
lines changed

2 files changed

+29
-28
lines changed

python-llamaindex/async_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

python-llamaindex/requirements.txt

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
aiohappyeyeballs==2.6.1
22
aiohttp==3.13.2
33
aiosignal==1.4.0
4-
aiosqlite==0.21.0
4+
aiosqlite==0.22.0
55
annotated-types==0.7.0
6-
anyio==4.11.0
6+
anyio==4.12.0
77
attrs==25.4.0
88
banks==2.2.0
9-
beautifulsoup4==4.14.2
10-
cachetools==6.2.2
9+
beautifulsoup4==4.14.3
10+
cachetools==6.2.4
1111
certifi==2025.11.12
1212
charset-normalizer==3.4.4
1313
click==8.3.1
@@ -19,10 +19,10 @@ dirtyjson==1.0.8
1919
distro==1.9.0
2020
filetype==1.2.0
2121
frozenlist==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
2626
griffe==1.15.0
2727
h11==0.16.0
2828
httpcore==1.0.9
@@ -31,69 +31,70 @@ idna==3.11
3131
iniconfig==2.3.0
3232
jinja2==3.1.6
3333
jiter==0.12.0
34-
joblib==1.5.2
35-
llama-cloud==0.1.35
34+
joblib==1.5.3
3635
llama-cloud-services==0.6.54
37-
llama-index==0.14.8
36+
llama-cloud==0.1.35
3837
llama-index-cli==0.5.3
39-
llama-index-core==0.14.8
38+
llama-index-core==0.14.10
4039
llama-index-embeddings-google-genai==0.3.1
4140
llama-index-embeddings-ollama==0.8.4
4241
llama-index-embeddings-openai==0.5.1
4342
llama-index-indices-managed-llama-cloud==0.9.4
4443
llama-index-instrumentation==0.4.2
45-
llama-index-llms-google-genai==0.7.3
44+
llama-index-llms-google-genai==0.8.2
4645
llama-index-llms-ollama==0.9.0
47-
llama-index-llms-openai==0.6.9
46+
llama-index-llms-openai==0.6.12
4847
llama-index-readers-file==0.5.5
4948
llama-index-readers-llama-parse==0.5.1
5049
llama-index-workflows==2.11.5
50+
llama-index==0.14.10
5151
llama-parse==0.6.54
5252
markupsafe==3.0.3
5353
marshmallow==3.26.1
5454
multidict==6.7.0
55-
mypy-extensions==1.1.0
55+
mypy_extensions==1.1.0
5656
nest-asyncio==1.6.0
57-
networkx==3.6
57+
networkx==3.6.1
5858
nltk==3.9.2
5959
numpy==2.3.5
6060
ollama==0.6.1
61-
openai==2.8.1
61+
openai==2.13.0
6262
packaging==25.0
6363
pandas==2.2.3
6464
pillow==12.0.0
65-
platformdirs==4.5.0
65+
platformdirs==4.5.1
6666
pluggy==1.6.0
6767
propcache==0.4.1
6868
pyasn1==0.6.1
69-
pyasn1-modules==0.4.2
69+
pyasn1_modules==0.4.2
7070
pydantic==2.12.5
71-
pydantic-core==2.41.5
71+
pydantic_core==2.41.5
7272
pygments==2.19.2
73-
pypdf==6.4.0
74-
pytest==9.0.1
73+
pypdf==6.4.2
7574
pytest-asyncio==1.3.0
75+
pytest==9.0.2
7676
python-dateutil==2.9.0.post0
7777
python-dotenv==1.2.1
7878
pytz==2025.2
79-
pyyaml==6.0.3
79+
pyxdg==0.28
8080
regex==2025.11.3
8181
requests==2.32.5
8282
rsa==4.9.1
8383
setuptools==80.9.0
8484
six==1.17.0
8585
sniffio==1.3.1
8686
soupsieve==2.8
87-
sqlalchemy==2.0.44
87+
sqlalchemy==2.0.45
8888
striprtf==0.0.26
8989
tenacity==9.1.2
9090
tiktoken==0.12.0
9191
tqdm==4.67.1
92-
typing-extensions==4.15.0
9392
typing-inspect==0.9.0
9493
typing-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
9798
websockets==15.0.1
9899
wrapt==1.17.3
99100
yarl==1.22.0

0 commit comments

Comments
 (0)