Skip to content

Commit

Permalink
fix: orjson version
Browse files Browse the repository at this point in the history
Signed-off-by: Avik Basu <ab93@users.noreply.github.com>
  • Loading branch information
ab93 committed Jun 13, 2024
1 parent 0d59672 commit 13db065
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 13 deletions.
64 changes: 52 additions & 12 deletions apps/numa-udfs/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 apps/numa-udfs/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "numa-udfs"
version = "0.11a0"
version = "0.12.0.dev0"
description = ""
authors = ["Avik Basu <ab93@users.noreply.github.com>"]
readme = "README.md"
Expand All @@ -16,6 +16,7 @@ numalogic-registry = { version = "0.12.0.dev2", source = "testpypi" }
pynumaflow = "~0.6"
structlog = "^24.1.0"
prometheus_client = "^0.18.0"
orjson = "~3.9"

[tool.poetry.group.dev.dependencies]
matplotlib = "^3.4.2"
Expand Down

0 comments on commit 13db065

Please sign in to comment.