---
title: "MariaDB Python Connector 1.1.3 now available"
publish_date: 2022-07-11
updated_date: 2023-07-13
author: "Daniel Bartholomew"
tags:
  - name: "MariaDB Connector/Python"
    url: "/resources/blog/tag/mariadb-connector-python.md"
  - name: "MariaDB Releases"
    url: "/resources/blog/tag/mariadb-releases.md"
---

# MariaDB Python Connector 1.1.3 now available

MariaDB is pleased to announce the immediate availability of the MariaDB Connector/Python 1.1.3 release.

**[Download Now](https://staging-mdb.com/downloads/connectors/connectors-data-access/python-connector/)**

## Release Notes

### MariaDB Connector/Python 1.1.3

- [Release Notes for MariaDB Connector/Python 1.1.3](https://staging-mdb.com/docs/release-notes/mariadb-connector-python-1-1/1-1-3/)

MariaDB Connector/Python 1.1.3 is a stable (GA) release.

Notable changes in this release include:

- When Cursor.execute() is called and one or more of the parameter values contain multi-byte characters, Connector/Python incorrectly substitutes the parameter values in the query string, which causes the query to fail.
- MariaDB Connector/Python 1.1.2, as the first stable Connector/Python 1.1 release, was released on the 27th of June 2022. The [1.1.2 Release notes](https://staging-mdb.com/docs/release-notes/mariadb-connector-python-1-1/1-1-2/) include a full list of the changes of MariaDB Connector/Python 1.1.

See the [release notes page](https://staging-mdb.com/docs/release-notes/mariadb-connector-python-1-1/1-1-3/) for full details and visit [mariadb.com/downloads/connectors/connectors-data-access/python-connector/](https://staging-mdb.com/downloads/connectors/connectors-data-access/python-connector/) to download.