diff --git a/poetry.lock b/poetry.lock index 5174e4f4c2..b9ffcd45c7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -897,14 +897,14 @@ files = [ base58 = ">=2.1.1" [[package]] -name = "did-tdw-jamie-testing" +name = "did-tdw" version = "0.1.0" description = "This repository includes Python libraries for working with `did:tdw` (Trust DID Web) DID documents and the underlying log format." optional = false python-versions = "<4.0,>=3.10" files = [ - {file = "did_tdw_jamie_testing-0.1.0-py3-none-any.whl", hash = "sha256:4c34ff3d49e89299b91d99c6f07ef67e4ddf7bdefce207516040236c04f03224"}, - {file = "did_tdw_jamie_testing-0.1.0.tar.gz", hash = "sha256:5b2b5d38aaf6ffa612bcd1ec745c25027f99b36880ac25785758ac5a4ef8e7d0"}, + {file = "did_tdw-0.1.0-py3-none-any.whl", hash = "sha256:0be1ec735f6d0e5e5a03afad3269a1a7f5ef88480890f1aa174fddd737ade1d6"}, + {file = "did_tdw-0.1.0.tar.gz", hash = "sha256:91b0c84fd52d352caf1ef33d944c63a41910c88b46dd260483645b8d37137e58"}, ] [package.dependencies] @@ -913,7 +913,7 @@ aiohttp = ">=3.10.5,<4.0.0" aries-askar = ">=0.3.2,<0.4.0" base58 = ">=2.1.0,<2.2.0" jsoncanon = ">=0.2.3,<0.3.0" -jsonpatch = ">=1.33.0,<2.0.0" +jsonpatch = ">=1.33,<2.0" multiformats = ">=0.3.1,<0.4.0" [[package]] @@ -3049,4 +3049,4 @@ didcommv2 = ["didcomm-messaging"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "6a51e77f56793b2dd0e1cfaa6787b3f5016331d765b2df5b9203a1df799a0eec" +content-hash = "1ef28c206317f8ad6313e6a8ded96de07c2f32cbd1af93ee12191f62038cb0dd" diff --git a/pyproject.toml b/pyproject.toml index b52231dc01..c87033a2da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ did-peer-2 = "^0.1.2" did-peer-4 = "^0.1.4" uuid_utils = "^0.9.0" -did-tdw-jamie-testing = "^0.1.0" +did-tdw = "^0.1.0" # askar aries-askar= { version = "~0.3.2", optional = true }