We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94bafcf commit 081d897Copy full SHA for 081d897
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.65.1 (2024-11-13)
2
+
3
+### Fix
4
5
+- model generatation fixed when field name and field type hint clashes on arrays and maps (#795)
6
7
## 0.65.0 (2024-11-06)
8
9
### Feat
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dataclasses-avroschema"
-version = "0.65.0"
+version = "0.65.1"
description = "Generate Avro Schemas from Python classes. Serialize/Deserialize python instances with avro schemas"
authors = ["Marcos Schroh <schrohm@gmail.com>"]
license = "MIT"
@@ -107,7 +107,7 @@ unfixable = []
107
"tests/model_generator/test_model_generator.py" = ["E501"]
108
109
[tool.commitizen]
110
111
tag_format = "$version"
112
version_files = [
113
"pyproject.toml:version",
0 commit comments