Skip to content

1.2.0 - 2026-02-17

Choose a tag to compare

@mretallack mretallack released this 17 Feb 17:07
· 26 commits to main since this release

Fixed

  • Handle null latitude/longitude coordinates gracefully in Location model
  • Fixed black formatting issues in price_service.py and models.py
  • Added default batch_number=1 for incremental updates

Added

  • OpenAPI specification documentation in docs/openapi.json
  • Release procedure documentation in README.md

Changed

  • Locationlatitude and Location.longitude now Optional[float] to handle null values
  • Improved error handling for API responses with missing coordinate data