Skip to content

Commit

Permalink
ci: BI-0 fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ovsds committed Dec 13, 2024
1 parent af94a70 commit d871a79
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
1 change: 1 addition & 0 deletions lib/dl_api_commons/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ opentracing = ">=2.4.0"
python = ">=3.10, <3.13"
sentry-sdk = {version = ">=1.15.0", extras = ["flask"]}
typing-extensions = ">=4.9.0"
werkzeug = ">=2.2.3"
dl-utils = {path = "../dl_utils"}
dl-constants = {path = "../dl_constants"}
dl-app-tools = {path = "../dl_app_tools"}
Expand Down
3 changes: 3 additions & 0 deletions lib/dl_auth_native/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@ readme = "README.md"


[tool.poetry.dependencies]
aiohttp = ">=3.9.1"
attrs = ">=22.2.0"
flask = ">=2.2.5"
pyjwt = ">=2.4.0"
pydantic = ">=2.7.0"
python = ">=3.10, <3.13"
werkzeug = ">=2.2.3"
dl-constants = {path = "../../lib/dl_constants"}
dl-api-commons = {path = "../../lib/dl_api_commons"}

Expand Down
2 changes: 0 additions & 2 deletions lib/dl_core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ readme = "README.md"


[tool.poetry.dependencies]
Flask = ">=2.2.5"
Werkzeug = ">=2.2.3"
aiodns = ">=3.1.1"
aiohttp = ">=3.9.1"
anyascii = ">=0.3.2"
Expand Down
1 change: 1 addition & 0 deletions lib/dl_file_uploader_task_interface/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dl-task-processor = {path = "../dl_task_processor"}
dl-file-uploader-worker-lib = {path = "../dl_file_uploader_worker_lib"}
dl-constants = {path = "../dl_constants"}
dl-connector-bundle-chs3 = {path = "../dl_connector_bundle_chs3"}
dl-s3 = {path = "../dl_s3"}

[tool.poetry.group]
[tool.poetry.group.tests.dependencies]
Expand Down
11 changes: 8 additions & 3 deletions metapkg/poetry.lock

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

1 change: 0 additions & 1 deletion metapkg/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ pyyaml = "==6.0.1"
gunicorn = "==22.0.0"
shortuuid = "==1.0.11"
sqlalchemy = "==1.4.46, <2.0"
Flask = "==2.2.5"
flask-marshmallow = "==1.1.0"
flask-restx = "==1.1.0"
graphviz = "==0.17"
Expand Down

0 comments on commit d871a79

Please sign in to comment.