Martin Domke
Martin Domke
I released `4.2.0.post1` instead 😉
I know, it's super annoying but the [Type Hinting for Generics in Standard Collections](https://peps.python.org/pep-0585/) has only been introduced in Python 3.9 and since we have to support Python 3.8 for...
@mbyrne00 Python 3.8 has transitioned into EOL-state at the end of October 2024 and I removed support for it recently in #908. I somehow didn't see that @minemidnight adapted the...
Please execute the tests with `hatch test` so that you have a shorter turnaround time
This is a rather minimalistic implementation of the `$dateTrunc` operator 😅 Can you merge the develop branch into your topic branch? This should remove all the unrelated test failures that...
I'm sorry for the delay, but I selected some new maintainers now, with the hope that they find more time to take care of all the change requests that have...
@rob-potter Can you include the changes from the `develop`-branch, so that the test-pipeline gets executed?
@JPDevelop @rob-potter there was an issue with the GridFS implementation starting from pymongo 4.9 that made the tests fail on the develop branch (see #903). This was fixed by #905....