What's Changed
- Bump dev version: v1.25.0.dev0 by @albertvillanova in #1939
- Fix import of TokenUsage by @albertvillanova in #1943
- Add MLflow integration doc by @B-Step62 in #1884
- Refactor agent/model deserialization: Replace importlib with registry pattern by @albertvillanova in #1944
- Update _function_type_hints_utils.py: CohereForAI -> CohereLabs by @Michellehbn in #1946
- Fix High impact vulnerability on remote executors by @nnfrog in #1637
- Fix SafeSerializer.get_deserializer_code by @albertvillanova in #1983
- Fix RemotePythonExecutor._deserialize_final_answer for legacy no-prefix pickle by @albertvillanova in #1984
- Test 'pickle:...' payloads are properly decoded by @albertvillanova in #1985
- Remove support for legacy no-prefix pickle by @albertvillanova in #1986
- Create docs reference page for Python executors by @albertvillanova in #1987
- Isolate WasmExecutor Deno cache to per-instance temp directory by @albertvillanova in #1995
- Switch wildcard bind to loopback-only endpoint in WasmExecutor by @albertvillanova in #2025
- Use token in DockerExecutor by @albertvillanova in #2027
- Remove allow_origin from Docker and Modal executors by @albertvillanova in #2028
- Use token in WasmExecutor by @albertvillanova in #2031
- Fix evaluate_with() calling exit on wrong object by @dubin555 in #2029
- Fix evaluate_with by suppressing exception if truthy exit by @albertvillanova in #2033
- Use requests.Session in WasmExecutor by @albertvillanova in #2032
- Fix Rich MarkupError in AgentLogger.log_task by rendering untrusted text safely by @Barcavin in #1894
- Emphasise sandboxing is required; LocalPythonExecutor is not a security tool by @zsims in #2039
- Fix log_error rendering brackets as Rich markup by @albertvillanova in #2077
- Support huggingface-hub >= 1 by @merveenoyan in #2075
- Remove unused safe_serialization param from _websocket_run_code_raise_errors by @albertvillanova in #2131
- Set allow_pickle default to False in internal calls by @albertvillanova in #2132
- 🔒 Pin GitHub Actions to commit SHAs by @paulinebm in #2149
- chore: bump doc-builder SHA for PR upload workflow by @rtrompier in #2194
- chore: bump doc-builder SHA for main doc build workflow by @rtrompier in #2219
New Contributors
- @B-Step62 made their first contribution in #1884
- @Michellehbn made their first contribution in #1946
- @dubin555 made their first contribution in #2029
- @zsims made their first contribution in #2039
- @paulinebm made their first contribution in #2149
- @rtrompier made their first contribution in #2194
Full Changelog: v1.24.0...v1.25.0