File tree Expand file tree Collapse file tree 6 files changed +9
-13
lines changed Expand file tree Collapse file tree 6 files changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ pandas==1.5.1
4646 # via -r common-requirements.in
4747psycopg2-binary==2.9.9
4848 # via -r common-requirements.in
49- pydantic==1.10.8
49+ pydantic==1.10.13
5050 # via
5151 # -r mini-requirements.in
5252 # fastapi
Original file line number Diff line number Diff line change @@ -76,6 +76,8 @@ fuzzywuzzy==0.18.0
7676 # via -r exec-env-requirements.in
7777google-search-results==2.4.1
7878 # via -r exec-env-requirements.in
79+ greenlet==3.0.3
80+ # via sqlalchemy
7981groq==0.4.2
8082 # via -r exec-env-requirements.in
8183h11==0.14.0
@@ -94,8 +96,6 @@ idna==3.7
9496 # httpx
9597 # requests
9698 # yarl
97- importlib-metadata==7.1.0
98- # via typeguard
9999inflect==7.2.0
100100 # via quantulum3
101101jellyfish==1.0.3
@@ -182,7 +182,7 @@ pyaml==23.12.0
182182 # via scikit-optimize
183183pycountry==23.12.11
184184 # via sumy
185- pydantic==1.10.15
185+ pydantic==1.10.13
186186 # via
187187 # confection
188188 # groq
@@ -254,7 +254,6 @@ soupsieve==2.5
254254spacy[ja]==3.4.2
255255 # via
256256 # -r exec-env-requirements.in
257- # spacy
258257 # textacy
259258spacy-legacy==3.0.12
260259 # via spacy
@@ -325,8 +324,6 @@ wasabi==0.10.1
325324 # thinc
326325yarl==1.9.4
327326 # via aiohttp
328- zipp==3.18.1
329- # via importlib-metadata
330327
331328# The following packages are considered to be unsafe in a requirements file:
332329# setuptools
Original file line number Diff line number Diff line change 11fastapi==0.110.0
22uvicorn==0.22.0
3- pydantic==1.10.8
3+ pydantic==1.10.13
44requests==2.31.0
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ idna==3.7
2222 # via
2323 # anyio
2424 # requests
25- pydantic==1.10.8
25+ pydantic==1.10.13
2626 # via
2727 # -r mini-requirements.in
2828 # fastapi
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ psycopg2-binary==2.9.9
7272 # via -r common-requirements.in
7373pyaml==23.12.0
7474 # via scikit-optimize
75- pydantic==1.10.8
75+ pydantic==1.10.13
7676 # via
7777 # -r mini-requirements.in
7878 # fastapi
@@ -120,7 +120,7 @@ threadpoolctl==3.4.0
120120 # via scikit-learn
121121tokenizers==0.15.2
122122 # via transformers
123- torch==1.13.1
123+ torch==1.13.1+cpu
124124 # via -r torch-cpu-requirements.in
125125tqdm==4.66.2
126126 # via
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ psycopg2-binary==2.9.9
8282 # via -r common-requirements.in
8383pyaml==23.12.0
8484 # via scikit-optimize
85- pydantic==1.10.8
85+ pydantic==1.10.13
8686 # via
8787 # -r mini-requirements.in
8888 # fastapi
@@ -144,7 +144,6 @@ typing-extensions==4.11.0
144144 # fastapi
145145 # huggingface-hub
146146 # pydantic
147- # starlette
148147 # torch
149148urllib3==1.26.18
150149 # via
You can’t perform that action at this time.
0 commit comments