From 589906f844815a133c6be166233bc6fc8783d1fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Sirieix?= Date: Fri, 17 Jan 2025 09:16:47 +0100 Subject: [PATCH] chore: add require dependency --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 3b32860..598afec 100644 --- a/setup.py +++ b/setup.py @@ -16,5 +16,6 @@ "httpx>=0.23.0", "pydantic>=1,<3", "chevron>=0.14.0", + "traceloop-sdk>=0.33.12", ], )