Skip to content

Python 1.8.3

Compare
Choose a tag to compare
@eavanvalkenburg eavanvalkenburg released this 06 Sep 18:55
· 407 commits to main since this release
9363a19

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

Full Changelog: python-1.8.2...python-1.8.3