Skip to content

Commit 9e8913b

Browse files
authored
Merge pull request #44 from rhysrevans3/update_patch_payload
Update patch payload
2 parents 7470cf7 + 879aa5c commit 9e8913b

File tree

5 files changed

+42
-43
lines changed

5 files changed

+42
-43
lines changed

CHANGELOG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,22 @@ Removed
2121
Fixed
2222
^^^^^
2323

24+
`1.0.2 <https://github.com/ESGF/esgf-playground-utils/releases/tag/1.0.3>`_ - 2025-06-20
25+
-----------------------------------------------------------------------------------------
26+
27+
Added
28+
^^^^^
29+
30+
Changed
31+
^^^^^^^
32+
- Updated to stac-fastapi v6.0.0.
33+
34+
Removed
35+
^^^^^^^
36+
37+
Fixed
38+
^^^^^
39+
2440
`1.0.2 <https://github.com/ESGF/esgf-playground-utils/releases/tag/1.0.2>`_ - 2025-06-18
2541
-----------------------------------------------------------------------------------------
2642

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
project = "ESGF Playground Utils"
1414
copyright = "2024, David Poulter"
1515
author = "David Poulter"
16-
release = "1.0.2"
16+
release = "1.0.3"
1717

1818
# -- General configuration ---------------------------------------------------
1919
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

esgf_playground_utils/models/kafka.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from typing import Literal, Optional, Union
88

99
from pydantic import BaseModel
10-
from stac_fastapi.types.stac import PartialItem, PatchOperation
10+
from stac_fastapi.extensions.core.transaction.request import PartialItem, PatchOperation
1111

1212
from .item import CMIP6Item as Item
1313

poetry.lock

Lines changed: 22 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "esgf-playground-utils"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
description = "Common library and models for the ESGF-Playground"
55
readme = "README.rst"
66
authors = [
@@ -13,9 +13,7 @@ dependencies = [
1313
"pydantic-settings (<=2.6.1,<3.0.0)",
1414
"stac-pydantic (>=3.1.1,<4.0.0)",
1515
"jinja2 (>=3.1.6,<4.0.0)",
16-
"stac-fastapi-api @ git+https://github.com/stac-utils/stac-fastapi.git@refs/pull/744/head#subdirectory=stac_fastapi/api",
17-
"stac-fastapi-types @ git+https://github.com/stac-utils/stac-fastapi.git@refs/pull/744/head#subdirectory=stac_fastapi/types",
18-
"stac-fastapi-extensions @ git+https://github.com/stac-utils/stac-fastapi.git@refs/pull/744/head#subdirectory=stac_fastapi/extensions"
16+
"stac-fastapi.extensions==6.0.0"
1917
]
2018

2119
[tool.poetry.group.black.dependencies]

0 commit comments

Comments
 (0)