Commit dd55082
authored
feat(client): Add custom User-Agent in Docker client as
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.tc-python/<version> (testcontainers#507)1 parent 2e27225 commit dd55082
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
0 commit comments