mphapi 1.12.4__tar.gz → 1.13.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,12 +1,14 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: mphapi
3
- Version: 1.12.4
3
+ Version: 1.13.1
4
4
  Summary: A Python interface to the MyPriceHealth API
5
5
  Author: David Archibald
6
6
  Author-email: davidarchibald@myprice.health
7
7
  Requires-Python: >=3.12,<4.0
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Classifier: Programming Language :: Python :: 3.12
10
+ Classifier: Programming Language :: Python :: 3.13
11
+ Classifier: Programming Language :: Python :: 3.14
10
12
  Requires-Dist: pydantic (>=2.6.4,<3.0.0)
11
13
  Requires-Dist: python-dotenv (>=1.1.1,<2.0.0)
12
14
  Requires-Dist: requests (>=2.31.0,<3.0.0)
@@ -37,7 +37,9 @@ class PriceConfig(BaseModel):
37
37
  ] = False
38
38
  """set to true to always use the DRG from the inpatient grouper"""
39
39
 
40
- use_best_drg_price: Annotated[Optional[StrictBool], field_name("useBestDRGPrice")] = False
40
+ use_best_drg_price: Annotated[
41
+ Optional[StrictBool], field_name("useBestDRGPrice")
42
+ ] = False
41
43
  """set to true to use the best DRG price between the price on the claim and the price from the grouper"""
42
44
 
43
45
  override_threshold: Optional[float] = 0
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "mphapi"
3
- version = "1.12.4"
3
+ version = "1.13.1"
4
4
  description = "A Python interface to the MyPriceHealth API"
5
5
  authors = ["David Archibald <davidarchibald@myprice.health>"]
6
6
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes