cocoindex 0.1.31__cp313-cp313-win_amd64.whl → 0.1.32__cp313-cp313-win_amd64.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.
- cocoindex/_engine.cp313-win_amd64.pyd +0 -0
- cocoindex/setting.py +1 -1
- {cocoindex-0.1.31.dist-info → cocoindex-0.1.32.dist-info}/METADATA +1 -1
- {cocoindex-0.1.31.dist-info → cocoindex-0.1.32.dist-info}/RECORD +6 -6
- {cocoindex-0.1.31.dist-info → cocoindex-0.1.32.dist-info}/WHEEL +0 -0
- {cocoindex-0.1.31.dist-info → cocoindex-0.1.32.dist-info}/licenses/LICENSE +0 -0
Binary file
|
cocoindex/setting.py
CHANGED
@@ -47,7 +47,7 @@ class ServerSettings:
|
|
47
47
|
"""Settings for the cocoindex server."""
|
48
48
|
|
49
49
|
# The address to bind the server to.
|
50
|
-
address: str = "127.0.0.1:
|
50
|
+
address: str = "127.0.0.1:49344"
|
51
51
|
|
52
52
|
# The origins of the clients (e.g. CocoInsight UI) to allow CORS from.
|
53
53
|
cors_origins: list[str] | None = None
|
@@ -1,6 +1,6 @@
|
|
1
|
-
cocoindex-0.1.
|
2
|
-
cocoindex-0.1.
|
3
|
-
cocoindex-0.1.
|
1
|
+
cocoindex-0.1.32.dist-info/METADATA,sha256=njnFCZ1wUIwUzKYAlFJjK64Ndna2W0m9zFG7pw9xflc,8237
|
2
|
+
cocoindex-0.1.32.dist-info/WHEEL,sha256=6gg8M7kMeWmDzkhJuJzWLhBYdt7OGDF81wlSJjN85_E,96
|
3
|
+
cocoindex-0.1.32.dist-info/licenses/LICENSE,sha256=HrhfyXIkWY2tGFK11kg7vPCqhgh5DcxleloqdhrpyMY,11558
|
4
4
|
cocoindex/auth_registry.py,sha256=-EhwmyIwJLPZthPOvEK21TfMbxQtndRbogk8q7y4XuU,716
|
5
5
|
cocoindex/cli.py,sha256=OucRz5IvX_LNHMiK4JFukfuyx8w-mbKq959O4XGHw14,9124
|
6
6
|
cocoindex/convert.py,sha256=M8wRr38AgPpd43eklyWpNMaAvKHsIEyy_L3IlU7Q0oA,6095
|
@@ -13,7 +13,7 @@ cocoindex/op.py,sha256=PeoBddukU5vOBvUrFPC6fYH35L59THy9ZXVm_Vc2ng0,10998
|
|
13
13
|
cocoindex/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
14
14
|
cocoindex/query.py,sha256=GU3V8AoSK--xOU2yX0Ao-Rz1t3mlrsJ4JIhzsLVwFH8,3297
|
15
15
|
cocoindex/runtime.py,sha256=WwyDSpJhvaHjnxH4q6r2MVftJB-QkNVH_TxZLxuDtFw,1009
|
16
|
-
cocoindex/setting.py,sha256=
|
16
|
+
cocoindex/setting.py,sha256=UiTAWLvVEMsM-p31c20ciWVetmPcZsLhHQ74P5jGChA,2432
|
17
17
|
cocoindex/setup.py,sha256=euHPZ9-7a68DV4PbdK2A0cZ9ECa6vT4qBraY3WKZk4s,512
|
18
18
|
cocoindex/sources.py,sha256=4JWsW7sjFuiizaxOkxXJpZgVmVgF9ys9ATvvRY-SBjE,966
|
19
19
|
cocoindex/storages.py,sha256=oJcY_zZx1wXjoJ_gitSvaFTUqhL6lUJihZQivvMMZ5U,2292
|
@@ -21,5 +21,5 @@ cocoindex/tests/test_convert.py,sha256=l5VpBgDw8F-0eMT_kEitUQTyI5newGnxqsm3gb6c2
|
|
21
21
|
cocoindex/tests/__init__.py,sha256=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN_XKdLCPjaYaY,2
|
22
22
|
cocoindex/typing.py,sha256=WAmrgFwKRcoGB0aqRl2yk1cUey08HHQPgXyRRzmfN8c,8820
|
23
23
|
cocoindex/__init__.py,sha256=FZo8bM7rmJ3Ppg_ysAjjlWxiHPQPrNNwyHb4V-onXT0,673
|
24
|
-
cocoindex/_engine.cp313-win_amd64.pyd,sha256=
|
25
|
-
cocoindex-0.1.
|
24
|
+
cocoindex/_engine.cp313-win_amd64.pyd,sha256=kVEM319zjugXUYDwldxgzAJPXZb_qUwMJ8UlvHn3WrM,55945216
|
25
|
+
cocoindex-0.1.32.dist-info/RECORD,,
|
File without changes
|
File without changes
|