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 6c2a502 commit 1a14ee1Copy full SHA for 1a14ee1
bindings/python/CHANGELOG.md
@@ -3,6 +3,10 @@
3
4
---
5
6
+# Changes in Version 1.7.2 (2025/04/23)
7
+
8
+- Fix handling of empty embedded arrays.
9
10
# Changes in Version 1.7.1 (2025/03/26)
11
12
- Fix projection handling when reading list-of-struct data structures.
bindings/python/pymongoarrow/version.py
@@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version__ = "1.8.0.dev0"
+__version__ = "1.7.2"
16
17
_MIN_LIBBSON_VERSION = "1.23.1"
0 commit comments