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.
2 parents 6581556 + 24af91a commit ebb9429Copy full SHA for ebb9429
3 files changed
CHANGELOG.md
@@ -5,6 +5,7 @@
5
- Added support for Python 3.11.
6
- Updated `Manager.get()` to be more flexible with positional arguments.
7
- Added support for passing `frozen=True` to the underlying `dataclass`.
8
+- Added `py.typed` to tell type checkers that `datafiles` has types.
9
10
## 2.0 (2022-08-20)
11
datafiles/py.typed
pyproject.toml
@@ -1,7 +1,7 @@
1
[tool.poetry]
2
3
name = "datafiles"
4
-version = "2.1b4"
+version = "2.1b5"
description = "File-based ORM for dataclasses."
license = "MIT"
0 commit comments