Skip to content

Commit

Permalink
feat(workspace): consolidated all workflow settings under single work…
Browse files Browse the repository at this point in the history
…space file

BREAKING CHANGE: this change marks a departure from multiple config files and assumed that default workspace is always set
  • Loading branch information
shinybrar committed Jun 17, 2024
1 parent ac6f890 commit 3f616ab
Show file tree
Hide file tree
Showing 10 changed files with 356 additions and 76 deletions.
138 changes: 136 additions & 2 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.8"
python = ">=3.8.1,<4.0"
tenacity = "^8.2"
pydantic = "^2.0"
requests = "^2.31"
Expand All @@ -19,6 +19,7 @@ minio = "^7.2"
mergedeep = "^1.3"
pydantic-settings = "^2.0"
python-logging-loki = "^0.3"
click-params = "^0.5.0"

[tool.poetry.group.dev.dependencies]
mypy = "*"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import pytest

from workflow.lifecycle.validate import command, function
from workflow.lifecycle.validation import command, function


@pytest.mark.skip
Expand Down
Loading

0 comments on commit 3f616ab

Please sign in to comment.