Skip to content

Commit

Permalink
Update to kafka.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Edbo849 committed Sep 23, 2024
1 parent bcd4f09 commit 123bd8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions esgf_playground_utils/models/kafka.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -58,7 +58,7 @@ class PartialUpdatePayload(_Payload):
"""

method: Literal["PATCH"]
item: Dict[str, Any]
item: dict
item_id: str


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 = "esgf-playground-utils"
version = "0.3.3"
version = "0.3.4"
description = "Common library and models for the ESGF-Playground"
authors = [
"David Poulter <[email protected]>",
Expand Down

0 comments on commit 123bd8a

Please sign in to comment.