polyfactory
polyfactory copied to clipboard
Polyfactory v3 roadmap
Summary
Polyfactory v3 is coming 🚀
Any help, PRs on these appreciated and welcome
Things to do before v3
- [x] Deprecate use of random in
FieldMeta - [x] Mark additional unused typing utils as deprecated
- [x] State warning for change in
SQLAlchemyFactorysettings
Things to do for v3
- [ ] Remove deprecated functionality
- [ ] Drop Python 3.8 support and remove 3.8 specific code
- [ ] Change settings for
SQLAFactoryto enable relationships by default - [ ] Add migration guide
#568 ?
#568 ?
Hi @Goldziher, PRs welcome for this but unlikely to make one myself for this. Using v3 to remove deprecated functionality and change some defaults. If adding new features, then can be added before or after v3
Picking up work on this again now I have more free time.
Remaining steps,
- Merge docs PR https://github.com/litestar-org/polyfactory/pull/704
- Revert changes for
SQLAlchemyFactory.__set_association_proxy__. This has had some strange behaviour when I've tested it - Do final v2 release
- v3 release 🚀