Derek Kulinski
Derek Kulinski
This is another one I just observed: ``` ┏━ Dependency Graph: ┃ ┌─ ⏳︎ python3.11-idna-3.4 waiting for 2 ⏵︎ ┃ ┌─ ⏳︎ python3.11-yarl-1.9.2 ┃ ├─ ⏳︎ python3.11-async-timeout-4.0.3 waiting for 2...
I see, I mostly use it with https://github.com/nlewo/nix2container and current output is good enough.
Thank you
@max-wittig Frankly, if someone needs to do such operation to all dependencies at once, they probably don't care about these constraints, and will be fine with no constraints (i.e. using...
@max-wittig poetry update supposed to observe constraints in pyproject.toml ^1.2.3 allows to update to 1.3.4 but not too 2.3.4 (^ is more complex than that, but this is a ghist),...
@Natim yes, exactly. The reason for the constraints in pyproject.toml is to define such constraints that guarantee API compatibility. Different authors have different ways they version their packages (for example...
You don't want to use stub files, it is a nightmare to keep them in sync with the code. They are better suited as an addon to existing packages that...
> @lafrenierejm cool! we finally bumped, could you merge/re-base. Also how does this solution guarantee that each PR has a correct boto3/awscli match to the botocore version? Wouldn't you need...
@deggja please provide an example I found this issue because I'm looking how to do it myself. I'm especially wondering how dashboardProviders supposed to look like as I'm not importing...
Thanks, will try that. BTW so `type` still has to be `file` and the `path` needs to be provided? Those two things were confusing me the most.