Notable Change:
#8417 fixes a Pydantic issue that may appear while importing the Kernel. The error message may show:
TypeError: 'list' is not a valid discriminated union variant; should be a `BaseModel` or `dataclass`
Please upgrade to this latest version if you're experiencing the issue.
What's Changed
- Python: #6501 Increase anthropic chat completion test coverage by @andrewldesousa in #8388
- Python: Fix KernelArgument bug in invoke_prompt functions by @TaoChenOSU in #8414
- Python: fix discrimator field for CMC by @eavanvalkenburg in #8417
- Python: ADR for new AI connector abstract methods by @TaoChenOSU in #8430
- Python: Add a samples README and a demos README. by @moonbox3 in #8543
- Python: Bump Python version to 1.8.3 for a release. by @moonbox3 in #8595
Full Changelog: python-1.8.2...python-1.8.3