fix py client
This commit is contained in:
parent
83dab57211
commit
841fe65541
2 changed files with 5 additions and 4 deletions
1
hindsight-clients/python/README.md
Normal file
1
hindsight-clients/python/README.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
# Hindsight Python Client
|
||||
8
uv.lock
8
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" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue