Skip to content

Commit

Permalink
Release 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bloomonkey committed Aug 23, 2023
1 parent eb2064f commit 66730a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.6.2] - 2023-08-23
### Fixed
- Adapt to pydantic 2.x API changes
- Assume naive datetimes to be UTC

## [0.6.1] - 2023-08-23
## [0.6.1] - 2023-08-23 - YANKED!
### Fixed
- Generic error handling passes correct request and exception arguments

## [0.6.0] - 2023-08-23
## [0.6.0] - 2023-08-23 - YANKED!
### Changed
- Return an asynchronous function from build_predictor
- Use orjson to serialize responses from app returned by build_app
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastapi-mlflow"
version = "0.6.1"
version = "0.6.2"
description = "Deploy mlflow models as JSON APIs with minimal new code."
authors = ["John Harrison <john.harrison@autotrader.co.uk>"]
readme = "README.md"
Expand Down

0 comments on commit 66730a2

Please sign in to comment.