langgraph-api 0.12.0.dev21__py3-none-any.whl → 0.12.0.dev22__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.
- langgraph_api/__init__.py +1 -1
- langgraph_api/config/__init__.py +2 -0
- {langgraph_api-0.12.0.dev21.dist-info → langgraph_api-0.12.0.dev22.dist-info}/METADATA +1 -1
- {langgraph_api-0.12.0.dev21.dist-info → langgraph_api-0.12.0.dev22.dist-info}/RECORD +7 -7
- {langgraph_api-0.12.0.dev21.dist-info → langgraph_api-0.12.0.dev22.dist-info}/WHEEL +0 -0
- {langgraph_api-0.12.0.dev21.dist-info → langgraph_api-0.12.0.dev22.dist-info}/entry_points.txt +0 -0
- {langgraph_api-0.12.0.dev21.dist-info → langgraph_api-0.12.0.dev22.dist-info}/licenses/LICENSE +0 -0
langgraph_api/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.12.0.
|
|
1
|
+
__version__ = "0.12.0.dev22"
|
langgraph_api/config/__init__.py
CHANGED
|
@@ -49,6 +49,7 @@ STATS_INTERVAL_SECS = env("STATS_INTERVAL_SECS", cast=int, default=60)
|
|
|
49
49
|
DATABASE_URI: str | None = env(
|
|
50
50
|
"DATABASE_URI", cast=str, default=getenv("POSTGRES_URI", None)
|
|
51
51
|
)
|
|
52
|
+
POSTGRES_IAM_AUTH_PROVIDER = env("POSTGRES_IAM_AUTH_PROVIDER", cast=str, default="")
|
|
52
53
|
# Not in public docs: infrastructure, set by platform
|
|
53
54
|
MIGRATIONS_PATH = env("MIGRATIONS_PATH", cast=str, default="/storage/migrations")
|
|
54
55
|
POSTGRES_POOL_MAX_SIZE = env("LANGGRAPH_POSTGRES_POOL_MAX_SIZE", cast=int, default=150)
|
|
@@ -155,6 +156,7 @@ LANGGRAPH_AES_JSON_KEYS: frozenset[str] | None = env(
|
|
|
155
156
|
# Not in public docs: infrastructure, set by platform
|
|
156
157
|
REDIS_URI = env("REDIS_URI_CUSTOM", cast=str, default="") or env("REDIS_URI", cast=str)
|
|
157
158
|
REDIS_CLUSTER = env("REDIS_CLUSTER", cast=bool, default=False)
|
|
159
|
+
REDIS_IAM_AUTH_PROVIDER = env("REDIS_IAM_AUTH_PROVIDER", cast=str, default="")
|
|
158
160
|
REDIS_MAX_CONNECTIONS = env("REDIS_MAX_CONNECTIONS", cast=int, default=2000)
|
|
159
161
|
REDIS_CONNECT_TIMEOUT = env("REDIS_CONNECT_TIMEOUT", cast=float, default=10.0)
|
|
160
162
|
REDIS_HEALTH_CHECK_INTERVAL = env(
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
langgraph_api/__init__.py,sha256=
|
|
1
|
+
langgraph_api/__init__.py,sha256=31NPyKqDoZwGlri-MWZ1Lg9OcNtBiCIvIQsCjSMT7uE,29
|
|
2
2
|
langgraph_api/_factory_utils.py,sha256=5JsiJbg_YocVSryN2jwoZTg03-eyymlWMK6sKCmXwz0,5756
|
|
3
3
|
langgraph_api/asgi_transport.py,sha256=XApY3lIWBZTMbbsl8dDJzl0cLGirmAGE0SifqZUnXvs,11896
|
|
4
4
|
langgraph_api/asyncio.py,sha256=smqyAoO9nIyPPQRw1IVSCh85fwoZP4PEo-5dDhxGruc,10676
|
|
@@ -65,7 +65,7 @@ langgraph_api/auth/studio_user.py,sha256=gNCicIo6cYaHmFj2sEdsvDYkKW7NWfGXGS2tTAM
|
|
|
65
65
|
langgraph_api/auth/langsmith/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
66
66
|
langgraph_api/auth/langsmith/backend.py,sha256=Y6-VxD7zfV1jzGdjmQ66CgNa3SenLbo3d_375CcKZ9U,3770
|
|
67
67
|
langgraph_api/auth/langsmith/client.py,sha256=79kwCVeHU64nsHsxWipfZhf44lM6vfs2nlfTxlJF6LU,4142
|
|
68
|
-
langgraph_api/config/__init__.py,sha256=
|
|
68
|
+
langgraph_api/config/__init__.py,sha256=GiL2uV0ng-7vH1k5VJBWfSYgsMgbVM9qmocJ4gym11g,26464
|
|
69
69
|
langgraph_api/config/_parse.py,sha256=RpfZgFAPJlRMv13AzGr3kAYbIrqHcgjzO8IgeboTw4A,3922
|
|
70
70
|
langgraph_api/config/schemas.py,sha256=cHzVvepthpD7DDeWE2ytkOHah-iDNH7xRx9dSWUatQI,20864
|
|
71
71
|
langgraph_api/encryption/__init__.py,sha256=gaCZ00CocSbqSqrDn6XJHaSp2CZCnC8qnrD9G4fbzyI,363
|
|
@@ -236,8 +236,8 @@ langgraph_grpc_common/proto/store_pb2.py,sha256=uAYM7OcdEOK12iRcPYihC2suSeCo_Qdb
|
|
|
236
236
|
langgraph_grpc_common/proto/store_pb2.pyi,sha256=_dcxyxV8moR6H67qU42r2h2p_Ub-PZSHs3OoS9KMdSY,27782
|
|
237
237
|
langgraph_grpc_common/proto/store_pb2_grpc.py,sha256=wSD65QgFkYTkPTHcf7VhyI2FQ7UH_RgIf3vQW3VYlsM,3324
|
|
238
238
|
langgraph_grpc_common/proto/store_pb2_grpc.pyi,sha256=oS1h2cDoq2OjyM8xazcmc8LwRDC5oCAD0zto2QUmPQw,2027
|
|
239
|
-
langgraph_api-0.12.0.
|
|
240
|
-
langgraph_api-0.12.0.
|
|
241
|
-
langgraph_api-0.12.0.
|
|
242
|
-
langgraph_api-0.12.0.
|
|
243
|
-
langgraph_api-0.12.0.
|
|
239
|
+
langgraph_api-0.12.0.dev22.dist-info/METADATA,sha256=M4jOTXtygUqW6Fe7xtPKiz8_i-DAB4lQRNUTtVKza6k,4631
|
|
240
|
+
langgraph_api-0.12.0.dev22.dist-info/WHEEL,sha256=lCkmxWfQsSc9CfIClYeavTdQeEX2toPqufh9gI35EQA,87
|
|
241
|
+
langgraph_api-0.12.0.dev22.dist-info/entry_points.txt,sha256=hGedv8n7cgi41PypMfinwS_HfCwA7xJIfS0jAp8htV8,78
|
|
242
|
+
langgraph_api-0.12.0.dev22.dist-info/licenses/LICENSE,sha256=ZPwVR73Biwm3sK6vR54djCrhaRiM4cAD2zvOQZV8Xis,3859
|
|
243
|
+
langgraph_api-0.12.0.dev22.dist-info/RECORD,,
|
|
File without changes
|
{langgraph_api-0.12.0.dev21.dist-info → langgraph_api-0.12.0.dev22.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{langgraph_api-0.12.0.dev21.dist-info → langgraph_api-0.12.0.dev22.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|