pro-craft 0.1.49__py3-none-any.whl → 0.1.51__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 pro-craft might be problematic. Click here for more details.
- pro_craft/server/router/prompt.py +1 -1
- {pro_craft-0.1.49.dist-info → pro_craft-0.1.51.dist-info}/METADATA +1 -1
- {pro_craft-0.1.49.dist-info → pro_craft-0.1.51.dist-info}/RECORD +5 -5
- {pro_craft-0.1.49.dist-info → pro_craft-0.1.51.dist-info}/WHEEL +0 -0
- {pro_craft-0.1.49.dist-info → pro_craft-0.1.51.dist-info}/top_level.txt +0 -0
|
@@ -156,7 +156,7 @@ def create_router(database_url: str,
|
|
|
156
156
|
async def sync_database():
|
|
157
157
|
try:
|
|
158
158
|
result = await intels.sync_production_database(slave_database_url)
|
|
159
|
-
return PromptResponse(msg = "success",content=
|
|
159
|
+
return PromptResponse(msg = "success",content="")
|
|
160
160
|
except Exception as e:
|
|
161
161
|
raise HTTPException(
|
|
162
162
|
status_code=500, detail=f"{e}"
|
|
@@ -14,8 +14,8 @@ pro_craft/server/mcp/models.py,sha256=0QlohI7aSVjYjMdXK9Rq19Dp7b2LnjLKIiArDzI1uf
|
|
|
14
14
|
pro_craft/server/mcp/prompt.py,sha256=zZ58zb422vhwoL_uYCVBdOwOR-xy69MLQ5tyVfbpBlU,2505
|
|
15
15
|
pro_craft/server/router/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
16
|
pro_craft/server/router/models.py,sha256=0LAFXsPQnDCUK_VNiS4xE_oXTyV5Mb0nzt_O5mWmne4,1276
|
|
17
|
-
pro_craft/server/router/prompt.py,sha256=
|
|
18
|
-
pro_craft-0.1.
|
|
19
|
-
pro_craft-0.1.
|
|
20
|
-
pro_craft-0.1.
|
|
21
|
-
pro_craft-0.1.
|
|
17
|
+
pro_craft/server/router/prompt.py,sha256=fDZu7bTE7dnztxxVcywNY5SY8YJrQh_llU3VGz979FA,6108
|
|
18
|
+
pro_craft-0.1.51.dist-info/METADATA,sha256=lNfdXAUmQjNkXqgVZ1l9dWW0nQkpgF1pz7YPM0mXIlo,1750
|
|
19
|
+
pro_craft-0.1.51.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
20
|
+
pro_craft-0.1.51.dist-info/top_level.txt,sha256=yqYDHArnYMWpeCxkmGRwlL6sJtxiOUnYylLDx9EOgFg,10
|
|
21
|
+
pro_craft-0.1.51.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|