install new packages
Browse files- pyproject.toml +3 -1
- uv.lock +172 -9
pyproject.toml
CHANGED
|
@@ -13,15 +13,17 @@ dependencies = [
|
|
| 13 |
"langchain-groq>=0.3.5",
|
| 14 |
"langchain-pinecone>=0.2.8",
|
| 15 |
"langgraph>=0.5.0",
|
|
|
|
| 16 |
"langgraph-checkpoint-redis>=0.0.8",
|
|
|
|
| 17 |
"mem0ai>=0.1.114",
|
| 18 |
"pinecone>=7.3.0",
|
| 19 |
"psycopg2-binary>=2.9.10",
|
|
|
|
| 20 |
"pydantic-settings>=2.10.1",
|
| 21 |
"python-dotenv>=1.1.1",
|
| 22 |
"python-jose>=3.5.0",
|
| 23 |
"sqlmodel>=0.0.24",
|
| 24 |
-
"upstash-redis>=1.4.0",
|
| 25 |
"uvicorn[standard]>=0.35.0",
|
| 26 |
"websockets>=15.0.1",
|
| 27 |
]
|
|
|
|
| 13 |
"langchain-groq>=0.3.5",
|
| 14 |
"langchain-pinecone>=0.2.8",
|
| 15 |
"langgraph>=0.5.0",
|
| 16 |
+
"langgraph-checkpoint-postgres>=2.0.23",
|
| 17 |
"langgraph-checkpoint-redis>=0.0.8",
|
| 18 |
+
"langmem>=0.0.28",
|
| 19 |
"mem0ai>=0.1.114",
|
| 20 |
"pinecone>=7.3.0",
|
| 21 |
"psycopg2-binary>=2.9.10",
|
| 22 |
+
"psycopg[binary]>=3.2.9",
|
| 23 |
"pydantic-settings>=2.10.1",
|
| 24 |
"python-dotenv>=1.1.1",
|
| 25 |
"python-jose>=3.5.0",
|
| 26 |
"sqlmodel>=0.0.24",
|
|
|
|
| 27 |
"uvicorn[standard]>=0.35.0",
|
| 28 |
"websockets>=15.0.1",
|
| 29 |
]
|
uv.lock
CHANGED
|
@@ -119,6 +119,24 @@ wheels = [
|
|
| 119 |
{ url = "https://files.pythonhosted.org/packages/78/b6/6307fbef88d9b5ee7421e68d78a9f162e0da4900bc5f5793f6d3d0e34fb8/annotated_types-0.7.0-py3-none-any.whl", hash = "sha256:1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53", size = 13643 },
|
| 120 |
]
|
| 121 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 122 |
[[package]]
|
| 123 |
name = "anyio"
|
| 124 |
version = "4.9.0"
|
|
@@ -374,6 +392,18 @@ wheels = [
|
|
| 374 |
{ url = "https://files.pythonhosted.org/packages/12/b3/231ffd4ab1fc9d679809f356cebee130ac7daa00d6d6f3206dd4fd137e9e/distro-1.9.0-py3-none-any.whl", hash = "sha256:7bffd925d65168f85027d8da9af6bddab658135b840670a223589bc0c8ef02b2", size = 20277 },
|
| 375 |
]
|
| 376 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 377 |
[[package]]
|
| 378 |
name = "ecdsa"
|
| 379 |
version = "0.19.1"
|
|
@@ -1009,6 +1039,20 @@ wheels = [
|
|
| 1009 |
{ url = "https://files.pythonhosted.org/packages/f1/f2/c09a2e383283e3af1db669ab037ac05a45814f4b9c472c48dc24c0cef039/langchain-0.3.26-py3-none-any.whl", hash = "sha256:361bb2e61371024a8c473da9f9c55f4ee50f269c5ab43afdb2b1309cb7ac36cf", size = 1012336 },
|
| 1010 |
]
|
| 1011 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1012 |
[[package]]
|
| 1013 |
name = "langchain-community"
|
| 1014 |
version = "0.3.27"
|
|
@@ -1172,6 +1216,21 @@ wheels = [
|
|
| 1172 |
{ url = "https://files.pythonhosted.org/packages/0f/41/390a97d9d0abe5b71eea2f6fb618d8adadefa674e97f837bae6cda670bc7/langgraph_checkpoint-2.1.0-py3-none-any.whl", hash = "sha256:4cea3e512081da1241396a519cbfe4c5d92836545e2c64e85b6f5c34a1b8bc61", size = 43844 },
|
| 1173 |
]
|
| 1174 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1175 |
[[package]]
|
| 1176 |
name = "langgraph-checkpoint-redis"
|
| 1177 |
version = "0.0.8"
|
|
@@ -1211,6 +1270,25 @@ wheels = [
|
|
| 1211 |
{ url = "https://files.pythonhosted.org/packages/4b/4b/d56b51da08d168c2315cd092faa47bc83388b116756dbd6995026ec9ba3f/langgraph_sdk-0.1.72-py3-none-any.whl", hash = "sha256:925d3fcc7a26361db04f9c4beb3ec05bc36361b2a836d181ff2ab145071ec3ce", size = 50129 },
|
| 1212 |
]
|
| 1213 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1214 |
[[package]]
|
| 1215 |
name = "langsmith"
|
| 1216 |
version = "0.4.4"
|
|
@@ -1242,15 +1320,17 @@ dependencies = [
|
|
| 1242 |
{ name = "langchain-groq" },
|
| 1243 |
{ name = "langchain-pinecone" },
|
| 1244 |
{ name = "langgraph" },
|
|
|
|
| 1245 |
{ name = "langgraph-checkpoint-redis" },
|
|
|
|
| 1246 |
{ name = "mem0ai" },
|
| 1247 |
{ name = "pinecone" },
|
|
|
|
| 1248 |
{ name = "psycopg2-binary" },
|
| 1249 |
{ name = "pydantic-settings" },
|
| 1250 |
{ name = "python-dotenv" },
|
| 1251 |
{ name = "python-jose" },
|
| 1252 |
{ name = "sqlmodel" },
|
| 1253 |
-
{ name = "upstash-redis" },
|
| 1254 |
{ name = "uvicorn", extra = ["standard"] },
|
| 1255 |
{ name = "websockets" },
|
| 1256 |
]
|
|
@@ -1265,15 +1345,17 @@ requires-dist = [
|
|
| 1265 |
{ name = "langchain-groq", specifier = ">=0.3.5" },
|
| 1266 |
{ name = "langchain-pinecone", specifier = ">=0.2.8" },
|
| 1267 |
{ name = "langgraph", specifier = ">=0.5.0" },
|
|
|
|
| 1268 |
{ name = "langgraph-checkpoint-redis", specifier = ">=0.0.8" },
|
|
|
|
| 1269 |
{ name = "mem0ai", specifier = ">=0.1.114" },
|
| 1270 |
{ name = "pinecone", specifier = ">=7.3.0" },
|
|
|
|
| 1271 |
{ name = "psycopg2-binary", specifier = ">=2.9.10" },
|
| 1272 |
{ name = "pydantic-settings", specifier = ">=2.10.1" },
|
| 1273 |
{ name = "python-dotenv", specifier = ">=1.1.1" },
|
| 1274 |
{ name = "python-jose", specifier = ">=3.5.0" },
|
| 1275 |
{ name = "sqlmodel", specifier = ">=0.0.24" },
|
| 1276 |
-
{ name = "upstash-redis", specifier = ">=1.4.0" },
|
| 1277 |
{ name = "uvicorn", extras = ["standard"], specifier = ">=0.35.0" },
|
| 1278 |
{ name = "websockets", specifier = ">=15.0.1" },
|
| 1279 |
]
|
|
@@ -1885,6 +1967,76 @@ wheels = [
|
|
| 1885 |
{ url = "https://files.pythonhosted.org/packages/50/1b/6921afe68c74868b4c9fa424dad3be35b095e16687989ebbb50ce4fceb7c/psutil-7.0.0-cp37-abi3-win_amd64.whl", hash = "sha256:4cf3d4eb1aa9b348dec30105c55cd9b7d4629285735a102beb4441e38db90553", size = 244885 },
|
| 1886 |
]
|
| 1887 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1888 |
[[package]]
|
| 1889 |
name = "psycopg2-binary"
|
| 1890 |
version = "2.9.10"
|
|
@@ -2664,6 +2816,20 @@ wheels = [
|
|
| 2664 |
{ url = "https://files.pythonhosted.org/packages/00/c0/8f5d070730d7836adc9c9b6408dec68c6ced86b304a9b26a14df072a6e8c/traitlets-5.14.3-py3-none-any.whl", hash = "sha256:b74e89e397b1ed28cc831db7aea759ba6640cb3de13090ca145426688ff1ac4f", size = 85359 },
|
| 2665 |
]
|
| 2666 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2667 |
[[package]]
|
| 2668 |
name = "typing-extensions"
|
| 2669 |
version = "4.14.0"
|
|
@@ -2699,15 +2865,12 @@ wheels = [
|
|
| 2699 |
]
|
| 2700 |
|
| 2701 |
[[package]]
|
| 2702 |
-
name = "
|
| 2703 |
-
version = "
|
| 2704 |
source = { registry = "https://pypi.org/simple" }
|
| 2705 |
-
|
| 2706 |
-
{ name = "httpx" },
|
| 2707 |
-
]
|
| 2708 |
-
sdist = { url = "https://files.pythonhosted.org/packages/73/4c/308af54f76b54c2245f60a8f294ec710738402d44291e8605aeac8d82532/upstash_redis-1.4.0.tar.gz", hash = "sha256:e3b77205cb99695b8000042695f8054e27c12fbc2eebe5ccdd428d986b11de87", size = 34976 }
|
| 2709 |
wheels = [
|
| 2710 |
-
{ url = "https://files.pythonhosted.org/packages/
|
| 2711 |
]
|
| 2712 |
|
| 2713 |
[[package]]
|
|
|
|
| 119 |
{ url = "https://files.pythonhosted.org/packages/78/b6/6307fbef88d9b5ee7421e68d78a9f162e0da4900bc5f5793f6d3d0e34fb8/annotated_types-0.7.0-py3-none-any.whl", hash = "sha256:1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53", size = 13643 },
|
| 120 |
]
|
| 121 |
|
| 122 |
+
[[package]]
|
| 123 |
+
name = "anthropic"
|
| 124 |
+
version = "0.57.1"
|
| 125 |
+
source = { registry = "https://pypi.org/simple" }
|
| 126 |
+
dependencies = [
|
| 127 |
+
{ name = "anyio" },
|
| 128 |
+
{ name = "distro" },
|
| 129 |
+
{ name = "httpx" },
|
| 130 |
+
{ name = "jiter" },
|
| 131 |
+
{ name = "pydantic" },
|
| 132 |
+
{ name = "sniffio" },
|
| 133 |
+
{ name = "typing-extensions" },
|
| 134 |
+
]
|
| 135 |
+
sdist = { url = "https://files.pythonhosted.org/packages/d7/75/6261a1a8d92aed47e27d2fcfb3a411af73b1435e6ae1186da02b760565d0/anthropic-0.57.1.tar.gz", hash = "sha256:7815dd92245a70d21f65f356f33fc80c5072eada87fb49437767ea2918b2c4b0", size = 423775 }
|
| 136 |
+
wheels = [
|
| 137 |
+
{ url = "https://files.pythonhosted.org/packages/e5/cf/ca0ba77805aec6171629a8b665c7dc224dab374539c3d27005b5d8c100a0/anthropic-0.57.1-py3-none-any.whl", hash = "sha256:33afc1f395af207d07ff1bffc0a3d1caac53c371793792569c5d2f09283ea306", size = 292779 },
|
| 138 |
+
]
|
| 139 |
+
|
| 140 |
[[package]]
|
| 141 |
name = "anyio"
|
| 142 |
version = "4.9.0"
|
|
|
|
| 392 |
{ url = "https://files.pythonhosted.org/packages/12/b3/231ffd4ab1fc9d679809f356cebee130ac7daa00d6d6f3206dd4fd137e9e/distro-1.9.0-py3-none-any.whl", hash = "sha256:7bffd925d65168f85027d8da9af6bddab658135b840670a223589bc0c8ef02b2", size = 20277 },
|
| 393 |
]
|
| 394 |
|
| 395 |
+
[[package]]
|
| 396 |
+
name = "dydantic"
|
| 397 |
+
version = "0.0.8"
|
| 398 |
+
source = { registry = "https://pypi.org/simple" }
|
| 399 |
+
dependencies = [
|
| 400 |
+
{ name = "pydantic" },
|
| 401 |
+
]
|
| 402 |
+
sdist = { url = "https://files.pythonhosted.org/packages/08/c5/2d097e5a4816b15186c1ae06c5cfe3c332e69a0f3556dc6cee2d370acf2a/dydantic-0.0.8.tar.gz", hash = "sha256:14a31d4cdfce314ce3e69e8f8c7c46cbc26ce3ce4485de0832260386c612942f", size = 8115 }
|
| 403 |
+
wheels = [
|
| 404 |
+
{ url = "https://files.pythonhosted.org/packages/7a/7c/a1b120141a300853d82291faf0ba1a95133fa390e4b7d773647b69c8c0f4/dydantic-0.0.8-py3-none-any.whl", hash = "sha256:cd0a991f523bd8632699872f1c0c4278415dd04783e36adec5428defa0afb721", size = 8637 },
|
| 405 |
+
]
|
| 406 |
+
|
| 407 |
[[package]]
|
| 408 |
name = "ecdsa"
|
| 409 |
version = "0.19.1"
|
|
|
|
| 1039 |
{ url = "https://files.pythonhosted.org/packages/f1/f2/c09a2e383283e3af1db669ab037ac05a45814f4b9c472c48dc24c0cef039/langchain-0.3.26-py3-none-any.whl", hash = "sha256:361bb2e61371024a8c473da9f9c55f4ee50f269c5ab43afdb2b1309cb7ac36cf", size = 1012336 },
|
| 1040 |
]
|
| 1041 |
|
| 1042 |
+
[[package]]
|
| 1043 |
+
name = "langchain-anthropic"
|
| 1044 |
+
version = "0.3.16"
|
| 1045 |
+
source = { registry = "https://pypi.org/simple" }
|
| 1046 |
+
dependencies = [
|
| 1047 |
+
{ name = "anthropic" },
|
| 1048 |
+
{ name = "langchain-core" },
|
| 1049 |
+
{ name = "pydantic" },
|
| 1050 |
+
]
|
| 1051 |
+
sdist = { url = "https://files.pythonhosted.org/packages/24/57/6cff500c4086f8c2d4aa4554450ab99dc6fcfc9f5bb8678624970b7138d9/langchain_anthropic-0.3.16.tar.gz", hash = "sha256:8af6abcf914b5c25f0bec69dc808b58a50595cde48819c450a7af7a2d8c18642", size = 55282 }
|
| 1052 |
+
wheels = [
|
| 1053 |
+
{ url = "https://files.pythonhosted.org/packages/18/1f/263bbb0cf96472d292041cb803355fc0478194d05c7d3184c046dcacc803/langchain_anthropic-0.3.16-py3-none-any.whl", hash = "sha256:f27d646700f27c3131f1accc8c2c238c813ad5d49e53e45458de0afadc7c447d", size = 29183 },
|
| 1054 |
+
]
|
| 1055 |
+
|
| 1056 |
[[package]]
|
| 1057 |
name = "langchain-community"
|
| 1058 |
version = "0.3.27"
|
|
|
|
| 1216 |
{ url = "https://files.pythonhosted.org/packages/0f/41/390a97d9d0abe5b71eea2f6fb618d8adadefa674e97f837bae6cda670bc7/langgraph_checkpoint-2.1.0-py3-none-any.whl", hash = "sha256:4cea3e512081da1241396a519cbfe4c5d92836545e2c64e85b6f5c34a1b8bc61", size = 43844 },
|
| 1217 |
]
|
| 1218 |
|
| 1219 |
+
[[package]]
|
| 1220 |
+
name = "langgraph-checkpoint-postgres"
|
| 1221 |
+
version = "2.0.23"
|
| 1222 |
+
source = { registry = "https://pypi.org/simple" }
|
| 1223 |
+
dependencies = [
|
| 1224 |
+
{ name = "langgraph-checkpoint" },
|
| 1225 |
+
{ name = "orjson" },
|
| 1226 |
+
{ name = "psycopg" },
|
| 1227 |
+
{ name = "psycopg-pool" },
|
| 1228 |
+
]
|
| 1229 |
+
sdist = { url = "https://files.pythonhosted.org/packages/c4/35/40a005d01582c3e57c3bd6614a601010b5e8a3c02169d2337ebf948a3f76/langgraph_checkpoint_postgres-2.0.23.tar.gz", hash = "sha256:0962daa924eaa564380429742df217287ac579b377aae6c1abad9f1c2cfbee53", size = 118214 }
|
| 1230 |
+
wheels = [
|
| 1231 |
+
{ url = "https://files.pythonhosted.org/packages/b5/cb/df2b4b9b99c73c2622fc91af08c23b0aad4194afbe484cd836ad2bd12a0a/langgraph_checkpoint_postgres-2.0.23-py3-none-any.whl", hash = "sha256:d85b53c2efbd8d36d7bb8ca3491ed5601fddaf4f37b0e6eb961639a8edb33873", size = 40674 },
|
| 1232 |
+
]
|
| 1233 |
+
|
| 1234 |
[[package]]
|
| 1235 |
name = "langgraph-checkpoint-redis"
|
| 1236 |
version = "0.0.8"
|
|
|
|
| 1270 |
{ url = "https://files.pythonhosted.org/packages/4b/4b/d56b51da08d168c2315cd092faa47bc83388b116756dbd6995026ec9ba3f/langgraph_sdk-0.1.72-py3-none-any.whl", hash = "sha256:925d3fcc7a26361db04f9c4beb3ec05bc36361b2a836d181ff2ab145071ec3ce", size = 50129 },
|
| 1271 |
]
|
| 1272 |
|
| 1273 |
+
[[package]]
|
| 1274 |
+
name = "langmem"
|
| 1275 |
+
version = "0.0.28"
|
| 1276 |
+
source = { registry = "https://pypi.org/simple" }
|
| 1277 |
+
dependencies = [
|
| 1278 |
+
{ name = "langchain" },
|
| 1279 |
+
{ name = "langchain-anthropic" },
|
| 1280 |
+
{ name = "langchain-core" },
|
| 1281 |
+
{ name = "langchain-openai" },
|
| 1282 |
+
{ name = "langgraph" },
|
| 1283 |
+
{ name = "langgraph-checkpoint" },
|
| 1284 |
+
{ name = "langsmith" },
|
| 1285 |
+
{ name = "trustcall" },
|
| 1286 |
+
]
|
| 1287 |
+
sdist = { url = "https://files.pythonhosted.org/packages/d3/18/b6ad694b99150113dd7e3df30dfbb5ed2abf07a1a72d2b8abde87d079bb4/langmem-0.0.28.tar.gz", hash = "sha256:625f76b457e6f052545a5949a7281c0ebb98d0eb78c68a29a6dce7e3e402f1a3", size = 231884 }
|
| 1288 |
+
wheels = [
|
| 1289 |
+
{ url = "https://files.pythonhosted.org/packages/40/89/73d77b1f38c1df4a86b16ff77bb5951279b8463f81d32e31651bd6820762/langmem-0.0.28-py3-none-any.whl", hash = "sha256:9b2a145f8ff61bdf3158e8ce46f4b76d6a946f9cd21f6dc51b0db95cae718033", size = 66996 },
|
| 1290 |
+
]
|
| 1291 |
+
|
| 1292 |
[[package]]
|
| 1293 |
name = "langsmith"
|
| 1294 |
version = "0.4.4"
|
|
|
|
| 1320 |
{ name = "langchain-groq" },
|
| 1321 |
{ name = "langchain-pinecone" },
|
| 1322 |
{ name = "langgraph" },
|
| 1323 |
+
{ name = "langgraph-checkpoint-postgres" },
|
| 1324 |
{ name = "langgraph-checkpoint-redis" },
|
| 1325 |
+
{ name = "langmem" },
|
| 1326 |
{ name = "mem0ai" },
|
| 1327 |
{ name = "pinecone" },
|
| 1328 |
+
{ name = "psycopg", extra = ["binary"] },
|
| 1329 |
{ name = "psycopg2-binary" },
|
| 1330 |
{ name = "pydantic-settings" },
|
| 1331 |
{ name = "python-dotenv" },
|
| 1332 |
{ name = "python-jose" },
|
| 1333 |
{ name = "sqlmodel" },
|
|
|
|
| 1334 |
{ name = "uvicorn", extra = ["standard"] },
|
| 1335 |
{ name = "websockets" },
|
| 1336 |
]
|
|
|
|
| 1345 |
{ name = "langchain-groq", specifier = ">=0.3.5" },
|
| 1346 |
{ name = "langchain-pinecone", specifier = ">=0.2.8" },
|
| 1347 |
{ name = "langgraph", specifier = ">=0.5.0" },
|
| 1348 |
+
{ name = "langgraph-checkpoint-postgres", specifier = ">=2.0.23" },
|
| 1349 |
{ name = "langgraph-checkpoint-redis", specifier = ">=0.0.8" },
|
| 1350 |
+
{ name = "langmem", specifier = ">=0.0.28" },
|
| 1351 |
{ name = "mem0ai", specifier = ">=0.1.114" },
|
| 1352 |
{ name = "pinecone", specifier = ">=7.3.0" },
|
| 1353 |
+
{ name = "psycopg", extras = ["binary"], specifier = ">=3.2.9" },
|
| 1354 |
{ name = "psycopg2-binary", specifier = ">=2.9.10" },
|
| 1355 |
{ name = "pydantic-settings", specifier = ">=2.10.1" },
|
| 1356 |
{ name = "python-dotenv", specifier = ">=1.1.1" },
|
| 1357 |
{ name = "python-jose", specifier = ">=3.5.0" },
|
| 1358 |
{ name = "sqlmodel", specifier = ">=0.0.24" },
|
|
|
|
| 1359 |
{ name = "uvicorn", extras = ["standard"], specifier = ">=0.35.0" },
|
| 1360 |
{ name = "websockets", specifier = ">=15.0.1" },
|
| 1361 |
]
|
|
|
|
| 1967 |
{ url = "https://files.pythonhosted.org/packages/50/1b/6921afe68c74868b4c9fa424dad3be35b095e16687989ebbb50ce4fceb7c/psutil-7.0.0-cp37-abi3-win_amd64.whl", hash = "sha256:4cf3d4eb1aa9b348dec30105c55cd9b7d4629285735a102beb4441e38db90553", size = 244885 },
|
| 1968 |
]
|
| 1969 |
|
| 1970 |
+
[[package]]
|
| 1971 |
+
name = "psycopg"
|
| 1972 |
+
version = "3.2.9"
|
| 1973 |
+
source = { registry = "https://pypi.org/simple" }
|
| 1974 |
+
dependencies = [
|
| 1975 |
+
{ name = "typing-extensions", marker = "python_full_version < '3.13'" },
|
| 1976 |
+
{ name = "tzdata", marker = "sys_platform == 'win32'" },
|
| 1977 |
+
]
|
| 1978 |
+
sdist = { url = "https://files.pythonhosted.org/packages/27/4a/93a6ab570a8d1a4ad171a1f4256e205ce48d828781312c0bbaff36380ecb/psycopg-3.2.9.tar.gz", hash = "sha256:2fbb46fcd17bc81f993f28c47f1ebea38d66ae97cc2dbc3cad73b37cefbff700", size = 158122 }
|
| 1979 |
+
wheels = [
|
| 1980 |
+
{ url = "https://files.pythonhosted.org/packages/44/b0/a73c195a56eb6b92e937a5ca58521a5c3346fb233345adc80fd3e2f542e2/psycopg-3.2.9-py3-none-any.whl", hash = "sha256:01a8dadccdaac2123c916208c96e06631641c0566b22005493f09663c7a8d3b6", size = 202705 },
|
| 1981 |
+
]
|
| 1982 |
+
|
| 1983 |
+
[package.optional-dependencies]
|
| 1984 |
+
binary = [
|
| 1985 |
+
{ name = "psycopg-binary", marker = "implementation_name != 'pypy'" },
|
| 1986 |
+
]
|
| 1987 |
+
|
| 1988 |
+
[[package]]
|
| 1989 |
+
name = "psycopg-binary"
|
| 1990 |
+
version = "3.2.9"
|
| 1991 |
+
source = { registry = "https://pypi.org/simple" }
|
| 1992 |
+
wheels = [
|
| 1993 |
+
{ url = "https://files.pythonhosted.org/packages/b6/84/259ea58aca48e03c3c793b4ccfe39ed63db7b8081ef784d039330d9eed96/psycopg_binary-3.2.9-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:2504e9fd94eabe545d20cddcc2ff0da86ee55d76329e1ab92ecfcc6c0a8156c4", size = 4040785 },
|
| 1994 |
+
{ url = "https://files.pythonhosted.org/packages/25/22/ce58ffda2b7e36e45042b4d67f1bbd4dd2ccf4cfd2649696685c61046475/psycopg_binary-3.2.9-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:093a0c079dd6228a7f3c3d82b906b41964eaa062a9a8c19f45ab4984bf4e872b", size = 4087601 },
|
| 1995 |
+
{ url = "https://files.pythonhosted.org/packages/c6/4f/b043e85268650c245025e80039b79663d8986f857bc3d3a72b1de67f3550/psycopg_binary-3.2.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:387c87b51d72442708e7a853e7e7642717e704d59571da2f3b29e748be58c78a", size = 4676524 },
|
| 1996 |
+
{ url = "https://files.pythonhosted.org/packages/da/29/7afbfbd3740ea52fda488db190ef2ef2a9ff7379b85501a2142fb9f7dd56/psycopg_binary-3.2.9-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d9ac10a2ebe93a102a326415b330fff7512f01a9401406896e78a81d75d6eddc", size = 4495671 },
|
| 1997 |
+
{ url = "https://files.pythonhosted.org/packages/ea/eb/df69112d18a938cbb74efa1573082248437fa663ba66baf2cdba8a95a2d0/psycopg_binary-3.2.9-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:72fdbda5b4c2a6a72320857ef503a6589f56d46821592d4377c8c8604810342b", size = 4768132 },
|
| 1998 |
+
{ url = "https://files.pythonhosted.org/packages/76/fe/4803b20220c04f508f50afee9169268553f46d6eed99640a08c8c1e76409/psycopg_binary-3.2.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f34e88940833d46108f949fdc1fcfb74d6b5ae076550cd67ab59ef47555dba95", size = 4458394 },
|
| 1999 |
+
{ url = "https://files.pythonhosted.org/packages/0f/0f/5ecc64607ef6f62b04e610b7837b1a802ca6f7cb7211339f5d166d55f1dd/psycopg_binary-3.2.9-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:a3e0f89fe35cb03ff1646ab663dabf496477bab2a072315192dbaa6928862891", size = 3776879 },
|
| 2000 |
+
{ url = "https://files.pythonhosted.org/packages/c8/d8/1c3d6e99b7db67946d0eac2cd15d10a79aa7b1e3222ce4aa8e7df72027f5/psycopg_binary-3.2.9-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:6afb3e62f2a3456f2180a4eef6b03177788df7ce938036ff7f09b696d418d186", size = 3333329 },
|
| 2001 |
+
{ url = "https://files.pythonhosted.org/packages/d7/02/a4e82099816559f558ccaf2b6945097973624dc58d5d1c91eb1e54e5a8e9/psycopg_binary-3.2.9-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:cc19ed5c7afca3f6b298bfc35a6baa27adb2019670d15c32d0bb8f780f7d560d", size = 3435683 },
|
| 2002 |
+
{ url = "https://files.pythonhosted.org/packages/91/e4/f27055290d58e8818bed8a297162a096ef7f8ecdf01d98772d4b02af46c4/psycopg_binary-3.2.9-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:bc75f63653ce4ec764c8f8c8b0ad9423e23021e1c34a84eb5f4ecac8538a4a4a", size = 3497124 },
|
| 2003 |
+
{ url = "https://files.pythonhosted.org/packages/67/3d/17ed07579625529534605eeaeba34f0536754a5667dbf20ea2624fc80614/psycopg_binary-3.2.9-cp311-cp311-win_amd64.whl", hash = "sha256:3db3ba3c470801e94836ad78bf11fd5fab22e71b0c77343a1ee95d693879937a", size = 2939520 },
|
| 2004 |
+
{ url = "https://files.pythonhosted.org/packages/29/6f/ec9957e37a606cd7564412e03f41f1b3c3637a5be018d0849914cb06e674/psycopg_binary-3.2.9-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:be7d650a434921a6b1ebe3fff324dbc2364393eb29d7672e638ce3e21076974e", size = 4022205 },
|
| 2005 |
+
{ url = "https://files.pythonhosted.org/packages/6b/ba/497b8bea72b20a862ac95a94386967b745a472d9ddc88bc3f32d5d5f0d43/psycopg_binary-3.2.9-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:6a76b4722a529390683c0304501f238b365a46b1e5fb6b7249dbc0ad6fea51a0", size = 4083795 },
|
| 2006 |
+
{ url = "https://files.pythonhosted.org/packages/42/07/af9503e8e8bdad3911fd88e10e6a29240f9feaa99f57d6fac4a18b16f5a0/psycopg_binary-3.2.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:96a551e4683f1c307cfc3d9a05fec62c00a7264f320c9962a67a543e3ce0d8ff", size = 4655043 },
|
| 2007 |
+
{ url = "https://files.pythonhosted.org/packages/28/ed/aff8c9850df1648cc6a5cc7a381f11ee78d98a6b807edd4a5ae276ad60ad/psycopg_binary-3.2.9-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:61d0a6ceed8f08c75a395bc28cb648a81cf8dee75ba4650093ad1a24a51c8724", size = 4477972 },
|
| 2008 |
+
{ url = "https://files.pythonhosted.org/packages/5c/bd/8e9d1b77ec1a632818fe2f457c3a65af83c68710c4c162d6866947d08cc5/psycopg_binary-3.2.9-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ad280bbd409bf598683dda82232f5215cfc5f2b1bf0854e409b4d0c44a113b1d", size = 4737516 },
|
| 2009 |
+
{ url = "https://files.pythonhosted.org/packages/46/ec/222238f774cd5a0881f3f3b18fb86daceae89cc410f91ef6a9fb4556f236/psycopg_binary-3.2.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:76eddaf7fef1d0994e3d536ad48aa75034663d3a07f6f7e3e601105ae73aeff6", size = 4436160 },
|
| 2010 |
+
{ url = "https://files.pythonhosted.org/packages/37/78/af5af2a1b296eeca54ea7592cd19284739a844974c9747e516707e7b3b39/psycopg_binary-3.2.9-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:52e239cd66c4158e412318fbe028cd94b0ef21b0707f56dcb4bdc250ee58fd40", size = 3753518 },
|
| 2011 |
+
{ url = "https://files.pythonhosted.org/packages/ec/ac/8a3ed39ea069402e9e6e6a2f79d81a71879708b31cc3454283314994b1ae/psycopg_binary-3.2.9-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:08bf9d5eabba160dd4f6ad247cf12f229cc19d2458511cab2eb9647f42fa6795", size = 3313598 },
|
| 2012 |
+
{ url = "https://files.pythonhosted.org/packages/da/43/26549af068347c808fbfe5f07d2fa8cef747cfff7c695136172991d2378b/psycopg_binary-3.2.9-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:1b2cf018168cad87580e67bdde38ff5e51511112f1ce6ce9a8336871f465c19a", size = 3407289 },
|
| 2013 |
+
{ url = "https://files.pythonhosted.org/packages/67/55/ea8d227c77df8e8aec880ded398316735add8fda5eb4ff5cc96fac11e964/psycopg_binary-3.2.9-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:14f64d1ac6942ff089fc7e926440f7a5ced062e2ed0949d7d2d680dc5c00e2d4", size = 3472493 },
|
| 2014 |
+
{ url = "https://files.pythonhosted.org/packages/3c/02/6ff2a5bc53c3cd653d281666728e29121149179c73fddefb1e437024c192/psycopg_binary-3.2.9-cp312-cp312-win_amd64.whl", hash = "sha256:7a838852e5afb6b4126f93eb409516a8c02a49b788f4df8b6469a40c2157fa21", size = 2927400 },
|
| 2015 |
+
{ url = "https://files.pythonhosted.org/packages/28/0b/f61ff4e9f23396aca674ed4d5c9a5b7323738021d5d72d36d8b865b3deaf/psycopg_binary-3.2.9-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:98bbe35b5ad24a782c7bf267596638d78aa0e87abc7837bdac5b2a2ab954179e", size = 4017127 },
|
| 2016 |
+
{ url = "https://files.pythonhosted.org/packages/bc/00/7e181fb1179fbfc24493738b61efd0453d4b70a0c4b12728e2b82db355fd/psycopg_binary-3.2.9-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:72691a1615ebb42da8b636c5ca9f2b71f266be9e172f66209a361c175b7842c5", size = 4080322 },
|
| 2017 |
+
{ url = "https://files.pythonhosted.org/packages/58/fd/94fc267c1d1392c4211e54ccb943be96ea4032e761573cf1047951887494/psycopg_binary-3.2.9-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:25ab464bfba8c401f5536d5aa95f0ca1dd8257b5202eede04019b4415f491351", size = 4655097 },
|
| 2018 |
+
{ url = "https://files.pythonhosted.org/packages/41/17/31b3acf43de0b2ba83eac5878ff0dea5a608ca2a5c5dd48067999503a9de/psycopg_binary-3.2.9-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0e8aeefebe752f46e3c4b769e53f1d4ad71208fe1150975ef7662c22cca80fab", size = 4482114 },
|
| 2019 |
+
{ url = "https://files.pythonhosted.org/packages/85/78/b4d75e5fd5a85e17f2beb977abbba3389d11a4536b116205846b0e1cf744/psycopg_binary-3.2.9-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b7e4e4dd177a8665c9ce86bc9caae2ab3aa9360b7ce7ec01827ea1baea9ff748", size = 4737693 },
|
| 2020 |
+
{ url = "https://files.pythonhosted.org/packages/3b/95/7325a8550e3388b00b5e54f4ced5e7346b531eb4573bf054c3dbbfdc14fe/psycopg_binary-3.2.9-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7fc2915949e5c1ea27a851f7a472a7da7d0a40d679f0a31e42f1022f3c562e87", size = 4437423 },
|
| 2021 |
+
{ url = "https://files.pythonhosted.org/packages/1a/db/cef77d08e59910d483df4ee6da8af51c03bb597f500f1fe818f0f3b925d3/psycopg_binary-3.2.9-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:a1fa38a4687b14f517f049477178093c39c2a10fdcced21116f47c017516498f", size = 3758667 },
|
| 2022 |
+
{ url = "https://files.pythonhosted.org/packages/95/3e/252fcbffb47189aa84d723b54682e1bb6d05c8875fa50ce1ada914ae6e28/psycopg_binary-3.2.9-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:5be8292d07a3ab828dc95b5ee6b69ca0a5b2e579a577b39671f4f5b47116dfd2", size = 3320576 },
|
| 2023 |
+
{ url = "https://files.pythonhosted.org/packages/1c/cd/9b5583936515d085a1bec32b45289ceb53b80d9ce1cea0fef4c782dc41a7/psycopg_binary-3.2.9-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:778588ca9897b6c6bab39b0d3034efff4c5438f5e3bd52fda3914175498202f9", size = 3411439 },
|
| 2024 |
+
{ url = "https://files.pythonhosted.org/packages/45/6b/6f1164ea1634c87956cdb6db759e0b8c5827f989ee3cdff0f5c70e8331f2/psycopg_binary-3.2.9-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:f0d5b3af045a187aedbd7ed5fc513bd933a97aaff78e61c3745b330792c4345b", size = 3477477 },
|
| 2025 |
+
{ url = "https://files.pythonhosted.org/packages/7b/1d/bf54cfec79377929da600c16114f0da77a5f1670f45e0c3af9fcd36879bc/psycopg_binary-3.2.9-cp313-cp313-win_amd64.whl", hash = "sha256:2290bc146a1b6a9730350f695e8b670e1d1feb8446597bed0bbe7c3c30e0abcb", size = 2928009 },
|
| 2026 |
+
]
|
| 2027 |
+
|
| 2028 |
+
[[package]]
|
| 2029 |
+
name = "psycopg-pool"
|
| 2030 |
+
version = "3.2.6"
|
| 2031 |
+
source = { registry = "https://pypi.org/simple" }
|
| 2032 |
+
dependencies = [
|
| 2033 |
+
{ name = "typing-extensions" },
|
| 2034 |
+
]
|
| 2035 |
+
sdist = { url = "https://files.pythonhosted.org/packages/cf/13/1e7850bb2c69a63267c3dbf37387d3f71a00fd0e2fa55c5db14d64ba1af4/psycopg_pool-3.2.6.tar.gz", hash = "sha256:0f92a7817719517212fbfe2fd58b8c35c1850cdd2a80d36b581ba2085d9148e5", size = 29770 }
|
| 2036 |
+
wheels = [
|
| 2037 |
+
{ url = "https://files.pythonhosted.org/packages/47/fd/4feb52a55c1a4bd748f2acaed1903ab54a723c47f6d0242780f4d97104d4/psycopg_pool-3.2.6-py3-none-any.whl", hash = "sha256:5887318a9f6af906d041a0b1dc1c60f8f0dda8340c2572b74e10907b51ed5da7", size = 38252 },
|
| 2038 |
+
]
|
| 2039 |
+
|
| 2040 |
[[package]]
|
| 2041 |
name = "psycopg2-binary"
|
| 2042 |
version = "2.9.10"
|
|
|
|
| 2816 |
{ url = "https://files.pythonhosted.org/packages/00/c0/8f5d070730d7836adc9c9b6408dec68c6ced86b304a9b26a14df072a6e8c/traitlets-5.14.3-py3-none-any.whl", hash = "sha256:b74e89e397b1ed28cc831db7aea759ba6640cb3de13090ca145426688ff1ac4f", size = 85359 },
|
| 2817 |
]
|
| 2818 |
|
| 2819 |
+
[[package]]
|
| 2820 |
+
name = "trustcall"
|
| 2821 |
+
version = "0.0.39"
|
| 2822 |
+
source = { registry = "https://pypi.org/simple" }
|
| 2823 |
+
dependencies = [
|
| 2824 |
+
{ name = "dydantic" },
|
| 2825 |
+
{ name = "jsonpatch" },
|
| 2826 |
+
{ name = "langgraph" },
|
| 2827 |
+
]
|
| 2828 |
+
sdist = { url = "https://files.pythonhosted.org/packages/2b/72/4cdb54a31952827e8b58e11ea286bbfe2d3aa0ffb77a2f87dbc1c7ea77d3/trustcall-0.0.39.tar.gz", hash = "sha256:ec315818224501b9537ce6b7618dbc21be41210c6e8f2e239169a5a00912cd6e", size = 38637 }
|
| 2829 |
+
wheels = [
|
| 2830 |
+
{ url = "https://files.pythonhosted.org/packages/2c/3a/58de925a104ce554fc250b833fe76401c7822aa8d65f2002cb53195e6c64/trustcall-0.0.39-py3-none-any.whl", hash = "sha256:d7da42e0bba816c0539b2936dfed90ffb3ea8d789e548e73865d416f8ac4ee64", size = 30073 },
|
| 2831 |
+
]
|
| 2832 |
+
|
| 2833 |
[[package]]
|
| 2834 |
name = "typing-extensions"
|
| 2835 |
version = "4.14.0"
|
|
|
|
| 2865 |
]
|
| 2866 |
|
| 2867 |
[[package]]
|
| 2868 |
+
name = "tzdata"
|
| 2869 |
+
version = "2025.2"
|
| 2870 |
source = { registry = "https://pypi.org/simple" }
|
| 2871 |
+
sdist = { url = "https://files.pythonhosted.org/packages/95/32/1a225d6164441be760d75c2c42e2780dc0873fe382da3e98a2e1e48361e5/tzdata-2025.2.tar.gz", hash = "sha256:b60a638fcc0daffadf82fe0f57e53d06bdec2f36c4df66280ae79bce6bd6f2b9", size = 196380 }
|
|
|
|
|
|
|
|
|
|
| 2872 |
wheels = [
|
| 2873 |
+
{ url = "https://files.pythonhosted.org/packages/5c/23/c7abc0ca0a1526a0774eca151daeb8de62ec457e77262b66b359c3c7679e/tzdata-2025.2-py2.py3-none-any.whl", hash = "sha256:1a403fada01ff9221ca8044d701868fa132215d84beb92242d9acd2147f667a8", size = 347839 },
|
| 2874 |
]
|
| 2875 |
|
| 2876 |
[[package]]
|