@thomascorrie problem found and fixed.
You need to:
- update the
specklepy
dependency in your function. Change the version in thepyproject.toml
tospecklepy = "^2.19.5"
- run
poetry lock
in your repo - commit and push your changes
- make a new release of your function on github and wait for the release action to publish the new release
- update your automation to use the new release of the function, the automation page should already show the function being outdated
for the last step see the gif below