Skip to content

Commit

Permalink
fix: post1 release - fix downstream conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
  • Loading branch information
dbluhm committed Sep 21, 2023
1 parent b6c8653 commit c790b7c
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 4 deletions.
36 changes: 34 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydid"
version = "0.4.0.post0"
version = "0.4.0.post1"
description = "Python library for validating, constructing, and representing DIDs and DID Documents"
authors = ["Daniel Bluhm <dbluhm@pm.me>"]
license = "Apache 2.0"
Expand All @@ -18,7 +18,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry.dependencies]
python = "^3.8.0"
pydantic = "^1.10.0"
typing-extensions = "^4.6.0"
typing-extensions = "^4.5.0"
inflection = "^0.5.1"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit c790b7c

Please sign in to comment.