-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: post1 release - fix downstream conflicts
Signed-off-by: Daniel Bluhm <[email protected]>
- Loading branch information
Showing
2 changed files
with
36 additions
and
4 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]>"] | ||
license = "Apache 2.0" | ||
|
@@ -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] | ||
|