From 60cd5069f542a527b35d9a9f899d95fe5ce3fd80 Mon Sep 17 00:00:00 2001 From: Vadim Laletin Date: Mon, 30 Sep 2024 19:13:14 +0200 Subject: [PATCH] Update fhirpy version --- README.md | 1 - aidbox_python_sdk_tbs/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b155684..0110a04 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,6 @@ Create `app/subscriptions.py` with the following content: import logging from collections.abc import AsyncGenerator -import fhirpy_types_r4b as r4b from aidbox_python_sdk.types import SDKOperation, SDKOperationRequest from aidbox_python_sdk_tbs import SubscriptionDefinition from aidbox_python_sdk_tbs.r4b impotr r4b_tbs_ctx_factory diff --git a/aidbox_python_sdk_tbs/__init__.py b/aidbox_python_sdk_tbs/__init__.py index cc92695..aaa5089 100644 --- a/aidbox_python_sdk_tbs/__init__.py +++ b/aidbox_python_sdk_tbs/__init__.py @@ -2,7 +2,7 @@ from .types import FilterBy, SubscriptionDefinition __title__ = "aidbox-python-sdk-tbs" -__version__ = "0.0.1a3" +__version__ = "0.0.1a4" __author__ = "beda.software" __license__ = "MIT" __copyright__ = "Copyright 2024 beda.software" diff --git a/pyproject.toml b/pyproject.toml index f36ee5c..5577dbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ ] dependencies = [ "aidbox-python-sdk>=0.1.12", - "fhirpy>=2.0.3", + "fhirpy>=2.0.12", "aiohttp>=3.10.5", ] classifiers = [