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 d3745ed commit 5bf9b32Copy full SHA for 5bf9b32
bindings/python/CHANGELOG.md
@@ -3,11 +3,12 @@
3
4
---
5
6
-# Changes in Version 1.11.0 (2025/XX/YY)
+# Changes in Version 1.11.0 (2025/12/10)
7
8
- Add support for PyArrow 22.0.
9
- Add support for Python 3.14 and 3.14 free-threaded on Linux and MacOS.
10
- Drop support for Python 3.9 and Python 3.13 free-threaded.
11
+- Extend rather than replace TypeRegistry in write function.
12
13
# Changes in Version 1.10.0 (2025/08/05)
14
bindings/python/pymongoarrow/version.py
@@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
15
-__version__ = "1.11.0.dev0"
+__version__ = "1.11.0"
16
17
_MIN_LIBBSON_VERSION = "1.23.1"
0 commit comments