You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client): Add custom User-Agent in Docker client as tc-python/<version> (#507)
Set User-Agent in format `tc-python/<version>`, `version` value is
coming from `pyproject.toml`.
The `User-Agent` header will allow to identify Testcontainers language
implementation and the specific version. Also, track the usage of the
library.
0 commit comments