jl-ecms-client 0.2.22__py3-none-any.whl → 0.2.23__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.

Potentially problematic release.


This version of jl-ecms-client might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jl-ecms-client
3
- Version: 0.2.22
3
+ Version: 0.2.23
4
4
  Summary: Intuit ECMS Client - Lightweight Python client for Intuit ECMS server
5
5
  Home-page: https://github.com/Mirix-AI/MIRIX
6
6
  Author: Mirix AI
@@ -1,5 +1,5 @@
1
- jl_ecms_client-0.2.22.dist-info/licenses/LICENSE,sha256=8fOrt8t-9Lb_RKUa_xmj1_bVzbbluGEXERWSfM7rXfY,10758
2
- mirix/__init__.py,sha256=t3TnaGOphy_dCj9Fi7ELrv9_NDrGOsPK41y6AFvyQS0,1748
1
+ jl_ecms_client-0.2.23.dist-info/licenses/LICENSE,sha256=8fOrt8t-9Lb_RKUa_xmj1_bVzbbluGEXERWSfM7rXfY,10758
2
+ mirix/__init__.py,sha256=q6rD4hAlVzl7Xl9Huj6SMTkO2lA8YpnyN2m8A6m_Yfo,1748
3
3
  mirix/constants.py,sha256=ekqrVAjR8dccbLtw6ZAmXoCHc11At-OeIeE_my54FIs,8949
4
4
  mirix/errors.py,sha256=1ey4Ze4kKMO0Os_c8mSAQWvawa_srFkIsPZBt_Phb3o,6642
5
5
  mirix/log.py,sha256=Jl_Gr6xigdGwRL-z-k2pp8WW2ahfTgwGStEIt6Y6WuY,5768
@@ -61,7 +61,7 @@ mirix/schemas/openai/chat_completion_response.py,sha256=1hF0Gaxvd03oBdKupz37qk_2
61
61
  mirix/schemas/openai/chat_completions.py,sha256=PfC4MOiADLW_BfgmUohqK033VB4IO5fLIR1416C1DCE,3616
62
62
  mirix/schemas/openai/embedding_response.py,sha256=WKIZpXab1Av7v6sxKG8feW3ZtpQUNosmLVSuhXYa_xU,357
63
63
  mirix/schemas/openai/openai.py,sha256=gXfYwdGRJ-co15zVKw3lua0iZL_lJBBo03XMWsw1uTI,8394
64
- jl_ecms_client-0.2.22.dist-info/METADATA,sha256=HL2bMzVHxk7RODvNgtT-ko_oelGj8_NmoE4188fODj4,11007
65
- jl_ecms_client-0.2.22.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
66
- jl_ecms_client-0.2.22.dist-info/top_level.txt,sha256=hQ_Eh5KYzEGkhtEyWHdBYJ5iCom6_nlj0zQ6-v0WDIY,6
67
- jl_ecms_client-0.2.22.dist-info/RECORD,,
64
+ jl_ecms_client-0.2.23.dist-info/METADATA,sha256=GCdDJNBJ2pnnFaCCt7_a78drG7Q0mCAJqPtq0I3JL0M,11007
65
+ jl_ecms_client-0.2.23.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
66
+ jl_ecms_client-0.2.23.dist-info/top_level.txt,sha256=hQ_Eh5KYzEGkhtEyWHdBYJ5iCom6_nlj0zQ6-v0WDIY,6
67
+ jl_ecms_client-0.2.23.dist-info/RECORD,,
mirix/__init__.py CHANGED
@@ -1,4 +1,4 @@
1
- __version__ = "0.2.22"
1
+ __version__ = "0.2.23"
2
2
 
3
3
 
4
4
  # Client imports (always available)