Skip to content

Bump pydantic from 1.10.8 to 1.10.13 in /requirements #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/common-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pandas==1.5.1
# via -r common-requirements.in
psycopg2-binary==2.9.9
# via -r common-requirements.in
pydantic==1.10.8
pydantic==1.10.13
# via
# -r mini-requirements.in
# fastapi
Expand Down
9 changes: 3 additions & 6 deletions requirements/exec-env-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ fuzzywuzzy==0.18.0
# via -r exec-env-requirements.in
google-search-results==2.4.1
# via -r exec-env-requirements.in
greenlet==3.0.3
# via sqlalchemy
groq==0.4.2
# via -r exec-env-requirements.in
h11==0.14.0
Expand All @@ -94,8 +96,6 @@ idna==3.7
# httpx
# requests
# yarl
importlib-metadata==7.1.0
# via typeguard
inflect==7.2.0
# via quantulum3
jellyfish==1.0.3
Expand Down Expand Up @@ -182,7 +182,7 @@ pyaml==23.12.0
# via scikit-optimize
pycountry==23.12.11
# via sumy
pydantic==1.10.15
pydantic==1.10.13
# via
# confection
# groq
Expand Down Expand Up @@ -254,7 +254,6 @@ soupsieve==2.5
spacy[ja]==3.4.2
# via
# -r exec-env-requirements.in
# spacy
# textacy
spacy-legacy==3.0.12
# via spacy
Expand Down Expand Up @@ -325,8 +324,6 @@ wasabi==0.10.1
# thinc
yarl==1.9.4
# via aiohttp
zipp==3.18.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
2 changes: 1 addition & 1 deletion requirements/mini-requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fastapi==0.110.0
uvicorn==0.22.0
pydantic==1.10.8
pydantic==1.10.13
requests==2.31.0
2 changes: 1 addition & 1 deletion requirements/mini-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ idna==3.7
# via
# anyio
# requests
pydantic==1.10.8
pydantic==1.10.13
# via
# -r mini-requirements.in
# fastapi
Expand Down
4 changes: 2 additions & 2 deletions requirements/torch-cpu-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ psycopg2-binary==2.9.9
# via -r common-requirements.in
pyaml==23.12.0
# via scikit-optimize
pydantic==1.10.8
pydantic==1.10.13
# via
# -r mini-requirements.in
# fastapi
Expand Down Expand Up @@ -120,7 +120,7 @@ threadpoolctl==3.4.0
# via scikit-learn
tokenizers==0.15.2
# via transformers
torch==1.13.1
torch==1.13.1+cpu
# via -r torch-cpu-requirements.in
tqdm==4.66.2
# via
Expand Down
3 changes: 1 addition & 2 deletions requirements/torch-cuda-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ psycopg2-binary==2.9.9
# via -r common-requirements.in
pyaml==23.12.0
# via scikit-optimize
pydantic==1.10.8
pydantic==1.10.13
# via
# -r mini-requirements.in
# fastapi
Expand Down Expand Up @@ -144,7 +144,6 @@ typing-extensions==4.11.0
# fastapi
# huggingface-hub
# pydantic
# starlette
# torch
urllib3==1.26.18
# via
Expand Down