Skip to content

Commit

Permalink
Update fhirpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
ruscoder committed Sep 30, 2024
1 parent fb863d6 commit 60cd506
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aidbox_python_sdk_tbs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 60cd506

Please sign in to comment.