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.
1 parent 7d7f233 commit e09473dCopy full SHA for e09473d
bindings/python/CHANGELOG.md
@@ -3,7 +3,11 @@
3
4
---
5
6
-# Changes in Version 1.7.0 (2025/02/276)
+# Changes in Version 1.7.1 (2025/03/26)
7
+
8
+- Fix projection handling when reading list-of-struct data structures.
9
10
+# Changes in Version 1.7.0 (2025/02/27)
11
12
- Add support for PyArrow 19.0.
13
- Add support for `pyarrow.decimal128` types.
bindings/python/pymongoarrow/version.py
@@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
14
15
-__version__ = "1.8.0.dev0"
+__version__ = "1.7.1"
16
17
_MIN_LIBBSON_VERSION = "1.23.1"
0 commit comments