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 86379f6 commit ec7ca6dCopy full SHA for ec7ca6d
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.65.11 (2025-06-26)
2
+
3
+### Fix
4
5
+- **ModelGenerator**: Rename fields named after Python keywords (#870)
6
7
## 0.65.10 (2025-03-10)
8
9
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dataclasses-avroschema"
-version = "0.65.10"
+version = "0.65.11"
description = "Generate Avro Schemas from Python classes. Serialize/Deserialize python instances with avro schemas"
authors = ["Marcos Schroh <[email protected]>"]
license = "MIT"
@@ -115,7 +115,7 @@ unfixable = []
115
"tests/model_generator/test_model_generator.py" = ["E501"]
116
117
[tool.commitizen]
118
119
tag_format = "$version"
120
version_files = [
121
"pyproject.toml:version",
0 commit comments