Skip to content

Commit

Permalink
Schema mock tool improvements and edge update query performance enhan…
Browse files Browse the repository at this point in the history
…cements (#635)

* mock generator fix

* edge update perf enhancements and mock fixes
  • Loading branch information
ieaves authored Sep 11, 2023
1 parent 0b31d0c commit 962f2f2
Show file tree
Hide file tree
Showing 11 changed files with 175 additions and 194 deletions.
105 changes: 18 additions & 87 deletions grai-schemas/poetry.lock

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

2 changes: 1 addition & 1 deletion grai-schemas/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "grai_schemas"
version = "0.2.4"
version = "0.2.5-alpha2"
description = ""
authors = ["Ian Eaves <ian@grai.io>", "Edward Louth <edward@grai.io>"]
license = "Elastic-2.0"
Expand Down
2 changes: 1 addition & 1 deletion grai-schemas/src/grai_schemas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
)
from grai_schemas.package_definitions import config

__version__ = "0.2.2"
__version__ = "0.2.5-alpha2"
Loading

0 comments on commit 962f2f2

Please sign in to comment.