Skip to content

Commit

Permalink
Update version (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliabaldini authored Nov 2, 2023
1 parent 4f84657 commit 88ea827
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions fhir_pyrate/pirate.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from types import TracebackType
from typing import Any, Callable, Dict, Generator, List, Optional, Tuple, Type, Union

import fhirpathpy
import pandas as pd
import requests
from dateutil.parser import parse
Expand All @@ -22,9 +23,6 @@
from fhir_pyrate import Ahoy
from fhir_pyrate.util import FHIRObj, string_from_column
from fhir_pyrate.util.bundle_processing_templates import flatten_data, parse_fhir_path
from fhir_pyrate.util.imports import optional_import

fhirpathpy, _ = optional_import(module="fhirpathpy")

logger = logging.getLogger(__name__)

Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pandas = "^1.3.0"
tqdm = "^4.56.0"
requests = "^2.28.0"
PyJWT = "^2.4.0"
fhirpathpy = "^0.1.0"
fhirpathpy = "^0.2.2"
requests-cache = "^0.9.7"


Expand Down

0 comments on commit 88ea827

Please sign in to comment.