Releases: oracle/wayflow
wayflow-25.4.3
Stricter environment for jinja templates rendering
We now use a stricter version of the SandboxedEnvironment for rendering jinja templates. No access to object attributes is allowed, only key-based access to python dictionaries and main jinja LoopContext properties are allowed.
Check the guide on How to write secure prompts with Jinja templating
You can install it with pip install "wayflowcore==25.4.3" .
Explore further:
Patch release wayflow-25.4.2
This is a patch release addressing the following issues:
- Fixed a bug where it is unable to load an API key into
OpenAICompatibleModelvia an environment variable - Fixed a bug where API URLs (for LLMs) are sometimes not correctly used internally
- Fixed an import bug where the oci optional dependency was treated as a mandatory, global dependency
You can install it with pip install "wayflowcore==25.4.2" .
Explore further:
wayflow-25.4.1
WayFlow is here: Build advanced AI-powered assistants with ease!
With this release, WayFlow provides all you need for building AI-powered assistants, supporting structured workflows, autonomous agents, multi-agent collaboration, human-in-the-loop capabilities, and tool-based extensibility. Modular design ensures you can rapidly build, iterate, and customize both simple and complex assistants for any task.
You can install it with pip install "wayflowcore==25.4.1" .
Explore further: