You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Description
added native support for dataclasses
# TODO
1. [x] update docs on details inmanta/designs#148
2. [x] wait for annotated types #8665
3. [x] produce warning if a string is both a valid python and inmanta type and they are different -> #8750
4. [x] make annotated type with dynamic proxy the way of getting a dynamic proxy
# Self Check:
Strike through any lines that are not applicable (`~~line~~`) then check the box
- [ ] Attached issue to pull request
- [x] Changelog entry
- [x] Type annotations are present
- [x] Code is clear and sufficiently documented
- [x] No (preventable) type errors (check using make mypy or make mypy-diff)
- [x] Sufficient test cases (reproduces the bug/tests the requested feature)
- [ ] Correct, in line with design
- [x] End user documentation is included or an issue is created for end-user documentation (add ref to issue here: )
- [ ] If this PR fixes a race condition in the test suite, also push the fix to the relevant stable branche(s) (see [test-fixes](https://internal.inmanta.com/development/core/tasks/build-master.html#test-fixes) for more info)
For type annotations on plugins, produce warning if the annotation is a string that is both a valid python and inmanta type and they are different
The text was updated successfully, but these errors were encountered: