3.2.1
📦 dspyView on GitHub →
🐛 2 fixes🔧 2 symbols
Summary
DSPy 3.2.1 focuses on bug fixes, particularly around async streaming and embedding calls, and includes numerous documentation and CI/CD improvements. The upper bound constraint on the litellm dependency has been removed.
🐛 Bug Fixes
- Fixed async streaming LM calls so custom headers are forwarded to LiteLLM streaming completions.
- Fixed dspy.Embedder so per-call caching=False is honored for both sync and async embedding calls.