Skip to content

Commit d8fe72f

Browse files
Try upgrading cel-python to latest main
With cloud-custodian/cel-python#113 fixed, we may be in the clear for an upgrade (provided a version is tagged).
1 parent cc5953b commit d8fe72f

File tree

2 files changed

+84
-256
lines changed

2 files changed

+84
-256
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ dev = [
5252
[tool.uv]
5353
resolution = "lowest-direct"
5454

55+
[tool.uv.sources]
56+
cel-python = { git = "https://github.com/cloud-custodian/cel-python", branch = "main" }
57+
5558
[tool.hatch.version]
5659
source = "vcs"
5760
raw-options = { fallback_version = "0.0.0" }

0 commit comments

Comments
 (0)