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 70194a5 commit 52fa371Copy full SHA for 52fa371
2 files changed
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## 0.68.0 (2026-05-01)
2
+
3
+### BREAKING CHANGE
4
5
+- Pydantic v1 drooped
6
7
+### Feat
8
9
+- **pydantic**: Pydantic v1 support dropped (#942)
10
11
## 0.67.0 (2026-04-30)
12
13
### Feat
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dataclasses-avroschema"
-version = "0.67.0"
+version = "0.68.0"
description = "Generate Avro Schemas from Python classes. Serialize/Deserialize python instances with avro schemas"
authors = ["Marcos Schroh <schrohm@gmail.com>"]
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