Skip to content

Commit

Permalink
Align starlette to 0.28.0 in all subpackages (#1945)
Browse files Browse the repository at this point in the history
* Update starlette to 0.28.0 in admin_ui

* Update starlette to 0.28.0 in admin

* Update starlette to 0.28.0 in libcommon

* Update starlette to 0.28.0 in cache_maintenance

* Update starlette to 0.28.0 in mongodb_migration

* Update starlette to 0.28.0 in worker
  • Loading branch information
albertvillanova authored Oct 9, 2023
1 parent 487b578 commit a0ef4cd
Show file tree
Hide file tree
Showing 12 changed files with 50 additions and 49 deletions.
26 changes: 13 additions & 13 deletions front/admin_ui/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions front/admin_ui/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ description = "Admin interface for datasets-server"
authors = ["Quentin Lhoest <[email protected]>"]

[tool.poetry.dependencies]
gradio = "^3.34.0"
matplotlib = "^3.7.0"
requests = "^2.31.0"
pygraphviz = "~1.10"
python = "3.9.15"
huggingface-hub = "^0.16.4"
duckdb = "^0.8.0"
gradio = "^3.34.0"
huggingface-hub = "^0.16.4"
libcommon = { path = "../../libs/libcommon", develop=true }
matplotlib = "^3.7.0"
pygraphviz = "~1.10"
requests = "^2.31.0"

[build-system]
requires = ["poetry-core"]
Expand Down
6 changes: 3 additions & 3 deletions jobs/cache_maintenance/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions jobs/cache_maintenance/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ version = "0.0.1"
license = "Apache-2.0"

[tool.poetry.dependencies]
python = "3.9.15"
environs = "^9.5.0"
libcommon = {path = "../../libs/libcommon", develop = true}
python = "3.9.15"

[tool.poetry.group.dev.dependencies]
bandit = "^1.7.4"
black = "^22.12.0"
flake8 = "^3.9.2"
flake8-pep585 = "^0.1.7"
flake8-unused-arguments = "^0.0.13"
isort = "^5.12.0"
mypy = "^1.0.0"
pip-audit = "^2.5.4"
pytest = "^7.2.1"
pytest-cov = "^2.12.1"
flake8-unused-arguments = "^0.0.13"
types-requests = "^2.31.0.3"

[build-system]
Expand Down
6 changes: 3 additions & 3 deletions jobs/mongodb_migration/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions jobs/mongodb_migration/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ version = "0.0.1"
license = "Apache-2.0"

[tool.poetry.dependencies]
python = "3.9.15"
environs = "^9.5.0"
libcommon = {path = "../../libs/libcommon", develop = true}
python = "3.9.15"

[tool.poetry.group.dev.dependencies]
bandit = "^1.7.4"
black = "^22.12.0"
flake8 = "^3.9.2"
flake8-pep585 = "^0.1.7"
flake8-unused-arguments = "^0.0.13"
isort = "^5.12.0"
mypy = "^1.0.0"
pip-audit = "^2.5.4"
pytest = "^7.2.1"
pytest-cov = "^2.12.1"
flake8-unused-arguments = "^0.0.13"

[build-system]
build-backend = "poetry.core.masonry.api"
Expand Down
9 changes: 5 additions & 4 deletions libs/libcommon/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions libs/libcommon/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ version = "0.6.8"
license = "Apache-2.0"

[tool.poetry.dependencies]
python = "3.9.15"
appdirs = "^1.4.4"
boto3 = "^1.28.29"
datasets = {version = "^2.14.5", extras = ["audio", "vision"]}
environs = "^9.5.0"
huggingface-hub = "^0.16.4"
Expand All @@ -19,20 +21,20 @@ pandas = "^2.0.1"
psutil = "^5.9.4"
pydub = "^0.25.1"
pymongo = { extras = ["srv"], version = "^4.5.0" }
python = "3.9.15"
pytz = "^2020.1"
requests = "^2.31.0"
soundfile = ">=0.12.1"
starlette-prometheus = "^0.9.0"
tqdm = "^4.65.0"
boto3 = "^1.28.29"

[tool.poetry.group.dev.dependencies]
bandit = "^1.7.4"
black = "^22.12.0"
flake8 = "^3.9.2"
flake8-pep585 = "^0.1.7"
flake8-unused-arguments = "^0.0.13"
isort = "^5.12.0"
moto = "^4.2.0"
mypy = "^1.0.0"
pandas-stubs = "^1.5.3"
pip-audit = "^2.5.4"
Expand All @@ -41,8 +43,6 @@ pytest-cov = "^2.12.1"
types-psutil = "^5.9.5"
types-pytz = "^2022.1.1"
types-requests = "^2.28.11"
moto = "^4.2.0"
flake8-unused-arguments = "^0.0.13"

[build-system]
build-backend = "poetry.core.masonry.api"
Expand Down
8 changes: 4 additions & 4 deletions services/admin/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions services/admin/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ version = "0.1.2"
license = "Apache-2.0"

[tool.poetry.dependencies]
python = "3.9.15"
environs = "^9.5.0"
libcommon = {path = "../../libs/libcommon", develop = true}
python = "3.9.15"
requests = "^2.28.2"
starlette = "^0.27.0"
starlette = "^0.28.0"
starlette-prometheus = "^0.9.0"
uvicorn = "^0.20.0"
watchdog = { extras = ["watchmedo"], version = "^2.2.1" }
Expand All @@ -20,6 +20,7 @@ bandit = "^1.7.4"
black = "^22.12.0"
flake8 = "^3.9.2"
flake8-pep585 = "^0.1.7"
flake8-unused-arguments = "^0.0.13"
httpx = "^0.23.3"
huggingface-hub = "^0.16.4"
isort = "^5.12.0"
Expand All @@ -30,7 +31,6 @@ pytest-cov = "^2.12.1"
responses = "^0.18.0"
types-psutil = "^5.9.5"
types-requests = "^2.28.11"
flake8-unused-arguments = "^0.0.13"

[build-system]
build-backend = "poetry.core.masonry.api"
Expand Down
6 changes: 3 additions & 3 deletions services/worker/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions services/worker/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version = "1.0.0"
license = "Apache-2.0"

[tool.poetry.dependencies]
PyICU = "^2.10.2"
python = "3.9.15"
aiohttp = "^3.8.4"
aiolimiter = "^1.0.0"
bs4 = "^0.0.1"
Expand All @@ -30,14 +30,14 @@ pillow = "^10.0.1"
py7zr = "^0.20.4"
pyarrow = "^11.0.0"
pydub = "^0.25.1"
python = "3.9.15"
PyICU = "^2.10.2"
rarfile = "^4.0"
scikit-learn = "^1.2.1"
tensorflow-aarch64 = {version = "^2.11.1", markers = "sys_platform == 'linux' and platform_machine == 'aarch64'"}
tensorflow-cpu = [
{version = "^2.11.1", markers = "sys_platform == 'linux' and platform_machine != 'aarch64'"},
{version = "^2.11.1", markers = "sys_platform == 'darwin' and platform_machine != 'arm64'"}
]
tensorflow-aarch64 = {version = "^2.11.1", markers = "sys_platform == 'linux' and platform_machine == 'aarch64'"}
tensorflow-macos = {version = "^2.11.1", markers = "sys_platform == 'darwin' and platform_machine == 'arm64'"}
tfrecord = "^1.14.1"
torch = [
Expand Down

0 comments on commit a0ef4cd

Please sign in to comment.