2.3.1 - 2026-08-05#
Summary#
This release fixes the link to Pyexasol’s changelog in pypi and fixes vulnerabilities by updating dependencies.
Security Issues#
This release fixes vulnerabilities by updating dependencies:
Dependency |
Vulnerability |
Affected |
Fixed in |
|---|---|---|---|
cryptography |
PYSEC-2026-3552 |
49.0.0 |
50.0.0 |
gitpython |
GHSA-3rp5-jjmw-4wv2 |
3.1.52 |
3.1.53 |
gitpython |
GHSA-fjr4-x663-mwxc |
3.1.52 |
3.1.54 |
gitpython |
GHSA-6p8h-3wgx-97gf |
3.1.52 |
3.1.54 |
gitpython |
GHSA-r9mr-m37c-5fr3 |
3.1.52 |
3.1.54 |
gitpython |
GHSA-94p4-4cq8-9g67 |
3.1.52 |
3.1.55 |
gitpython |
GHSA-3f7w-8rr8-f37f |
3.1.52 |
3.1.57 |
gitpython |
GHSA-p538-c434-8v24 |
3.1.52 |
3.1.56 |
Documentation#
#363: Fixed link to changelog in pypi
Refactoring#
#354: Updated to
exasol-toolbox10.4.0#723: Added integration-test coverage for Exasol 2025.1.11 and 2026.1.0
#238: Updated tests to run with Python 3.14 as exasol-integration-test-docker-environment supports it
#357: Enacted mypy checks for examples and tests
Dependency Updates#
main#
Updated dependency
cryptography:49.0.0to50.0.0Updated dependency
packaging:26.2to26.3Updated dependency
polars:1.42.1to1.43.2
dev#
Updated dependency
exasol-integration-test-docker-environment:6.4.1to6.5.1Updated dependency
exasol-toolbox:10.3.0to10.4.0