-
Notifications
You must be signed in to change notification settings - Fork 57
Nothing changed, pinned versions, functions still broke at some point in time #474
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
Comments
Thanks for the report, @paulschroeder-tomtom. This is concerning, but I think I know the root problem - I believe there was a breaking release of the Python worker that has made it to the latest core tools release. Let me reach out to the appropriate team to try to correct this. |
Hi @paulschroeder-tomtom - apologies for the delay here. Can you confirm that your |
@davidmrdavid We are managing our (sub)dependencies with a It should be locked, but since It can happen, while doing a How would you suggest going forward? |
Hi @paulschroeder-tomtom. Sorry for the delayed response, we've had a few competing threads.
The
Unfortunately, I haven't had the opportunity to reproduce this behavior in poetry yet. However, the key point here is that the |
Uh oh!
There was an error while loading. Please reload this page.
🐛 Describe the bug
We are using Python flavored Azure Durable functions.
We realized some days ago that the local testing via the
func
tool did not work anymore:Without us changing any code.
We are using the following versions:
We were quite surprised to find out, that non of these versions have changed since last known working state to the currently broken state (we though we did our best not to run in such problems by pinning all of those versions).
Then we found out that there are newer versions of the
azure-functions-durable
module and we increased it subsequently to 1.2.8. With the intermediate versions we were facing the following behavior:1.2.5
Same as 1.2.4.
1.2.6
Same as 1.2.4, 1.2.5:
1.2.7
While installing it we got following warning:
so we refrained from using it, though it worked:
1.2.8
Finally did the trick.
So in essence this is solved BUT(!) the problem just appeared out of the blue and we want to know why, to avoid being surprised in the future, so:
🤔 Expected behavior
No errors popping up, out of the blue.
☕ Steps to reproduce
Here you'll find a minimal working example: #460 (comment) with the corresponding version it produces the given results.
None
Both
The text was updated successfully, but these errors were encountered: