Uh oh!
There was an error while loading. Please reload this page.
fix: added types to exec & tc_properties_get_tc_host - #561
Conversation
errordeveloper
left a comment
There was a problem hiding this comment.
this LGTM overall, thanks @Dandiggas!
errordeveloper
commented
Apr 29, 2024
@kiview could you please approve the workflows to run? |
alexanderankin
commented
Apr 29, 2024
We'll take a look |
alexanderankin
commented
May 11, 2024
yep so we support python 3.9 for now so cant use the pipe syntax for ill leave this open in case you want to replace with |
b66a469 to
a43d3b5CompareDandiggas
commented
May 16, 2024
@alexanderankin Now supports python 3.9, please review when possible |
alexanderankin
commented
May 17, 2024
thank you for the contribution! if you are interested in improving typing in this library are other types that I have started but did not feel confident enough to merge #504 |
🤖 I have created a release *beep* *boop* --- ## [4.5.0](testcontainers-v4.4.1...testcontainers-v4.5.0) (2024-05-25) ### Features * **core:** Private registry ([#566](#566)) ([59fbcfa](59fbcfa)) ### Bug Fixes * added types to exec & tc_properties_get_tc_host ([#561](#561)) ([9eabb79](9eabb79)) * on windows, DockerCompose.get_service_host returns an unusable "0.0.0.0" - adjust to 127.0.0.1 ([#457](#457)) ([2aa3d37](2aa3d37)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
🤖 I have created a release *beep* *boop* --- ## [4.5.0](testcontainers/testcontainers-python@testcontainers-v4.4.1...testcontainers-v4.5.0) (2024-05-25) ### Features * **core:** Private registry ([testcontainers#566](testcontainers#566)) ([59fbcfa](testcontainers@59fbcfa)) ### Bug Fixes * added types to exec & tc_properties_get_tc_host ([testcontainers#561](testcontainers#561)) ([9eabb79](testcontainers@9eabb79)) * on windows, DockerCompose.get_service_host returns an unusable "0.0.0.0" - adjust to 127.0.0.1 ([testcontainers#457](testcontainers#457)) ([2aa3d37](testcontainers@2aa3d37)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
#557 - trying to solve this issue by adding types.