Skip to content

Commit

Permalink
70: Update SDK to include job reference in job submission.
Browse files Browse the repository at this point in the history
  • Loading branch information
lfse-slafleur committed Oct 15, 2024
1 parent 214d4eb commit 767d096
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 7 deletions.
28 changes: 26 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ flake8-pyproject==1.2.3
# via orchestrator (pyproject.toml)
flake8-quotes==3.3.2
# via orchestrator (pyproject.toml)
future-fstrings==1.2.0
# via
# -c requirements.txt
# pyecore
greenlet==3.0.1
# via
# -c requirements.txt
Expand All @@ -85,6 +89,10 @@ kombu==5.3.4
# via
# -c requirements.txt
# celery
lxml==5.3.0
# via
# -c requirements.txt
# pyecore
mako==1.3.2
# via
# -c requirements.txt
Expand All @@ -107,14 +115,18 @@ mypy-extensions==1.0.0
# via
# black
# mypy
omotes-sdk-protocol==0.1.5
omotes-sdk-protocol==0.1.6
# via
# -c requirements.txt
# omotes-sdk-python
omotes-sdk-python==3.1.2
omotes-sdk-python==3.2.2
# via
# -c requirements.txt
# orchestrator (pyproject.toml)
ordered-set==4.1.0
# via
# -c requirements.txt
# pyecore
packaging==23.2
# via
# build
Expand Down Expand Up @@ -147,6 +159,14 @@ pycodestyle==2.10.0
# via flake8
pydocstyle==6.3.0
# via flake8-docstrings
pyecore==0.12.1
# via
# -c requirements.txt
# pyesdl
pyesdl==24.9.0
# via
# -c requirements.txt
# omotes-sdk-python
pyflakes==3.0.1
# via flake8
pyproject-hooks==1.0.0
Expand All @@ -165,6 +185,10 @@ python-dotenv==1.0.0
# via
# -c requirements.txt
# orchestrator (pyproject.toml)
restrictedpython==7.4
# via
# -c requirements.txt
# pyecore
setuptools-git-versioning==1.13.5
# via orchestrator (pyproject.toml)
six==1.16.0
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion integration_test/integration_tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
omotes-sdk-python == 3.1.2
omotes-sdk-python == 3.2.2
python-dotenv ~= 1.0.0
pytest
psycopg[binary,pool] ~= 3.2.1
2 changes: 1 addition & 1 deletion integration_test/test_worker/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
omotes-sdk-python == 3.1.2
omotes-sdk-python == 3.2.2
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies = [
"sqlalchemy ~= 2.0.27",
"psycopg2-binary ~= 2.9.9",
"celery ~= 5.3.6",
"omotes-sdk-python ~= 3.1.2",
"omotes-sdk-python ~= 3.2.2",
"alembic ~= 1.13.1",
]

Expand Down
16 changes: 14 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,28 @@ click-repl==0.3.0
# via celery
dataclass-binder==0.3.4
# via orchestrator (pyproject.toml)
future-fstrings==1.2.0
# via pyecore
greenlet==3.0.1
# via sqlalchemy
idna==3.6
# via yarl
kombu==5.3.4
# via celery
lxml==5.3.0
# via pyecore
mako==1.3.2
# via alembic
markupsafe==2.1.5
# via mako
multidict==6.0.5
# via yarl
omotes-sdk-protocol==0.1.5
omotes-sdk-protocol==0.1.6
# via omotes-sdk-python
omotes-sdk-python==3.1.2
omotes-sdk-python==3.2.2
# via orchestrator (pyproject.toml)
ordered-set==4.1.0
# via pyecore
pamqp==3.3.0
# via
# aiormq
Expand All @@ -58,10 +64,16 @@ protobuf==4.25.2
# via omotes-sdk-protocol
psycopg2-binary==2.9.9
# via orchestrator (pyproject.toml)
pyecore==0.12.1
# via pyesdl
pyesdl==24.9.0
# via omotes-sdk-python
python-dateutil==2.8.2
# via celery
python-dotenv==1.0.0
# via orchestrator (pyproject.toml)
restrictedpython==7.4
# via pyecore
six==1.16.0
# via python-dateutil
sqlalchemy==2.0.28
Expand Down

0 comments on commit 767d096

Please sign in to comment.