Skip to content

Commit b7afa14

Browse files
chore(main): release testcontainers 4.16.0
1 parent 1a2804e commit b7afa14

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.15.0"
2+
".": "4.16.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [4.16.0](https://github.com/testcontainers/testcontainers-python/compare/testcontainers-v4.15.0...testcontainers-v4.16.0) (2026-08-26)
4+
5+
6+
### Features
7+
8+
* **mssql:** Add new SQL Server version to test parameters ([#1079](https://github.com/testcontainers/testcontainers-python/issues/1079)) ([1a2804e](https://github.com/testcontainers/testcontainers-python/commit/1a2804e04fceab3b1734357fd98a4d5ad3603464))
9+
10+
11+
### Bug Fixes
12+
13+
* **build:** pin hatchling <1.32 to fix twine check CI failure ([#1095](https://github.com/testcontainers/testcontainers-python/issues/1095)) ([c530436](https://github.com/testcontainers/testcontainers-python/commit/c5304363a41991ae3018ce95cd52346b07216b03))
14+
* **build:** upgrade twine to >=7.0.0 to support Metadata-Version 2.5 ([#1100](https://github.com/testcontainers/testcontainers-python/issues/1100)) ([c958e40](https://github.com/testcontainers/testcontainers-python/commit/c958e40ca25b77c75d9fabbd8eb05736dded5790))
15+
* **toxiproxy:** add Toxiproxy container module ([#1105](https://github.com/testcontainers/testcontainers-python/issues/1105)) ([16ba92e](https://github.com/testcontainers/testcontainers-python/commit/16ba92e5c90f5a9d4e56ac6e65921593a6eccfe7))
16+
317
## [4.15.0](https://github.com/testcontainers/testcontainers-python/compare/testcontainers-v4.15.0-rc4...testcontainers-v4.15.0) (2026-07-24)
418

519

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "testcontainers"
3-
version = "4.15.0" # auto-incremented by release-please
3+
version = "4.16.0" # auto-incremented by release-please
44
description = "Python library for throwaway instances of anything that can run in a Docker container"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)