Skip to content

Commit

Permalink
Feat/deleted node tests (#36)
Browse files Browse the repository at this point in the history
* adds deleted tests

* lint

* abbreviated string

* reference fix
  • Loading branch information
ieaves authored Jul 20, 2023
1 parent b18c453 commit 8296146
Show file tree
Hide file tree
Showing 4 changed files with 149 additions and 87 deletions.
138 changes: 69 additions & 69 deletions image/grai-actions/poetry.lock

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

5 changes: 2 additions & 3 deletions image/grai-actions/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "grai_actions"
version = "0.2.4-alpha1"
version = "0.2.4"
description = ""
authors = ["Grai <ian@grai.io>"]
license = "Elastic-2.0"
Expand All @@ -10,7 +10,7 @@ packages = [{include = "grai_actions", from = "src"}]
[tool.poetry.dependencies]
python = "^3.10"
ghapi = "^1.0.3"
pydantic = "^1.10.8"
pydantic = "^1.10.11"
grai-graph = "^0.2.4"
grai-client = "^0.3.0"

Expand All @@ -24,7 +24,6 @@ isort = "^5.11.4"
mypy = "^1.4.1"
pytest = "^7.2.1"
pytest-env = "^0.8.1"
#validators = "^0.21.1"

[tool.poetry.dependencies.grai-source-dbt]
version = "^0.3.0"
Expand Down
Loading

0 comments on commit 8296146

Please sign in to comment.