From 123bd8ac0a5aaf68ded8f7064cdb0c202f5e8cae Mon Sep 17 00:00:00 2001 From: Edbo849 Date: Mon, 23 Sep 2024 10:25:55 +0100 Subject: [PATCH] Update to kafka.py --- esgf_playground_utils/models/kafka.py | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/esgf_playground_utils/models/kafka.py b/esgf_playground_utils/models/kafka.py index 8819ca3..ff5fc72 100644 --- a/esgf_playground_utils/models/kafka.py +++ b/esgf_playground_utils/models/kafka.py @@ -4,7 +4,7 @@ from datetime import datetime from enum import Enum -from typing import Any, Dict, Literal, Union +from typing import Any, Literal, Union from pydantic import BaseModel from stac_pydantic.item import Item @@ -58,7 +58,7 @@ class PartialUpdatePayload(_Payload): """ method: Literal["PATCH"] - item: Dict[str, Any] + item: dict item_id: str diff --git a/pyproject.toml b/pyproject.toml index 0d0263d..a7ae6ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "esgf-playground-utils" -version = "0.3.3" +version = "0.3.4" description = "Common library and models for the ESGF-Playground" authors = [ "David Poulter ",