From 841fe655418accc097be9bef0a604dfb99d4d71a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Boschi?= Date: Fri, 5 Dec 2025 01:03:07 +0100 Subject: [PATCH] fix py client --- hindsight-clients/python/README.md | 1 + uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 hindsight-clients/python/README.md diff --git a/hindsight-clients/python/README.md b/hindsight-clients/python/README.md new file mode 100644 index 00000000..3a152c4b --- /dev/null +++ b/hindsight-clients/python/README.md @@ -0,0 +1 @@ +# Hindsight Python Client \ No newline at end of file diff --git a/uv.lock b/uv.lock index f5a5160b..408cebe0 100644 --- a/uv.lock +++ b/uv.lock @@ -1155,7 +1155,7 @@ wheels = [ [[package]] name = "hindsight-all" -version = "0.0.17" +version = "0.0.19" source = { editable = "hindsight" } dependencies = [ { name = "hindsight-api" }, @@ -1179,7 +1179,7 @@ provides-extras = ["test"] [[package]] name = "hindsight-api" -version = "0.0.17" +version = "0.0.19" source = { editable = "hindsight-api" } dependencies = [ { name = "alembic" }, @@ -1283,7 +1283,7 @@ dev = [ [[package]] name = "hindsight-client" -version = "0.0.17" +version = "0.0.19" source = { editable = "hindsight-clients/python" } dependencies = [ { name = "aiohttp" }, @@ -1315,7 +1315,7 @@ provides-extras = ["test"] [[package]] name = "hindsight-dev" -version = "0.0.17" +version = "0.0.19" source = { editable = "hindsight-dev" } dependencies = [ { name = "hindsight-api" },