-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/poetry 1.1.6 #34
Conversation
P.S. Bei mir war es unbedingt notwendig die Lock-Datei mit Poetry 1.1.6 zu generieren (und Locking hat fast 4-5 Minuten gedauert) - vermutlich Poetry 1.1.6 funktioniert nicht richtig mit Locks von Poetry 1.1.5 wegen git-Abhängigkeiten. Könnt ihr das bestätigen, und wir sollen das reporten / bis 1.1.7 warten, oder es ist nur bei mir so? |
Das mit den 4-5 Minuten kann ich nicht in Bezug auf Poetry 1.1.6 bestätigen. Ich habe in meiner neuen VM erst mit Poetry 1.1.5 ein Nach dem Update auf 1.1.6 habe ich versucht unsere Tests laufen zu lassen und habe einen Fehler beim Import von Nachdem ich das Lockfile ebenfalls neu erstellt habe, war das Problem bei mir behoben. Kann das bitte noch jemand bestätigen? Sollte es bei euch ebenfalls so sein, werden wir das reporten! Poetry 1.1.5 Poetry 1.1.6 Poetry 1.1.6 mit neuem Lockfile generieren |
As discussed today during our standup:
Therefore we can't update as is, because it will break our deploys and the deploys of other users until one relocks the project. We need to come up with a minimal reproducer and report this to Poetry team, but if anyone else knows that the issue has been already reported or wants to help us reporting it, then please do and link the issue here. |
I found a issue with problems in nested dependencies, which I have updated with another reproducible example. If there is a fix, we will bump our buildpack. |
Many thanks, I hope that they will take notice of it. |
Fix is merged: python-poetry/poetry#4202 |
Just tried with 1.1.7 and it seems that the problem is not fixed :( |
Also der Fix ist eigentlich nur mittelgeil @marns93 @mm-matthias @felix11h - man muss unbedingt bei alle Repos die Locks mit die neue Version komplett neu schreiben - ich hoffe, dass es danach mit 1.1.5/1.1.6 kompatibel bleibt. Ich frage mich wirklich ob wir nicht einfach bis 1.2.0 auf 1.1.5 bleiben sollen o_O ? Ansonsten wir schreiben alle Locks jetzt neu und upgraden (was uns erstmal eigentlich nichts bringt), aber vorab sollte man netterweise irgendwie die Nutzer von diesen Buildpack informieren... |
Hey guys, English please 🙂 What about 1.1.8? |
@ulgens I've tried the latest Poetry release But as @zyv mentioned you have to update all of your At least we should inform the user with a friendly message. Perhaps with a check of the modification date of Other suggestions? |
@ulgens is there any special reason why you would want to upgrade to Poetry 1.1.9? We need to discuss this internally, re-locking dozens of our repositories with The only annoying part is that we can't of course check the locks recursively, so this solution will be imperfect, and insufficient in our case, although I don't know how many other users have similarly complex setups... maybe in practice nobody is as crazy as we are. In the meantime, you could already switch your projects with the following command:
|
Sorry guys for the long waiting time. It will be merged soon. |
@marns93 könntest du dich bitte darum kümmern, ggfs. reassignen? Vielen Dank!