Skip to content

Commit

Permalink
build: update dependencies (many are removed), bump version to 1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bolinocroustibat committed Aug 28, 2024
1 parent e063237 commit 8e53941
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 116 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "word-generator-api"
version = "1.5.7"
version = "1.5.8"
description = "Generates words that don't exist but sound English, French, Spanish or Italian, along with their altered dictionary definitions."
authors = [{ name = "Adrien Carpentier", email = "[email protected]" }]
dependencies = [
Expand All @@ -22,7 +22,7 @@ dependencies = [
requires-python = ">=3.11,<3.12"

[project.urls]
Homepage = ""
homepage = ""

[build-system]
requires = ["pdm-pep517>=1.0.0"]
Expand Down
80 changes: 15 additions & 65 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ aiosqlite==0.17.0
annotated-types==0.7.0
# via pydantic
anyio==4.4.0
# via httpx
# via starlette
# via watchfiles
async-timeout==4.0.3
# via asyncpg
asyncpg==0.29.0
Expand All @@ -31,12 +29,8 @@ catalogue==2.0.10
# via srsly
# via thinc
certifi==2024.7.4
# via httpcore
# via httpx
# via requests
# via sentry-sdk
cfgv==3.4.0
# via pre-commit
charset-normalizer==3.3.2
# via requests
click==8.1.7
Expand All @@ -55,42 +49,20 @@ cymem==2.0.8
# via thinc
deprecated==1.2.14
# via limits
distlib==0.3.8
# via virtualenv
dnspython==2.6.1
# via email-validator
email-validator==2.2.0
# via fastapi
fastapi==0.111.1
fastapi==0.112.2
# via word-generator-api
fastapi-cli==0.0.4
# via fastapi
filelock==3.15.4
# via virtualenv
gunicorn==20.1.0
# via word-generator-api
h11==0.14.0
# via httpcore
# via uvicorn
httpcore==1.0.5
# via httpx
httptools==0.6.1
# via uvicorn
httpx==0.27.0
# via fastapi
identify==2.6.0
# via pre-commit
idna==3.7
idna==3.8
# via anyio
# via email-validator
# via httpx
# via requests
importlib-resources==6.4.0
importlib-resources==6.4.4
# via limits
iso8601==1.1.0
# via tortoise-orm
jinja2==3.1.4
# via fastapi
# via spacy
joblib==1.4.2
# via nltk
Expand All @@ -116,10 +88,8 @@ murmurhash==1.0.10
# via thinc
mypy-extensions==1.0.0
# via black
nltk==3.8.1
nltk==3.9.1
# via word-generator-api
nodeenv==1.9.1
# via pre-commit
numpy==1.26.4
# via blis
# via spacy
Expand All @@ -136,10 +106,8 @@ pathspec==0.12.1
# via black
platformdirs==4.2.2
# via black
# via virtualenv
pluggy==1.5.0
# via spacy-lefff
pre-commit==3.7.1
preshed==3.0.9
# via spacy
# via thinc
Expand All @@ -156,16 +124,9 @@ pygments==2.18.0
# via rich
pypika-tortoise==0.1.6
# via tortoise-orm
python-dotenv==1.0.1
# via uvicorn
python-multipart==0.0.9
# via fastapi
pytz==2024.1
# via tortoise-orm
pyyaml==6.0.1
# via pre-commit
# via uvicorn
regex==2024.5.15
regex==2024.7.24
# via nltk
requests==2.32.3
# via requests-oauthlib
Expand All @@ -175,12 +136,12 @@ requests==2.32.3
# via word-generator-api
requests-oauthlib==1.3.1
# via tweepy
rich==13.7.1
rich==13.8.0
# via typer
ruff==0.5.4
sentry-sdk==2.10.0
ruff==0.6.2
sentry-sdk==2.13.0
# via word-generator-api
setuptools==71.1.0
setuptools==74.0.0
# via gunicorn
# via marisa-trie
# via spacy
Expand All @@ -193,8 +154,7 @@ smart-open==7.0.4
# via weasel
sniffio==1.3.1
# via anyio
# via httpx
spacy==3.7.5
spacy==3.7.6
# via spacy-lefff
# via word-generator-api
spacy-lefff==0.5.1
Expand All @@ -208,21 +168,20 @@ srsly==2.4.8
# via spacy
# via thinc
# via weasel
starlette==0.37.2
starlette==0.38.2
# via fastapi
thinc==8.2.5
# via spacy
tortoise-orm==0.21.5
tortoise-orm==0.21.6
# via word-generator-api
tqdm==4.66.4
tqdm==4.66.5
# via nltk
# via spacy
# via spacy-lefff
# via word-generator-api
tweepy==4.14.0
# via word-generator-api
typer==0.12.3
# via fastapi-cli
typer==0.12.5
# via spacy
# via weasel
# via word-generator-api
Expand All @@ -236,23 +195,14 @@ typing-extensions==4.12.2
urllib3==2.2.2
# via requests
# via sentry-sdk
uvicorn==0.30.3
# via fastapi
uvicorn==0.30.6
# via word-generator-api
uvloop==0.19.0
# via uvicorn
virtualenv==20.26.3
# via pre-commit
wasabi==1.1.3
# via spacy
# via thinc
# via weasel
watchfiles==0.22.0
# via uvicorn
weasel==0.4.1
# via spacy
websockets==12.0
# via uvicorn
wrapt==1.16.0
# via deprecated
# via smart-open
63 changes: 14 additions & 49 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ aiosqlite==0.17.0
annotated-types==0.7.0
# via pydantic
anyio==4.4.0
# via httpx
# via starlette
# via watchfiles
async-timeout==4.0.3
# via asyncpg
asyncpg==0.29.0
Expand All @@ -31,8 +29,6 @@ catalogue==2.0.10
# via srsly
# via thinc
certifi==2024.7.4
# via httpcore
# via httpx
# via requests
# via sentry-sdk
charset-normalizer==3.3.2
Expand All @@ -53,36 +49,20 @@ cymem==2.0.8
# via thinc
deprecated==1.2.14
# via limits
dnspython==2.6.1
# via email-validator
email-validator==2.2.0
# via fastapi
fastapi==0.111.1
fastapi==0.112.2
# via word-generator-api
fastapi-cli==0.0.4
# via fastapi
gunicorn==20.1.0
# via word-generator-api
h11==0.14.0
# via httpcore
# via uvicorn
httpcore==1.0.5
# via httpx
httptools==0.6.1
# via uvicorn
httpx==0.27.0
# via fastapi
idna==3.7
idna==3.8
# via anyio
# via email-validator
# via httpx
# via requests
importlib-resources==6.4.0
importlib-resources==6.4.4
# via limits
iso8601==1.1.0
# via tortoise-orm
jinja2==3.1.4
# via fastapi
# via spacy
joblib==1.4.2
# via nltk
Expand All @@ -108,7 +88,7 @@ murmurhash==1.0.10
# via thinc
mypy-extensions==1.0.0
# via black
nltk==3.8.1
nltk==3.9.1
# via word-generator-api
numpy==1.26.4
# via blis
Expand Down Expand Up @@ -144,15 +124,9 @@ pygments==2.18.0
# via rich
pypika-tortoise==0.1.6
# via tortoise-orm
python-dotenv==1.0.1
# via uvicorn
python-multipart==0.0.9
# via fastapi
pytz==2024.1
# via tortoise-orm
pyyaml==6.0.1
# via uvicorn
regex==2024.5.15
regex==2024.7.24
# via nltk
requests==2.32.3
# via requests-oauthlib
Expand All @@ -162,11 +136,11 @@ requests==2.32.3
# via word-generator-api
requests-oauthlib==1.3.1
# via tweepy
rich==13.7.1
rich==13.8.0
# via typer
sentry-sdk==2.10.0
sentry-sdk==2.13.0
# via word-generator-api
setuptools==71.1.0
setuptools==74.0.0
# via gunicorn
# via marisa-trie
# via spacy
Expand All @@ -179,8 +153,7 @@ smart-open==7.0.4
# via weasel
sniffio==1.3.1
# via anyio
# via httpx
spacy==3.7.5
spacy==3.7.6
# via spacy-lefff
# via word-generator-api
spacy-lefff==0.5.1
Expand All @@ -194,21 +167,20 @@ srsly==2.4.8
# via spacy
# via thinc
# via weasel
starlette==0.37.2
starlette==0.38.2
# via fastapi
thinc==8.2.5
# via spacy
tortoise-orm==0.21.5
tortoise-orm==0.21.6
# via word-generator-api
tqdm==4.66.4
tqdm==4.66.5
# via nltk
# via spacy
# via spacy-lefff
# via word-generator-api
tweepy==4.14.0
# via word-generator-api
typer==0.12.3
# via fastapi-cli
typer==0.12.5
# via spacy
# via weasel
# via word-generator-api
Expand All @@ -222,21 +194,14 @@ typing-extensions==4.12.2
urllib3==2.2.2
# via requests
# via sentry-sdk
uvicorn==0.30.3
# via fastapi
uvicorn==0.30.6
# via word-generator-api
uvloop==0.19.0
# via uvicorn
wasabi==1.1.3
# via spacy
# via thinc
# via weasel
watchfiles==0.22.0
# via uvicorn
weasel==0.4.1
# via spacy
websockets==12.0
# via uvicorn
wrapt==1.16.0
# via deprecated
# via smart-open

0 comments on commit 8e53941

Please sign in to comment.