Skip to content

Commit

Permalink
remove date-time format, prepare new version
Browse files Browse the repository at this point in the history
  • Loading branch information
erichesse committed Feb 15, 2024
1 parent ed16b4d commit 58bd69a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changes

### Deprecated

### Removed

### Fixed

### Security

## [0.19.4] - 2024-02-15

### Added

### Changes

- update cruft and minor dependencies

### Deprecated

### Removed

- date-time format validation for mapping model generation

### Fixed

### Security
Expand Down
1 change: 0 additions & 1 deletion mex/common/types/timestamp.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ def __get_pydantic_json_schema__(
"""Modify the schema to add the class name as title and examples."""
json_schema = handler(core_schema_)
json_schema["title"] = cls.__name__
json_schema["format"] = "date-time"
json_schema["examples"] = [
"2011",
"2019-03",
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 = "mex-common"
version = "0.19.3"
version = "0.19.4"
description = "Common library for MEx python projects."
authors = ["RKI MEx Team <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 58bd69a

Please sign in to comment.