-
Couldn't load subscription status.
- Fork 344
Open
Description
Currently, testcontainers-python has this upper bound specified for the python version.
testcontainers-python/pyproject.toml
Line 83 in 3f66784
| python = ">=3.9.2,<4.0" |
In most cases, testcontainers is used as a dev dependency, but this upper bound ends up forcing downstream libraries to include the same restriction even when it’s not a true runtime dependency. This feels a bit too restrictive and adds extra maintenance burden for library authors.
Could we consider removing the upper bound? Thanks!
Metadata
Metadata
Assignees
Labels
No labels