Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Update README, change "minuted" to "minutes"#899

Merged
lvca merged 1 commit into
ArcadeData:mainfrom
SamMakesThings:patch-1
Feb 27, 2023
Merged

Update README, change "minuted" to "minutes"#899
lvca merged 1 commit into
ArcadeData:mainfrom
SamMakesThings:patch-1

Conversation

@SamMakesThings

Copy link
Copy Markdown
Contributor

Just fixing a typo lol

What does this PR do?

Changes one letter in readme to fix a typo

Motivation

Mild annoyance

@lvca lvca merged commit d8a2c62 into ArcadeData:main Feb 27, 2023
@lvca

lvca commented Feb 27, 2023

Copy link
Copy Markdown
Member

Thanks @SamMakesThings

@lvca lvca self-assigned this Feb 27, 2023
@lvca lvca added the documentation Improvements or additions to documentation label Feb 27, 2023
@lvca lvca added this to the 23.2.1 milestone Feb 27, 2023
mergify Bot added a commit that referenced this pull request Feb 8, 2026
Bumps the github-actions group with 2 updates: [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) and [github/codeql-action](https://github.com/github/codeql-action).
Updates `anthropics/claude-code-action` from 1.0.43 to 1.0.46
Release notes

*Sourced from [anthropics/claude-code-action's releases](https://github.com/anthropics/claude-code-action/releases).*

> v1.0.46
> -------
>
> **Full Changelog**: <anthropics/claude-code-action@v1...v1.0.46>
>
> v1.0.45
> -------
>
> What's Changed
> --------------
>
> * fix: use original body from webhook payload for TOCTOU hardening by [`@​ddworken`](https://github.com/ddworken) in [anthropics/claude-code-action#904](https://redirect.github.com/anthropics/claude-code-action/pull/904)
> * refactor: simplify mode system by removing Mode interface and registry by [`@​ashwin-ant`](https://github.com/ashwin-ant) in [anthropics/claude-code-action#899](https://redirect.github.com/anthropics/claude-code-action/pull/899)
>
> **Full Changelog**: <anthropics/claude-code-action@v1...v1.0.45>
>
> v1.0.44
> -------
>
> What's Changed
> --------------
>
> * refactor: unify action into single composite step with run.ts entrypoint by [`@​ashwin-ant`](https://github.com/ashwin-ant) in [anthropics/claude-code-action#898](https://redirect.github.com/anthropics/claude-code-action/pull/898)
>
> **Full Changelog**: <anthropics/claude-code-action@v1...v1.0.44>


Commits

* [`6c61301`](anthropics/claude-code-action@6c61301) chore: bump Claude Code to 2.1.37 and Agent SDK to 0.2.37
* [`db38843`](anthropics/claude-code-action@db38843) chore: bump Claude Code to 2.1.36 and Agent SDK to 0.2.36
* [`b113f49`](anthropics/claude-code-action@b113f49) chore: bump Claude Code to 2.1.33 and Agent SDK to 0.2.33
* [`7057f33`](anthropics/claude-code-action@7057f33) refactor: simplify mode system by removing Mode interface and registry ([#899](https://redirect.github.com/anthropics/claude-code-action/issues/899))
* [`f09dc9a`](anthropics/claude-code-action@f09dc9a) fix: use original body from webhook payload for TOCTOU hardening ([#904](https://redirect.github.com/anthropics/claude-code-action/issues/904))
* [`006aaf2`](anthropics/claude-code-action@006aaf2) chore: bump Claude Code to 2.1.32 and Agent SDK to 0.2.32
* [`9a3c761`](anthropics/claude-code-action@9a3c761) refactor: unify action into single composite step with run.ts entrypoint ([#898](https://redirect.github.com/anthropics/claude-code-action/issues/898))
* See full diff in [compare view](anthropics/claude-code-action@6867bb3...6c61301)
  
Updates `github/codeql-action` from 4.32.1 to 4.32.2
Release notes

*Sourced from [github/codeql-action's releases](https://github.com/github/codeql-action/releases).*

> v4.32.2
> -------
>
> * Update default CodeQL bundle version to [2.24.1](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.24.1). [#3460](https://redirect.github.com/github/codeql-action/pull/3460)


Changelog

*Sourced from [github/codeql-action's changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md).*

> CodeQL Action Changelog
> =======================
>
> See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs.
>
> [UNRELEASED]
> ------------
>
> No user facing changes.
>
> 4.32.2 - 05 Feb 2026
> --------------------
>
> * Update default CodeQL bundle version to [2.24.1](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.24.1). [#3460](https://redirect.github.com/github/codeql-action/pull/3460)
>
> 4.32.1 - 02 Feb 2026
> --------------------
>
> * A warning is now shown in Default Setup workflow logs if a [private package registry is configured](https://docs.github.com/en/code-security/how-tos/secure-at-scale/configure-organization-security/manage-usage-and-access/giving-org-access-private-registries) using a GitHub Personal Access Token (PAT), but no username is configured. [#3422](https://redirect.github.com/github/codeql-action/pull/3422)
> * Fixed a bug which caused the CodeQL Action to fail when repository properties cannot successfully be retrieved. [#3421](https://redirect.github.com/github/codeql-action/pull/3421)
>
> 4.32.0 - 26 Jan 2026
> --------------------
>
> * Update default CodeQL bundle version to [2.24.0](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.24.0). [#3425](https://redirect.github.com/github/codeql-action/pull/3425)
>
> 4.31.11 - 23 Jan 2026
> ---------------------
>
> * When running a Default Setup workflow with [Actions debugging enabled](https://docs.github.com/en/actions/how-tos/monitor-workflows/enable-debug-logging), the CodeQL Action will now use more unique names when uploading logs from the Dependabot authentication proxy as workflow artifacts. This ensures that the artifact names do not clash between multiple jobs in a build matrix. [#3409](https://redirect.github.com/github/codeql-action/pull/3409)
> * Improved error handling throughout the CodeQL Action. [#3415](https://redirect.github.com/github/codeql-action/pull/3415)
> * Added experimental support for automatically excluding [generated files](https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github) from the analysis. This feature is not currently enabled for any analysis. In the future, it may be enabled by default for some GitHub-managed analyses. [#3318](https://redirect.github.com/github/codeql-action/pull/3318)
> * The changelog extracts that are included with releases of the CodeQL Action are now shorter to avoid duplicated information from appearing in Dependabot PRs. [#3403](https://redirect.github.com/github/codeql-action/pull/3403)
>
> 4.31.10 - 12 Jan 2026
> ---------------------
>
> * Update default CodeQL bundle version to 2.23.9. [#3393](https://redirect.github.com/github/codeql-action/pull/3393)
>
> 4.31.9 - 16 Dec 2025
> --------------------
>
> No user facing changes.
>
> 4.31.8 - 11 Dec 2025
> --------------------
>
> * Update default CodeQL bundle version to 2.23.8. [#3354](https://redirect.github.com/github/codeql-action/pull/3354)
>
> 4.31.7 - 05 Dec 2025
> --------------------
>
> * Update default CodeQL bundle version to 2.23.7. [#3343](https://redirect.github.com/github/codeql-action/pull/3343)
>
> 4.31.6 - 01 Dec 2025
> --------------------
>
> No user facing changes.
>
> 4.31.5 - 24 Nov 2025
> --------------------

... (truncated)


Commits

* [`45cbd0c`](github/codeql-action@45cbd0c) Merge pull request [#3461](https://redirect.github.com/github/codeql-action/issues/3461) from github/update-v4.32.2-7aee93297
* [`cb528be`](github/codeql-action@cb528be) Update changelog for v4.32.2
* [`7aee932`](github/codeql-action@7aee932) Merge pull request [#3460](https://redirect.github.com/github/codeql-action/issues/3460) from github/update-bundle/codeql-bundle-v2.24.1
* [`b5f028a`](github/codeql-action@b5f028a) Merge pull request [#3457](https://redirect.github.com/github/codeql-action/issues/3457) from github/dependabot/npm\_and\_yarn/npm-minor-4c1fc3...
* [`9702c27`](github/codeql-action@9702c27) Merge branch 'main' into dependabot/npm\_and\_yarn/npm-minor-4c1fc3d0aa
* [`c36c948`](github/codeql-action@c36c948) Add changelog note
* [`3d03318`](github/codeql-action@3d03318) Update default bundle to codeql-bundle-v2.24.1
* [`77591e2`](github/codeql-action@77591e2) Merge pull request [#3459](https://redirect.github.com/github/codeql-action/issues/3459) from github/copilot/fix-github-actions-workflow-again
* [`7a44a9d`](github/codeql-action@7a44a9d) Fix Rebuild Action workflow by adding --no-edit flag to git merge --continue
* [`e2ac371`](github/codeql-action@e2ac371) Initial plan
* Additional commits viewable in [compare view](github/codeql-action@6bc82e0...45cbd0c)
  
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
  
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore  major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore  minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore  ` will remove the ignore condition of the specified dependency and ignore conditions
tae898 pushed a commit to humemai/arcadedb-embedded-python that referenced this pull request Jun 28, 2026
tae898 pushed a commit to humemai/arcadedb-embedded-python that referenced this pull request Jun 28, 2026
Bumps the github-actions group with 2 updates: [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) and [github/codeql-action](https://github.com/github/codeql-action).
Updates `anthropics/claude-code-action` from 1.0.43 to 1.0.46
Release notes

*Sourced from [anthropics/claude-code-action's releases](https://github.com/anthropics/claude-code-action/releases).*

> v1.0.46
> -------
>
> **Full Changelog**: <anthropics/claude-code-action@v1...v1.0.46>
>
> v1.0.45
> -------
>
> What's Changed
> --------------
>
> * fix: use original body from webhook payload for TOCTOU hardening by [`@​ddworken`](https://github.com/ddworken) in [anthropics/claude-code-action#904](https://redirect.github.com/anthropics/claude-code-action/pull/904)
> * refactor: simplify mode system by removing Mode interface and registry by [`@​ashwin-ant`](https://github.com/ashwin-ant) in [anthropics/claude-code-action#899](https://redirect.github.com/anthropics/claude-code-action/pull/899)
>
> **Full Changelog**: <anthropics/claude-code-action@v1...v1.0.45>
>
> v1.0.44
> -------
>
> What's Changed
> --------------
>
> * refactor: unify action into single composite step with run.ts entrypoint by [`@​ashwin-ant`](https://github.com/ashwin-ant) in [anthropics/claude-code-action#898](https://redirect.github.com/anthropics/claude-code-action/pull/898)
>
> **Full Changelog**: <anthropics/claude-code-action@v1...v1.0.44>


Commits

* [`6c61301`](anthropics/claude-code-action@6c61301) chore: bump Claude Code to 2.1.37 and Agent SDK to 0.2.37
* [`db38843`](anthropics/claude-code-action@db38843) chore: bump Claude Code to 2.1.36 and Agent SDK to 0.2.36
* [`b113f49`](anthropics/claude-code-action@b113f49) chore: bump Claude Code to 2.1.33 and Agent SDK to 0.2.33
* [`7057f33`](anthropics/claude-code-action@7057f33) refactor: simplify mode system by removing Mode interface and registry ([ArcadeData#899](https://redirect.github.com/anthropics/claude-code-action/issues/899))
* [`f09dc9a`](anthropics/claude-code-action@f09dc9a) fix: use original body from webhook payload for TOCTOU hardening ([ArcadeData#904](https://redirect.github.com/anthropics/claude-code-action/issues/904))
* [`006aaf2`](anthropics/claude-code-action@006aaf2) chore: bump Claude Code to 2.1.32 and Agent SDK to 0.2.32
* [`9a3c761`](anthropics/claude-code-action@9a3c761) refactor: unify action into single composite step with run.ts entrypoint ([ArcadeData#898](https://redirect.github.com/anthropics/claude-code-action/issues/898))
* See full diff in [compare view](anthropics/claude-code-action@6867bb3...6c61301)
  
Updates `github/codeql-action` from 4.32.1 to 4.32.2
Release notes

*Sourced from [github/codeql-action's releases](https://github.com/github/codeql-action/releases).*

> v4.32.2
> -------
>
> * Update default CodeQL bundle version to [2.24.1](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.24.1). [ArcadeData#3460](https://redirect.github.com/github/codeql-action/pull/3460)


Changelog

*Sourced from [github/codeql-action's changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md).*

> CodeQL Action Changelog
> =======================
>
> See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs.
>
> [UNRELEASED]
> ------------
>
> No user facing changes.
>
> 4.32.2 - 05 Feb 2026
> --------------------
>
> * Update default CodeQL bundle version to [2.24.1](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.24.1). [ArcadeData#3460](https://redirect.github.com/github/codeql-action/pull/3460)
>
> 4.32.1 - 02 Feb 2026
> --------------------
>
> * A warning is now shown in Default Setup workflow logs if a [private package registry is configured](https://docs.github.com/en/code-security/how-tos/secure-at-scale/configure-organization-security/manage-usage-and-access/giving-org-access-private-registries) using a GitHub Personal Access Token (PAT), but no username is configured. [ArcadeData#3422](https://redirect.github.com/github/codeql-action/pull/3422)
> * Fixed a bug which caused the CodeQL Action to fail when repository properties cannot successfully be retrieved. [ArcadeData#3421](https://redirect.github.com/github/codeql-action/pull/3421)
>
> 4.32.0 - 26 Jan 2026
> --------------------
>
> * Update default CodeQL bundle version to [2.24.0](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.24.0). [ArcadeData#3425](https://redirect.github.com/github/codeql-action/pull/3425)
>
> 4.31.11 - 23 Jan 2026
> ---------------------
>
> * When running a Default Setup workflow with [Actions debugging enabled](https://docs.github.com/en/actions/how-tos/monitor-workflows/enable-debug-logging), the CodeQL Action will now use more unique names when uploading logs from the Dependabot authentication proxy as workflow artifacts. This ensures that the artifact names do not clash between multiple jobs in a build matrix. [ArcadeData#3409](https://redirect.github.com/github/codeql-action/pull/3409)
> * Improved error handling throughout the CodeQL Action. [ArcadeData#3415](https://redirect.github.com/github/codeql-action/pull/3415)
> * Added experimental support for automatically excluding [generated files](https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github) from the analysis. This feature is not currently enabled for any analysis. In the future, it may be enabled by default for some GitHub-managed analyses. [ArcadeData#3318](https://redirect.github.com/github/codeql-action/pull/3318)
> * The changelog extracts that are included with releases of the CodeQL Action are now shorter to avoid duplicated information from appearing in Dependabot PRs. [ArcadeData#3403](https://redirect.github.com/github/codeql-action/pull/3403)
>
> 4.31.10 - 12 Jan 2026
> ---------------------
>
> * Update default CodeQL bundle version to 2.23.9. [ArcadeData#3393](https://redirect.github.com/github/codeql-action/pull/3393)
>
> 4.31.9 - 16 Dec 2025
> --------------------
>
> No user facing changes.
>
> 4.31.8 - 11 Dec 2025
> --------------------
>
> * Update default CodeQL bundle version to 2.23.8. [ArcadeData#3354](https://redirect.github.com/github/codeql-action/pull/3354)
>
> 4.31.7 - 05 Dec 2025
> --------------------
>
> * Update default CodeQL bundle version to 2.23.7. [ArcadeData#3343](https://redirect.github.com/github/codeql-action/pull/3343)
>
> 4.31.6 - 01 Dec 2025
> --------------------
>
> No user facing changes.
>
> 4.31.5 - 24 Nov 2025
> --------------------

... (truncated)


Commits

* [`45cbd0c`](github/codeql-action@45cbd0c) Merge pull request [ArcadeData#3461](https://redirect.github.com/github/codeql-action/issues/3461) from github/update-v4.32.2-7aee93297
* [`cb528be`](github/codeql-action@cb528be) Update changelog for v4.32.2
* [`7aee932`](github/codeql-action@7aee932) Merge pull request [ArcadeData#3460](https://redirect.github.com/github/codeql-action/issues/3460) from github/update-bundle/codeql-bundle-v2.24.1
* [`b5f028a`](github/codeql-action@b5f028a) Merge pull request [ArcadeData#3457](https://redirect.github.com/github/codeql-action/issues/3457) from github/dependabot/npm\_and\_yarn/npm-minor-4c1fc3...
* [`9702c27`](github/codeql-action@9702c27) Merge branch 'main' into dependabot/npm\_and\_yarn/npm-minor-4c1fc3d0aa
* [`c36c948`](github/codeql-action@c36c948) Add changelog note
* [`3d03318`](github/codeql-action@3d03318) Update default bundle to codeql-bundle-v2.24.1
* [`77591e2`](github/codeql-action@77591e2) Merge pull request [ArcadeData#3459](https://redirect.github.com/github/codeql-action/issues/3459) from github/copilot/fix-github-actions-workflow-again
* [`7a44a9d`](github/codeql-action@7a44a9d) Fix Rebuild Action workflow by adding --no-edit flag to git merge --continue
* [`e2ac371`](github/codeql-action@e2ac371) Initial plan
* Additional commits viewable in [compare view](github/codeql-action@6bc82e0...45cbd0c)
  
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
  
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore  major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore  minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore  ` will remove the ignore condition of the specified dependency and ignore conditions
mergify Bot added a commit that referenced this pull request Jun 29, 2026
…4.2 in /e2e-python [skip ci]

Updates the requirements on [testcontainers](https://github.com/testcontainers/testcontainers-python) to permit the latest version.
Release notes

*Sourced from [testcontainers's releases](https://github.com/testcontainers/testcontainers-python/releases).*

> testcontainers: v4.14.2
> -----------------------
>
> [4.14.2](testcontainers/testcontainers-python@testcontainers-v4.14.1...testcontainers-v4.14.2) (2026-03-18)
> --------------------------------------------------------------------------------------------------------------------------------------
>
> ### Features
>
> * **kafka:** allow configurable listener name and security protocol ([#966](https://redirect.github.com/testcontainers/testcontainers-python/issues/966)) ([44dd40b](testcontainers/testcontainers-python@44dd40b))


Changelog

*Sourced from [testcontainers's changelog](https://github.com/testcontainers/testcontainers-python/blob/main/CHANGELOG.md).*

> [4.14.2](testcontainers/testcontainers-python@testcontainers-v4.14.1...testcontainers-v4.14.2) (2026-03-18)
> --------------------------------------------------------------------------------------------------------------------------------------
>
> ### Features
>
> * **kafka:** allow configurable listener name and security protocol ([#966](https://redirect.github.com/testcontainers/testcontainers-python/issues/966)) ([44dd40b](testcontainers/testcontainers-python@44dd40b))
>
> [4.14.1](testcontainers/testcontainers-python@testcontainers-v4.14.0...testcontainers-v4.14.1) (2026-01-31)
> --------------------------------------------------------------------------------------------------------------------------------------
>
> ### Bug Fixes
>
> * Allow passing in a custom wait strategy string in MySQL, Cassandra, Kafka and Trino ([#953](https://redirect.github.com/testcontainers/testcontainers-python/issues/953)) ([be4d09e](testcontainers/testcontainers-python@be4d09e))
> * **compose:** expose useful compose options ([#951](https://redirect.github.com/testcontainers/testcontainers-python/issues/951)) ([183e1aa](testcontainers/testcontainers-python@183e1aa))
> * **core:** bring back dind tests ([7337266](testcontainers/testcontainers-python@7337266))
> * **core:** Use WaitStrategy internally for wait\_for function ([#942](https://redirect.github.com/testcontainers/testcontainers-python/issues/942)) ([e323317](testcontainers/testcontainers-python@e323317))
> * **nats:** add support for jetstream ([#938](https://redirect.github.com/testcontainers/testcontainers-python/issues/938)) ([49c9af8](testcontainers/testcontainers-python@49c9af8))
> * Support Elasticsearch 9.x ([#881](https://redirect.github.com/testcontainers/testcontainers-python/issues/881)) ([f690e88](testcontainers/testcontainers-python@f690e88)), closes [#860](https://redirect.github.com/testcontainers/testcontainers-python/issues/860)
>
> [4.14.0](testcontainers/testcontainers-python@testcontainers-v4.13.3...testcontainers-v4.14.0) (2026-01-07)
> --------------------------------------------------------------------------------------------------------------------------------------
>
> ### Features
>
> * Add ExecWaitStrategy and migrate Postgres from deprecated decorator ([#935](https://redirect.github.com/testcontainers/testcontainers-python/issues/935)) ([2d9eee3](testcontainers/testcontainers-python@2d9eee3))
>
> ### Bug Fixes
>
> * add ruff to deps ([#919](https://redirect.github.com/testcontainers/testcontainers-python/issues/919)) ([5853d32](testcontainers/testcontainers-python@5853d32))
> * **cassandra,mysqk,kafka:** Use wait strategy instead of deprecated wait\_for\_logs ([#945](https://redirect.github.com/testcontainers/testcontainers-python/issues/945)) ([b7791b9](testcontainers/testcontainers-python@b7791b9))
> * **core:** recreate poetry lockfile with latest versions of libraries ([#946](https://redirect.github.com/testcontainers/testcontainers-python/issues/946)) ([9a97385](testcontainers/testcontainers-python@9a97385))
> * **elasticsearch:** Use wait strategy instead of deprecated decorator ([#915](https://redirect.github.com/testcontainers/testcontainers-python/issues/915)) ([c785ecd](testcontainers/testcontainers-python@c785ecd))
> * **minio:** minio client requires kwargs now ([#933](https://redirect.github.com/testcontainers/testcontainers-python/issues/933)) ([37f5902](testcontainers/testcontainers-python@37f5902))
> * **minio:** Use wait strategy instead of deprecated decorator ([#899](https://redirect.github.com/testcontainers/testcontainers-python/issues/899)) ([febccb7](testcontainers/testcontainers-python@febccb7))
>
> [4.13.3](testcontainers/testcontainers-python@testcontainers-v4.13.2...testcontainers-v4.13.3) (2025-11-14)
> --------------------------------------------------------------------------------------------------------------------------------------
>
> ### Bug Fixes
>
> * do not require consumer of library to state nonsupport for py4 ([#912](https://redirect.github.com/testcontainers/testcontainers-python/issues/912)) ([f608df9](testcontainers/testcontainers-python@f608df9))
> * **docs:** Update dependencies for docs ([#900](https://redirect.github.com/testcontainers/testcontainers-python/issues/900)) ([3f66784](testcontainers/testcontainers-python@3f66784))
> * support python 3.14!!! - ([#917](https://redirect.github.com/testcontainers/testcontainers-python/issues/917)) ([f76e982](testcontainers/testcontainers-python@f76e982))
>
> [4.13.2](testcontainers/testcontainers-python@testcontainers-v4.13.1...testcontainers-v4.13.2) (2025-10-07)
> --------------------------------------------------------------------------------------------------------------------------------------
>
> ### Bug Fixes

... (truncated)


Commits

* [`5c67efb`](testcontainers/testcontainers-python@5c67efb) chore(main): release testcontainers 4.14.2 ([#969](https://redirect.github.com/testcontainers/testcontainers-python/issues/969))
* [`44dd40b`](testcontainers/testcontainers-python@44dd40b) feat(kafka): allow configurable listener name and security protocol ([#966](https://redirect.github.com/testcontainers/testcontainers-python/issues/966))
* [`a78475a`](testcontainers/testcontainers-python@a78475a) chore(main): Migrate to uv ([#960](https://redirect.github.com/testcontainers/testcontainers-python/issues/960))
* [`17eb0b0`](testcontainers/testcontainers-python@17eb0b0) chore(main): release testcontainers 4.14.1 ([#954](https://redirect.github.com/testcontainers/testcontainers-python/issues/954))
* [`f690e88`](testcontainers/testcontainers-python@f690e88) fix: Support Elasticsearch 9.x ([#881](https://redirect.github.com/testcontainers/testcontainers-python/issues/881))
* [`15e99ee`](testcontainers/testcontainers-python@15e99ee) add modifications
* [`7337266`](testcontainers/testcontainers-python@7337266) fix(core): bring back dind tests
* [`49c9af8`](testcontainers/testcontainers-python@49c9af8) fix(nats): add support for jetstream ([#938](https://redirect.github.com/testcontainers/testcontainers-python/issues/938))
* [`e323317`](testcontainers/testcontainers-python@e323317) fix(core): Use WaitStrategy internally for wait\_for function ([#942](https://redirect.github.com/testcontainers/testcontainers-python/issues/942))
* [`183e1aa`](testcontainers/testcontainers-python@183e1aa) fix(compose): expose useful compose options ([#951](https://redirect.github.com/testcontainers/testcontainers-python/issues/951))
* Additional commits viewable in [compare view](testcontainers/testcontainers-python@testcontainers-v4.13.3...testcontainers-v4.14.2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants