Skip to content

Commit 7abefb4

Browse files
committed
recursion test with importlib-metadata
1 parent 5579289 commit 7abefb4

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

aikido_zen/sinks/tests/test_recursion_module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import sys
33
import types
44

5-
import aikido_zen
5+
import zipp
66
class HashableNamespace(types.SimpleNamespace):
77
def __hash__(self):
88
return hash(tuple(vars(self)))

poetry.lock

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ langchain-anthropic = { version = "^0.3.21", python = ">=3.9,<4.0" }
8888
langchain-openai = { version = "^0.3.34", python = ">=3.9,<4.0" }
8989
langchain-mistralai = { version = "^0.2.12", python = ">=3.9,<4.0" }
9090
zipp = { version = "^3.23.0", python = ">=3.9,<4.0" }
91+
importlib-metadata = { version = "^8.7.0", python = ">=3.9,<4.0" }
92+
9193
django = "4"
9294
requests = "^2.32.3"
9395
groq = "^0.31.1"

0 commit comments

Comments
 (0)