Skip to content

Commit 3ad4136

Browse files
build(deps): bump typer from 0.9.0 to 0.12.5 in /requirements
Bumps [typer](https://github.com/fastapi/typer) from 0.9.0 to 0.12.5. - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](fastapi/typer@0.9.0...0.12.5) --- updated-dependencies: - dependency-name: typer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 46e04b1 commit 3ad4136

File tree

2 files changed

+39
-36
lines changed

2 files changed

+39
-36
lines changed

requirements/ingest/chroma.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
chromadb>0.4.14
44
importlib-metadata>=8.2.0
55
# Future releases adds in typer-cli which breaks the resolution of typer as a library
6-
typer<=0.9.0
6+
typer<=0.12.5
77
# tenacity 9.0.0 is being installed via chroma, but other dependencies (langchain) restrict tenacity
88
# to <9.0.0 and resolve to 8.5.0.
99
# The original langchain pin: https://github.com/langchain-ai/langchain/pull/849/

requirements/ingest/chroma.txt

Lines changed: 38 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@ annotated-types==0.7.0
88
# via pydantic
99
anyio==4.4.0
1010
# via
11-
# -c ./ingest/../base.txt
12-
# httpx
11+
# -c ingest/../base.txt
1312
# starlette
1413
# watchfiles
1514
backoff==2.2.1
1615
# via
17-
# -c ./ingest/../base.txt
16+
# -c ingest/../base.txt
1817
# opentelemetry-exporter-otlp-proto-grpc
1918
# posthog
2019
bcrypt==4.2.0
@@ -23,22 +22,21 @@ cachetools==5.5.0
2322
# via google-auth
2423
certifi==2024.8.30
2524
# via
26-
# -c ./ingest/../base.txt
27-
# httpx
25+
# -c ingest/../base.txt
2826
# kubernetes
2927
# pulsar-client
3028
# requests
3129
charset-normalizer==3.3.2
3230
# via
33-
# -c ./ingest/../base.txt
31+
# -c ingest/../base.txt
3432
# requests
3533
chroma-hnswlib==0.7.3
3634
# via chromadb
3735
chromadb==0.4.17
38-
# via -r ./ingest/chroma.in
36+
# via -r ingest/chroma.in
3937
click==8.1.7
4038
# via
41-
# -c ./ingest/../base.txt
39+
# -c ingest/../base.txt
4240
# typer
4341
# uvicorn
4442
coloredlogs==15.0.1
@@ -47,7 +45,7 @@ deprecated==1.2.14
4745
# via opentelemetry-api
4846
exceptiongroup==1.2.2
4947
# via
50-
# -c ./ingest/../base.txt
48+
# -c ingest/../base.txt
5149
# anyio
5250
fastapi==0.114.2
5351
# via chromadb
@@ -63,13 +61,12 @@ googleapis-common-protos==1.65.0
6361
# via opentelemetry-exporter-otlp-proto-grpc
6462
grpcio==1.66.1
6563
# via
66-
# -c ./ingest/../deps/constraints.txt
64+
# -c ingest/../deps/constraints.txt
6765
# chromadb
6866
# opentelemetry-exporter-otlp-proto-grpc
6967
h11==0.14.0
7068
# via
71-
# -c ./ingest/../base.txt
72-
# httpcore
69+
# -c ingest/../base.txt
7370
# uvicorn
7471
httptools==0.6.1
7572
# via uvicorn
@@ -79,25 +76,28 @@ humanfriendly==10.0
7976
# via coloredlogs
8077
idna==3.10
8178
# via
82-
# -c ./ingest/../base.txt
79+
# -c ingest/../base.txt
8380
# anyio
84-
# httpx
8581
# requests
8682
importlib-metadata==8.5.0
8783
# via
88-
# -c ./ingest/../deps/constraints.txt
89-
# -r ./ingest/chroma.in
84+
# -c ingest/../deps/constraints.txt
85+
# -r ingest/chroma.in
9086
importlib-resources==6.4.5
9187
# via chromadb
9288
kubernetes==30.1.0
9389
# via chromadb
90+
markdown-it-py==3.0.0
91+
# via rich
92+
mdurl==0.1.2
93+
# via markdown-it-py
9494
monotonic==1.6
9595
# via posthog
9696
mpmath==1.3.0
9797
# via sympy
9898
numpy==1.26.4
9999
# via
100-
# -c ./ingest/../base.txt
100+
# -c ingest/../base.txt
101101
# chroma-hnswlib
102102
# chromadb
103103
# onnxruntime
@@ -126,15 +126,14 @@ overrides==7.7.0
126126
# via chromadb
127127
packaging==24.1
128128
# via
129-
# -c ./ingest/../base.txt
130-
# build
129+
# -c ingest/../base.txt
131130
# huggingface-hub
132131
# onnxruntime
133132
posthog==3.6.6
134133
# via chromadb
135134
protobuf==4.25.4
136135
# via
137-
# -c ./ingest/../deps/constraints.txt
136+
# -c ingest/../deps/constraints.txt
138137
# googleapis-common-protos
139138
# onnxruntime
140139
# opentelemetry-proto
@@ -152,11 +151,13 @@ pydantic==2.9.1
152151
# fastapi
153152
pydantic-core==2.23.3
154153
# via pydantic
154+
pygments==2.18.0
155+
# via rich
155156
pypika==0.48.9
156157
# via chromadb
157158
python-dateutil==2.9.0.post0
158159
# via
159-
# -c ./ingest/../base.txt
160+
# -c ingest/../base.txt
160161
# kubernetes
161162
# posthog
162163
python-dotenv==1.0.1
@@ -169,51 +170,54 @@ pyyaml==6.0.2
169170
# uvicorn
170171
requests==2.32.3
171172
# via
172-
# -c ./ingest/../base.txt
173+
# -c ingest/../base.txt
173174
# chromadb
174175
# huggingface-hub
175176
# kubernetes
176177
# posthog
177178
# requests-oauthlib
178179
requests-oauthlib==2.0.0
179180
# via kubernetes
181+
rich==13.8.1
182+
# via typer
180183
rsa==4.9
181184
# via google-auth
185+
shellingham==1.5.4
186+
# via typer
182187
six==1.16.0
183188
# via
184-
# -c ./ingest/../base.txt
189+
# -c ingest/../base.txt
185190
# kubernetes
186191
# posthog
187192
# python-dateutil
188193
sniffio==1.3.1
189194
# via
190-
# -c ./ingest/../base.txt
195+
# -c ingest/../base.txt
191196
# anyio
192-
# httpx
193197
starlette==0.38.5
194198
# via fastapi
195199
sympy==1.13.2
196200
# via onnxruntime
197201
tenacity==8.5.0
198202
# via
199-
# -r ./ingest/chroma.in
203+
# -r ingest/chroma.in
200204
# chromadb
201205
tokenizers==0.19.1
202206
# via
203-
# -c ./ingest/../deps/constraints.txt
207+
# -c ingest/../deps/constraints.txt
204208
# chromadb
205209
tqdm==4.66.5
206210
# via
207-
# -c ./ingest/../base.txt
211+
# -c ingest/../base.txt
208212
# chromadb
209213
# huggingface-hub
210-
typer==0.9.0
214+
typer==0.12.5
211215
# via
212-
# -r ./ingest/chroma.in
216+
# -r ingest/chroma.in
213217
# chromadb
214218
typing-extensions==4.12.2
215219
# via
216-
# -c ./ingest/../base.txt
220+
# -c ingest/../base.txt
217221
# anyio
218222
# chromadb
219223
# fastapi
@@ -226,8 +230,8 @@ typing-extensions==4.12.2
226230
# uvicorn
227231
urllib3==1.26.20
228232
# via
229-
# -c ./ingest/../base.txt
230-
# -c ./ingest/../deps/constraints.txt
233+
# -c ingest/../base.txt
234+
# -c ingest/../deps/constraints.txt
231235
# kubernetes
232236
# requests
233237
uvicorn[standard]==0.30.6
@@ -242,9 +246,8 @@ websockets==13.0.1
242246
# via uvicorn
243247
wrapt==1.16.0
244248
# via
245-
# -c ./ingest/../base.txt
249+
# -c ingest/../base.txt
246250
# deprecated
247-
# opentelemetry-instrumentation
248251
zipp==3.20.2
249252
# via
250253
# importlib-metadata

0 commit comments

Comments
 (0)