Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion bindings/python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@

---

# Changes in Version 1.7.0 (2025/02/276)
# Changes in Version 1.7.1 (2025/03/26)

- Fix projection handling when reading list-of-struct data structures.

# Changes in Version 1.7.0 (2025/02/27)

- Add support for PyArrow 19.0.
- Add support for `pyarrow.decimal128` types.
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/pymongoarrow/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.8.0.dev0"
__version__ = "1.7.1"

_MIN_LIBBSON_VERSION = "1.23.1"
Loading