agently 4.0.6__py3-none-any.whl → 4.0.6.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.
agently/utils/Storage.py CHANGED
@@ -25,9 +25,14 @@ from typing import (
25
25
  )
26
26
  from contextlib import asynccontextmanager
27
27
 
28
- from sqlmodel import SQLModel, select, inspect, create_engine, Session
29
- from sqlalchemy.ext.asyncio import create_async_engine, AsyncSession, async_sessionmaker
30
- from sqlalchemy.sql import ColumnElement
28
+ from agently.utils import LazyImport
29
+
30
+ LazyImport.import_package("sqlmodel")
31
+ LazyImport.import_package("sqlalchemy")
32
+
33
+ from sqlmodel import SQLModel, select, inspect, create_engine, Session # type: ignore
34
+ from sqlalchemy.ext.asyncio import create_async_engine, AsyncSession, async_sessionmaker # type: ignore
35
+ from sqlalchemy.sql import ColumnElement # type: ignore
31
36
 
32
37
  from .RuntimeData import RuntimeData
33
38
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agently
3
- Version: 4.0.6
3
+ Version: 4.0.6.1
4
4
  Summary:
5
5
  License: Apache-2.0
6
6
  License-File: LICENSE
@@ -19,9 +19,9 @@ Requires-Dist: greenlet (>=3.2.3,<4.0.0)
19
19
  Requires-Dist: httpx (>=0.28.1,<0.29.0)
20
20
  Requires-Dist: httpx-sse (>=0.4.1,<0.5.0)
21
21
  Requires-Dist: json5 (>=0.12.0,<0.13.0)
22
+ Requires-Dist: packaging (>=25.0,<26.0)
22
23
  Requires-Dist: pydantic (>=2.11.7,<3.0.0)
23
24
  Requires-Dist: pyyaml (>=6.0.2,<7.0.0)
24
- Requires-Dist: sqlmodel (>=0.0.24,<0.0.25)
25
25
  Requires-Dist: stamina (>=25.1.0,<26.0.0)
26
26
  Requires-Dist: toml (>=0.10.2,<0.11.0)
27
27
  Description-Content-Type: text/markdown
@@ -66,11 +66,11 @@ agently/utils/Messenger.py,sha256=dLasJvDt1HxJttt6X9dutwGPvyAtL7yp6BZ3TDxuFDI,72
66
66
  agently/utils/RuntimeData.py,sha256=SewZ8D1fljuDwfVZTAqZ0XTNEcU2cuAr7QlVqk0vzrE,21925
67
67
  agently/utils/SerializableRuntimeData.py,sha256=bVVwin50VnOs30W881ClFepSXAK8GCOUZnVd-SiolRw,3314
68
68
  agently/utils/Settings.py,sha256=_s300H2doCMKcvMAmFwW3cLQqmd0N8BVmb226tAfVec,5294
69
- agently/utils/Storage.py,sha256=u0ul6ElJG5-jKoI_KE74vLlXdgrVaqdD0FO7XCDlrNg,9236
69
+ agently/utils/Storage.py,sha256=pQtD_nA3rsp18c9avYDR6eKmHeghYwaNrW8vqerOXpM,9401
70
70
  agently/utils/StreamingJSONCompleter.py,sha256=aZ9zuGUTQlP-QKbXHUZCf6EtVuG49MKn8xdhw0VhDEA,4292
71
71
  agently/utils/StreamingJSONParser.py,sha256=sPPJOtj5OYvsrukRErcoxRl4yuV1zDuf7pQ_pvw_Zow,21116
72
72
  agently/utils/__init__.py,sha256=NXiBzE-pOYxukqCVBmCmGUwlVuqe2w5inwxzg3IUkaw,1277
73
- agently-4.0.6.dist-info/METADATA,sha256=OuZYpnR5IxBY_7-lZqgM3v1HJlLE4MTXvlY8c0km7VE,7157
74
- agently-4.0.6.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
75
- agently-4.0.6.dist-info/licenses/LICENSE,sha256=Y5ZgAdYgMFigPT8dhN18dTLRtBshOSfWhTDRO1t0Cq4,11360
76
- agently-4.0.6.dist-info/RECORD,,
73
+ agently-4.0.6.1.dist-info/METADATA,sha256=1l8uNJ2T8bujH19yBJxsFzdC4cIAbVThUAlWV9dy5Qo,7156
74
+ agently-4.0.6.1.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
75
+ agently-4.0.6.1.dist-info/licenses/LICENSE,sha256=Y5ZgAdYgMFigPT8dhN18dTLRtBshOSfWhTDRO1t0Cq4,11360
76
+ agently-4.0.6.1.dist-info/RECORD,,