Skip to content

Commit f4f4bac

Browse files
committed
update reqs
1 parent 2224798 commit f4f4bac

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

requirements.txt

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ asgiref==3.8.1
99
asttokens==2.4.1
1010
attrs==23.2.0
1111
backoff==2.2.1
12-
bcrypt==4.1.3
12+
bcrypt==4.2.0
1313
beautifulsoup4==4.12.3
1414
build==1.2.1
1515
cachetools==5.4.0
@@ -85,18 +85,18 @@ jupyter-client==8.6.2
8585
jupyter-core==5.7.2
8686
kiwisolver==1.4.5
8787
kubernetes==30.1.0
88-
langchain==0.2.9
88+
langchain==0.2.10
8989
langchain-chroma==0.1.2
90-
langchain-core==0.2.21
90+
langchain-core==0.2.22
9191
langchain-openai==0.1.17
9292
langchain-text-splitters==0.2.2
93-
langsmith==0.1.90
93+
langsmith==0.1.93
9494
llama-cloud==0.0.9
95-
llama-index==0.10.55
96-
llama-index-agent-openai==0.2.8
95+
llama-index==0.10.56
96+
llama-index-agent-openai==0.2.9
9797
llama-index-cli==0.1.12
98-
llama-index-core==0.10.55
99-
llama-index-embeddings-openai==0.1.10
98+
llama-index-core==0.10.56
99+
llama-index-embeddings-openai==0.1.11
100100
llama-index-indices-managed-llama-cloud==0.2.5
101101
llama-index-legacy==0.9.48
102102
llama-index-llms-gemini==0.1.11
@@ -109,6 +109,7 @@ llama-index-readers-file==0.1.30
109109
llama-index-readers-llama-parse==0.1.6
110110
llama-index-vector-stores-chroma==0.1.10
111111
llama-parse==0.4.9
112+
logfire==0.47.0
112113
markdown-it-py==3.0.0
113114
markupsafe==2.1.5
114115
marshmallow==3.21.3
@@ -126,10 +127,11 @@ nltk==3.8.1
126127
numpy==1.26.4
127128
oauthlib==3.2.2
128129
onnxruntime==1.18.1
129-
openai==1.35.15
130+
openai==1.37.0
130131
opentelemetry-api==1.25.0
131132
opentelemetry-exporter-otlp-proto-common==1.25.0
132133
opentelemetry-exporter-otlp-proto-grpc==1.25.0
134+
opentelemetry-exporter-otlp-proto-http==1.25.0
133135
opentelemetry-instrumentation==0.46b0
134136
opentelemetry-instrumentation-asgi==0.46b0
135137
opentelemetry-instrumentation-fastapi==0.46b0
@@ -151,7 +153,7 @@ proto-plus==1.24.0
151153
protobuf==4.25.3
152154
psutil==6.0.0
153155
ptyprocess==0.7.0
154-
pure-eval==0.2.2
156+
pure-eval==0.2.3
155157
pyarrow==15.0.2
156158
pyasn1==0.6.0
157159
pyasn1-modules==0.4.0
@@ -160,7 +162,7 @@ pydantic-core==2.20.1
160162
pydub==0.25.1
161163
pygments==2.18.0
162164
pyparsing==3.1.2
163-
pypdf==4.3.0
165+
pypdf==4.3.1
164166
pypika==0.48.9
165167
pyproject-hooks==1.1.0
166168
python-dateutil==2.9.0.post0
@@ -176,9 +178,9 @@ requests-oauthlib==2.0.0
176178
rich==13.7.1
177179
rpds-py==0.19.0
178180
rsa==4.9
179-
ruff==0.5.3
181+
ruff==0.5.4
180182
semantic-version==2.10.0
181-
setuptools==71.0.3
183+
setuptools==71.1.0
182184
shapely==2.0.5
183185
shellingham==1.5.4
184186
six==1.16.0
@@ -188,7 +190,7 @@ sqlalchemy==2.0.31
188190
stack-data==0.6.3
189191
starlette==0.37.2
190192
striprtf==0.0.26
191-
sympy==1.13.0
193+
sympy==1.13.1
192194
tenacity==8.5.0
193195
tiktoken==0.7.0
194196
tokenizers==0.19.1
@@ -203,7 +205,7 @@ typing-inspect==0.9.0
203205
tzdata==2024.1
204206
uritemplate==4.1.1
205207
urllib3==2.2.2
206-
uvicorn==0.30.1
208+
uvicorn==0.30.3
207209
uvloop==0.19.0
208210
watchfiles==0.22.0
209211
wcwidth==0.2.13

0 commit comments

Comments
 (0)