mphapi 1.12.4__py3-none-any.whl → 1.13.1__py3-none-any.whl

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.
mphapi/client.py CHANGED
@@ -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,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)
@@ -1,6 +1,6 @@
1
1
  mphapi/__init__.py,sha256=9bVpEkj_QBEWrA96VPYfpVh2LHxgyLUBKaXwksR-WJM,299
2
2
  mphapi/claim.py,sha256=B_ce08pSxCmNrHa53MEgdesCVVmbq5Ejo9yjHieacnU,12826
3
- mphapi/client.py,sha256=qTCFDF1ZpmWD874HHO9VU3vq5S64bEpMZyzE9bvq_T8,12551
3
+ mphapi/client.py,sha256=2zan7SK8O2VlVJcVq3VY8HJ_NjCyU7A4ILed68V3sqA,12565
4
4
  mphapi/client_test.py,sha256=4Vd9sSyxIJC_1vSQLUYlAfwSjqYw1aFz5Rd17hgtwZo,3958
5
5
  mphapi/credentials.py,sha256=_7kYB38w6JNgCVzM4goISo-RBt8WhmFMuC4C53kd0gc,9056
6
6
  mphapi/date.py,sha256=WxFSGwelcqiinRq7GAHD1wIXaudlHXifYFEtkXhiwDA,3672
@@ -15,6 +15,6 @@ mphapi/snapshots/client_test/test_client/outpatient.json,sha256=XLltGKXmpRUqNsRn
15
15
  mphapi/testdata/hcfa.json,sha256=9pGL2-EldqWxFPmT1ml9SQsHSkBIpzB0Dp8zf7l-mQA,657
16
16
  mphapi/testdata/inpatient.json,sha256=bimWeevXQ8F02gC8rQAwf3CMQRM1-gA3CiksL1KrhaM,3535
17
17
  mphapi/testdata/outpatient.json,sha256=VJvjuWZfQtWbDhj8yKseppL8PyVuIXMHfPl8mVCOhhI,7170
18
- mphapi-1.12.4.dist-info/METADATA,sha256=G7hy9523oupHvt3kVYoa9aNSVDa4FguyZv7qlRrYg4M,429
19
- mphapi-1.12.4.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
20
- mphapi-1.12.4.dist-info/RECORD,,
18
+ mphapi-1.13.1.dist-info/METADATA,sha256=aIyj-KUDE5UQW2PKjePmu4v4jWSaQDP51hD4xnSkQb8,531
19
+ mphapi-1.13.1.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
20
+ mphapi-1.13.1.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.9.0
2
+ Generator: poetry-core 2.2.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any