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 f2747b9 commit 593d6beCopy full SHA for 593d6be
bindings/python/CHANGELOG.md
@@ -3,7 +3,7 @@
3
4
---
5
6
-# Changes in Version 1.9.0 (2025/XX/XX)
+# Changes in Version 1.9.0 (2025/05/27)
7
8
- Providing a schema now enforces strict type adherence for data.
9
If a result contains a field whose value does not match the schema's type for that field, a TypeError will be raised.
bindings/python/pymongoarrow/version.py
@@ -12,6 +12,6 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version__ = "1.9.0.dev0"
+__version__ = "1.9.0"
16
17
_MIN_LIBBSON_VERSION = "1.23.1"
0 commit comments