Breaking
Drops support for Python 3.7
What's Changed
- Handle limit and session in .count() method by @CAPITAINMARVEL in #1040
- Add DocumentDB compatibility to fetch_links by @whitfin in #1042
- Drop support for Python 3.7 by @07pepa in #1044
- update pre-commit by @07pepa in #1046
- fix issues caused by #1044 by @07pepa in #1053
- modify tests to not raise deprecation warnings by @07pepa in #1047
- Fix kwargs/args untyped by @CAPITAINMARVEL in #1049
- Fix PydanticObjectId fields being parsed into str by @07pepa in #1060
- add python 3.13 and JIT into testing by @07pepa in #1051
- Add missing type hint to
find_many_in_all
method by @vasuman in #1068 - feat(skip_index): possibility added to skip index actions by @jorma16 in #942
New Contributors
- @whitfin made their first contribution in #1042
- @vasuman made their first contribution in #1068
- @jorma16 made their first contribution in #942
Full Changelog: 1.27.0...1.28.0