Skip to content

Commit

Permalink
Modify, build, version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
so1n committed Aug 20, 2022
1 parent a00040d commit b1b74c6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,5 @@ venv.bak/
.idea/
.vscode/
poetry.lock
p2p_validate.proto
validate.proto
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
## 0.0.2[Now]
## 0.1[now]
- Feature, add get desc from p2p
- Feature, add DescTemplate class
- Refactor, change pydantic validate param type (datetime -> float)

## 0.0.3
- Feature, add simple get desc from pgv
- Feature, support gpv other validation by pydantic validator
- Feature, Any, Duration, Enum, Timestamp, Repeated, Map and one of support

## 0.0.2
- Fix, fix parse_method_by_protobuf not support TAIL comment
- Feature, support customer field.type and field.default_factory
- Feature, support module path
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[tool.poetry]
name = "protobuf_to_pydantic"
version = "0.0.2"
version = "0.1.1"
description = "Convert Protobuf-generated Python objects to Pydantic.BaseModel objects with parameter checksum"
authors = ["So1n <[email protected]>"]
license = "Apache Software License"
readme = "./README.md"
repository = "https://github.com/so1n/protobuf_to_pydantic"
homepage = "https://github.com/so1n/protobuf_to_pydantic"


[tool.poetry.dependencies]
python = "^3.7"
grpcio-tools = "^1.47.0"
Expand Down

0 comments on commit b1b74c6

Please sign in to comment.