Releases: pydantic/pydantic-ai
Releases · pydantic/pydantic-ai
v0.0.6 2024-11-25
What's Changed
- Fix docs CI? by @samuelcolvin in #87
- Add vertex AI by @samuelcolvin in #85
- add Groq client support by @ricklamers in #84
- fix
test-live
by @samuelcolvin in #90 - Support VertexAI models in
infer_model
by @samuelcolvin in #89 - Make openai optional by @samuelcolvin in #91
- Uv workspaces and
pydantic-ai-slim
by @samuelcolvin in #92 - uprev to v0.0.6 by @samuelcolvin in #94
New Contributors
- @ricklamers made their first contribution in #84
Full Changelog: v0.0.5...v0.0.6
v0.0.6a4 2024-11-25
v0.0.6a4 2024-11-25
v0.0.5 2024-11-20
What's Changed
- Change behaviour to behavior by @dmontagu in #76
- More minor cleanup by @dmontagu in #77
- adding whale video by @samuelcolvin in #78
- support Pydantic v2.10 by @samuelcolvin in #79
Full Changelog: v0.0.4...v0.0.5
v0.0.4 2024-11-19
What's Changed
- tweak agent docs by @samuelcolvin in #65
- tweaking index and other docs by @samuelcolvin in #66
- install improvements by @samuelcolvin in #67
- rename
retriever_context
->retriever
by @samuelcolvin in #68 - Decorator signatures by @samuelcolvin in #69
- Index improvements by @dmontagu in #73
- Replace dice diagram svgs with mermaid by @dmontagu in #74
- Result docs by @samuelcolvin in #72
- coverage badge and uprev by @samuelcolvin in #75
Full Changelog: v0.0.3...v0.0.4
v0.0.3 2024-11-19
What's Changed
- uprev uv and distribute examples by @samuelcolvin in #27
- chat app example by @samuelcolvin in #28
- rename and split
shared.py
by @samuelcolvin in #29 - tweak chat app by @samuelcolvin in #30
- Streamed responses by @samuelcolvin in #31
- Stream improvements by @samuelcolvin in #33
- Rename
ToolCall
toStructured
in most places by @samuelcolvin in #34 - Remove agent error by @samuelcolvin in #35
- revert to
ResultData
, rename method/attributes appropriately by @samuelcolvin in #36 - Documentation by @samuelcolvin in #37
- further docs improvements by @samuelcolvin in #38
- remove
Either
from_handle_model_response
and_handle_streamed_model_response
by @samuelcolvin in #39 - Change
Agent
initialization to take deps type, not deps by @samuelcolvin in #40 - allow overriding deps, e.g. in testing by @samuelcolvin in #41
- Gemini coverage and other tweaks by @samuelcolvin in #42
- Docs insiders by @samuelcolvin in #43
- Examples in docs by @samuelcolvin in #44
- adding logo by @samuelcolvin in #45
- add docs stubs by @samuelcolvin in #46
- docs social cards and cleanup by @samuelcolvin in #47
- add streaming to chat app by @samuelcolvin in #48
- test against real models by @samuelcolvin in #49
- Better test functionality by @samuelcolvin in #50
- Smokeshow coverage by @samuelcolvin in #52
- Concepts docs by @samuelcolvin in #51
- Pytest examples by @samuelcolvin in #53
- Agent docs by @samuelcolvin in #54
- fix header images by @samuelcolvin in #55
- remove top menu by @samuelcolvin in #56
- Try to fix menu by @samuelcolvin in #57
- fixing agent docs and refactoring retriever return types by @samuelcolvin in #60
- add UA to requests by @samuelcolvin in #61
- Add back api docs by @samuelcolvin in #62
- New intro by @samuelcolvin in #64
Full Changelog: v0.0.2...v0.0.3
v0.0.2 2024-10-30
What's Changed
- Add timezones by @dmontagu in #25
- support
TypeAliasType
unions by @samuelcolvin in #26
New Contributors
Full Changelog: v0.0.1...v0.0.2
v0.0.1 2024-10-29
initial release 🎉