Zanie Blue
Zanie Blue
Cross-linking for people who end up here on Google. We're seeing this in https://github.com/PrefectHQ/prefect/issues/7442 as well and are investigating the source of the bug (which is certainly somewhere in the...
Hey! I was looking at adding documentation for installation from crates.io then realized it wasn't supported :D 1) Is it feasible to use RustPython from Git for other releases and...
Related https://github.com/RustPython/Parser/issues/67
Yes now that we've resolved the blockers we are considering publishing to crates.io but have not come to a decision yet.
@dimbleby thanks for the reply! > the lockfile filelock switch, which is now done, was motivated by the poetry use case mentioned above. So far as poetry is concerned there...
cc @zangell44
Thanks Jenny! This one was closed by #8702
@zhen0 I feel like tracking the other types of inputs is a separate ticket. This is explicitly about the lack of context for what this is expected to contain. Notably...
For example ```python from prefect import flow, task @task def identity(x): return x @flow() def exampleflow(): # Create some futures one = identity.submit(1) two = identity.submit(2) three = identity.submit(3) identity(one)...
https://github.com/PrefectHQ/prefect/pull/8295 should have addressed this