yaleh commited on
Commit
f27815d
·
1 Parent(s): 8f7e2cd

Upgraded langchain.

Browse files
Files changed (1) hide show
  1. poetry.lock +97 -25
poetry.lock CHANGED
@@ -1145,6 +1145,76 @@ MarkupSafe = ">=2.0"
1145
  [package.extras]
1146
  i18n = ["Babel (>=2.7)"]
1147
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1148
  [[package]]
1149
  name = "jsonpatch"
1150
  version = "1.33"
@@ -1320,24 +1390,24 @@ files = [
1320
 
1321
  [[package]]
1322
  name = "langchain"
1323
- version = "0.2.6"
1324
  description = "Building applications with LLMs through composability"
1325
  optional = false
1326
  python-versions = "<4.0,>=3.8.1"
1327
  files = [
1328
- {file = "langchain-0.2.6-py3-none-any.whl", hash = "sha256:f86e8a7afd3e56f8eb5ba47f01dd00144fb9fc2f1db9873bd197347be2857aa4"},
1329
- {file = "langchain-0.2.6.tar.gz", hash = "sha256:867f6add370c1e3911b0e87d3dd0e36aec1e8f513bf06131340fe8f151d89dc5"},
1330
  ]
1331
 
1332
  [package.dependencies]
1333
  aiohttp = ">=3.8.3,<4.0.0"
1334
  async-timeout = {version = ">=4.0.0,<5.0.0", markers = "python_version < \"3.11\""}
1335
- langchain-core = ">=0.2.10,<0.3.0"
1336
  langchain-text-splitters = ">=0.2.0,<0.3.0"
1337
  langsmith = ">=0.1.17,<0.2.0"
1338
  numpy = [
1339
- {version = ">=1.26.0,<2.0.0", markers = "python_version >= \"3.12\""},
1340
  {version = ">=1,<2", markers = "python_version < \"3.12\""},
 
1341
  ]
1342
  pydantic = ">=1,<3"
1343
  PyYAML = ">=5.3"
@@ -1347,13 +1417,13 @@ tenacity = ">=8.1.0,<8.4.0 || >8.4.0,<9.0.0"
1347
 
1348
  [[package]]
1349
  name = "langchain-core"
1350
- version = "0.2.11"
1351
  description = "Building applications with LLMs through composability"
1352
  optional = false
1353
  python-versions = "<4.0,>=3.8.1"
1354
  files = [
1355
- {file = "langchain_core-0.2.11-py3-none-any.whl", hash = "sha256:c7ca4dc4d88e3c69fd7916c95a7027c2b1a11c2db5a51141c3ceb8afac212208"},
1356
- {file = "langchain_core-0.2.11.tar.gz", hash = "sha256:7a4661b50604eeb20c3373fbfd8a4f1b74482a6ab4e0f9df11e96821ead8ef0c"},
1357
  ]
1358
 
1359
  [package.dependencies]
@@ -1361,26 +1431,27 @@ jsonpatch = ">=1.33,<2.0"
1361
  langsmith = ">=0.1.75,<0.2.0"
1362
  packaging = ">=23.2,<25"
1363
  pydantic = [
1364
- {version = ">=2.7.4,<3.0.0", markers = "python_full_version >= \"3.12.4\""},
1365
  {version = ">=1,<3", markers = "python_full_version < \"3.12.4\""},
 
1366
  ]
1367
  PyYAML = ">=5.3"
1368
  tenacity = ">=8.1.0,<8.4.0 || >8.4.0,<9.0.0"
 
1369
 
1370
  [[package]]
1371
  name = "langchain-openai"
1372
- version = "0.1.14"
1373
  description = "An integration package connecting OpenAI and LangChain"
1374
  optional = false
1375
  python-versions = "<4.0,>=3.8.1"
1376
  files = [
1377
- {file = "langchain_openai-0.1.14-py3-none-any.whl", hash = "sha256:fcd34cc5b5713798908a5828d364b4426e3b1afccbd564d344e5477acb86634a"},
1378
- {file = "langchain_openai-0.1.14.tar.gz", hash = "sha256:1f13d6041e8bedddf6eb47ccad7416e05af38fa169324f7f1bdf4f385780f8d8"},
1379
  ]
1380
 
1381
  [package.dependencies]
1382
- langchain-core = ">=0.2.2,<0.3"
1383
- openai = ">=1.32.0,<2.0.0"
1384
  tiktoken = ">=0.7,<1"
1385
 
1386
  [[package]]
@@ -1399,17 +1470,17 @@ langchain-core = ">=0.2.10,<0.3.0"
1399
 
1400
  [[package]]
1401
  name = "langgraph"
1402
- version = "0.1.5"
1403
  description = "Building stateful, multi-actor applications with LLMs"
1404
  optional = false
1405
  python-versions = "<4.0,>=3.9.0"
1406
  files = [
1407
- {file = "langgraph-0.1.5-py3-none-any.whl", hash = "sha256:d7b432307064186f45506880016e00a5aea7272331da508d436e149675e2eff3"},
1408
- {file = "langgraph-0.1.5.tar.gz", hash = "sha256:1e8b7a2456e640b14207e828ec90acfdcb835df7be0e6d249788d072bf1023f2"},
1409
  ]
1410
 
1411
  [package.dependencies]
1412
- langchain-core = ">=0.2,<0.3"
1413
 
1414
  [[package]]
1415
  name = "langsmith"
@@ -1425,8 +1496,8 @@ files = [
1425
  [package.dependencies]
1426
  orjson = ">=3.9.14,<4.0.0"
1427
  pydantic = [
1428
- {version = ">=2.7.4,<3.0.0", markers = "python_full_version >= \"3.12.4\""},
1429
  {version = ">=1,<3", markers = "python_full_version < \"3.12.4\""},
 
1430
  ]
1431
  requests = ">=2,<3"
1432
 
@@ -1756,23 +1827,24 @@ files = [
1756
 
1757
  [[package]]
1758
  name = "openai"
1759
- version = "1.35.10"
1760
  description = "The official Python library for the openai API"
1761
  optional = false
1762
  python-versions = ">=3.7.1"
1763
  files = [
1764
- {file = "openai-1.35.10-py3-none-any.whl", hash = "sha256:962cb5c23224b5cbd16078308dabab97a08b0a5ad736a4fdb3dc2ffc44ac974f"},
1765
- {file = "openai-1.35.10.tar.gz", hash = "sha256:85966949f4f960f3e4b239a659f9fd64d3a97ecc43c44dc0a044b5c7f11cccc6"},
1766
  ]
1767
 
1768
  [package.dependencies]
1769
  anyio = ">=3.5.0,<5"
1770
  distro = ">=1.7.0,<2"
1771
  httpx = ">=0.23.0,<1"
 
1772
  pydantic = ">=1.9.0,<3"
1773
  sniffio = "*"
1774
  tqdm = ">4"
1775
- typing-extensions = ">=4.7,<5"
1776
 
1777
  [package.extras]
1778
  datalib = ["numpy (>=1)", "pandas (>=1.2.3)", "pandas-stubs (>=1.1.0.11)"]
@@ -1888,9 +1960,9 @@ files = [
1888
 
1889
  [package.dependencies]
1890
  numpy = [
1891
- {version = ">=1.26.0", markers = "python_version >= \"3.12\""},
1892
  {version = ">=1.22.4", markers = "python_version < \"3.11\""},
1893
  {version = ">=1.23.2", markers = "python_version == \"3.11\""},
 
1894
  ]
1895
  python-dateutil = ">=2.8.2"
1896
  pytz = ">=2020.1"
@@ -2107,8 +2179,8 @@ files = [
2107
  annotated-types = ">=0.4.0"
2108
  pydantic-core = "2.20.1"
2109
  typing-extensions = [
2110
- {version = ">=4.12.2", markers = "python_version >= \"3.13\""},
2111
  {version = ">=4.6.1", markers = "python_version < \"3.13\""},
 
2112
  ]
2113
 
2114
  [package.extras]
 
1145
  [package.extras]
1146
  i18n = ["Babel (>=2.7)"]
1147
 
1148
+ [[package]]
1149
+ name = "jiter"
1150
+ version = "0.5.0"
1151
+ description = "Fast iterable JSON parser."
1152
+ optional = false
1153
+ python-versions = ">=3.8"
1154
+ files = [
1155
+ {file = "jiter-0.5.0-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:b599f4e89b3def9a94091e6ee52e1d7ad7bc33e238ebb9c4c63f211d74822c3f"},
1156
+ {file = "jiter-0.5.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:2a063f71c4b06225543dddadbe09d203dc0c95ba352d8b85f1221173480a71d5"},
1157
+ {file = "jiter-0.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:acc0d5b8b3dd12e91dd184b87273f864b363dfabc90ef29a1092d269f18c7e28"},
1158
+ {file = "jiter-0.5.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:c22541f0b672f4d741382a97c65609332a783501551445ab2df137ada01e019e"},
1159
+ {file = "jiter-0.5.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:63314832e302cc10d8dfbda0333a384bf4bcfce80d65fe99b0f3c0da8945a91a"},
1160
+ {file = "jiter-0.5.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a25fbd8a5a58061e433d6fae6d5298777c0814a8bcefa1e5ecfff20c594bd749"},
1161
+ {file = "jiter-0.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:503b2c27d87dfff5ab717a8200fbbcf4714516c9d85558048b1fc14d2de7d8dc"},
1162
+ {file = "jiter-0.5.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:6d1f3d27cce923713933a844872d213d244e09b53ec99b7a7fdf73d543529d6d"},
1163
+ {file = "jiter-0.5.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:c95980207b3998f2c3b3098f357994d3fd7661121f30669ca7cb945f09510a87"},
1164
+ {file = "jiter-0.5.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:afa66939d834b0ce063f57d9895e8036ffc41c4bd90e4a99631e5f261d9b518e"},
1165
+ {file = "jiter-0.5.0-cp310-none-win32.whl", hash = "sha256:f16ca8f10e62f25fd81d5310e852df6649af17824146ca74647a018424ddeccf"},
1166
+ {file = "jiter-0.5.0-cp310-none-win_amd64.whl", hash = "sha256:b2950e4798e82dd9176935ef6a55cf6a448b5c71515a556da3f6b811a7844f1e"},
1167
+ {file = "jiter-0.5.0-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:d4c8e1ed0ef31ad29cae5ea16b9e41529eb50a7fba70600008e9f8de6376d553"},
1168
+ {file = "jiter-0.5.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:c6f16e21276074a12d8421692515b3fd6d2ea9c94fd0734c39a12960a20e85f3"},
1169
+ {file = "jiter-0.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5280e68e7740c8c128d3ae5ab63335ce6d1fb6603d3b809637b11713487af9e6"},
1170
+ {file = "jiter-0.5.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:583c57fc30cc1fec360e66323aadd7fc3edeec01289bfafc35d3b9dcb29495e4"},
1171
+ {file = "jiter-0.5.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:26351cc14507bdf466b5f99aba3df3143a59da75799bf64a53a3ad3155ecded9"},
1172
+ {file = "jiter-0.5.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4829df14d656b3fb87e50ae8b48253a8851c707da9f30d45aacab2aa2ba2d614"},
1173
+ {file = "jiter-0.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a42a4bdcf7307b86cb863b2fb9bb55029b422d8f86276a50487982d99eed7c6e"},
1174
+ {file = "jiter-0.5.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:04d461ad0aebf696f8da13c99bc1b3e06f66ecf6cfd56254cc402f6385231c06"},
1175
+ {file = "jiter-0.5.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:e6375923c5f19888c9226582a124b77b622f8fd0018b843c45eeb19d9701c403"},
1176
+ {file = "jiter-0.5.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:2cec323a853c24fd0472517113768c92ae0be8f8c384ef4441d3632da8baa646"},
1177
+ {file = "jiter-0.5.0-cp311-none-win32.whl", hash = "sha256:aa1db0967130b5cab63dfe4d6ff547c88b2a394c3410db64744d491df7f069bb"},
1178
+ {file = "jiter-0.5.0-cp311-none-win_amd64.whl", hash = "sha256:aa9d2b85b2ed7dc7697597dcfaac66e63c1b3028652f751c81c65a9f220899ae"},
1179
+ {file = "jiter-0.5.0-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:9f664e7351604f91dcdd557603c57fc0d551bc65cc0a732fdacbf73ad335049a"},
1180
+ {file = "jiter-0.5.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:044f2f1148b5248ad2c8c3afb43430dccf676c5a5834d2f5089a4e6c5bbd64df"},
1181
+ {file = "jiter-0.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:702e3520384c88b6e270c55c772d4bd6d7b150608dcc94dea87ceba1b6391248"},
1182
+ {file = "jiter-0.5.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:528d742dcde73fad9d63e8242c036ab4a84389a56e04efd854062b660f559544"},
1183
+ {file = "jiter-0.5.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8cf80e5fe6ab582c82f0c3331df27a7e1565e2dcf06265afd5173d809cdbf9ba"},
1184
+ {file = "jiter-0.5.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:44dfc9ddfb9b51a5626568ef4e55ada462b7328996294fe4d36de02fce42721f"},
1185
+ {file = "jiter-0.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c451f7922992751a936b96c5f5b9bb9312243d9b754c34b33d0cb72c84669f4e"},
1186
+ {file = "jiter-0.5.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:308fce789a2f093dca1ff91ac391f11a9f99c35369117ad5a5c6c4903e1b3e3a"},
1187
+ {file = "jiter-0.5.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:7f5ad4a7c6b0d90776fdefa294f662e8a86871e601309643de30bf94bb93a64e"},
1188
+ {file = "jiter-0.5.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:ea189db75f8eca08807d02ae27929e890c7d47599ce3d0a6a5d41f2419ecf338"},
1189
+ {file = "jiter-0.5.0-cp312-none-win32.whl", hash = "sha256:e3bbe3910c724b877846186c25fe3c802e105a2c1fc2b57d6688b9f8772026e4"},
1190
+ {file = "jiter-0.5.0-cp312-none-win_amd64.whl", hash = "sha256:a586832f70c3f1481732919215f36d41c59ca080fa27a65cf23d9490e75b2ef5"},
1191
+ {file = "jiter-0.5.0-cp38-cp38-macosx_10_12_x86_64.whl", hash = "sha256:f04bc2fc50dc77be9d10f73fcc4e39346402ffe21726ff41028f36e179b587e6"},
1192
+ {file = "jiter-0.5.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:6f433a4169ad22fcb550b11179bb2b4fd405de9b982601914ef448390b2954f3"},
1193
+ {file = "jiter-0.5.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ad4a6398c85d3a20067e6c69890ca01f68659da94d74c800298581724e426c7e"},
1194
+ {file = "jiter-0.5.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:6baa88334e7af3f4d7a5c66c3a63808e5efbc3698a1c57626541ddd22f8e4fbf"},
1195
+ {file = "jiter-0.5.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1ece0a115c05efca597c6d938f88c9357c843f8c245dbbb53361a1c01afd7148"},
1196
+ {file = "jiter-0.5.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:335942557162ad372cc367ffaf93217117401bf930483b4b3ebdb1223dbddfa7"},
1197
+ {file = "jiter-0.5.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:649b0ee97a6e6da174bffcb3c8c051a5935d7d4f2f52ea1583b5b3e7822fbf14"},
1198
+ {file = "jiter-0.5.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:f4be354c5de82157886ca7f5925dbda369b77344b4b4adf2723079715f823989"},
1199
+ {file = "jiter-0.5.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:5206144578831a6de278a38896864ded4ed96af66e1e63ec5dd7f4a1fce38a3a"},
1200
+ {file = "jiter-0.5.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:8120c60f8121ac3d6f072b97ef0e71770cc72b3c23084c72c4189428b1b1d3b6"},
1201
+ {file = "jiter-0.5.0-cp38-none-win32.whl", hash = "sha256:6f1223f88b6d76b519cb033a4d3687ca157c272ec5d6015c322fc5b3074d8a5e"},
1202
+ {file = "jiter-0.5.0-cp38-none-win_amd64.whl", hash = "sha256:c59614b225d9f434ea8fc0d0bec51ef5fa8c83679afedc0433905994fb36d631"},
1203
+ {file = "jiter-0.5.0-cp39-cp39-macosx_10_12_x86_64.whl", hash = "sha256:0af3838cfb7e6afee3f00dc66fa24695199e20ba87df26e942820345b0afc566"},
1204
+ {file = "jiter-0.5.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:550b11d669600dbc342364fd4adbe987f14d0bbedaf06feb1b983383dcc4b961"},
1205
+ {file = "jiter-0.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:489875bf1a0ffb3cb38a727b01e6673f0f2e395b2aad3c9387f94187cb214bbf"},
1206
+ {file = "jiter-0.5.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:b250ca2594f5599ca82ba7e68785a669b352156260c5362ea1b4e04a0f3e2389"},
1207
+ {file = "jiter-0.5.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8ea18e01f785c6667ca15407cd6dabbe029d77474d53595a189bdc813347218e"},
1208
+ {file = "jiter-0.5.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:462a52be85b53cd9bffd94e2d788a09984274fe6cebb893d6287e1c296d50653"},
1209
+ {file = "jiter-0.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:92cc68b48d50fa472c79c93965e19bd48f40f207cb557a8346daa020d6ba973b"},
1210
+ {file = "jiter-0.5.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:1c834133e59a8521bc87ebcad773608c6fa6ab5c7a022df24a45030826cf10bc"},
1211
+ {file = "jiter-0.5.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:ab3a71ff31cf2d45cb216dc37af522d335211f3a972d2fe14ea99073de6cb104"},
1212
+ {file = "jiter-0.5.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:cccd3af9c48ac500c95e1bcbc498020c87e1781ff0345dd371462d67b76643eb"},
1213
+ {file = "jiter-0.5.0-cp39-none-win32.whl", hash = "sha256:368084d8d5c4fc40ff7c3cc513c4f73e02c85f6009217922d0823a48ee7adf61"},
1214
+ {file = "jiter-0.5.0-cp39-none-win_amd64.whl", hash = "sha256:ce03f7b4129eb72f1687fa11300fbf677b02990618428934662406d2a76742a1"},
1215
+ {file = "jiter-0.5.0.tar.gz", hash = "sha256:1d916ba875bcab5c5f7d927df998c4cb694d27dceddf3392e58beaf10563368a"},
1216
+ ]
1217
+
1218
  [[package]]
1219
  name = "jsonpatch"
1220
  version = "1.33"
 
1390
 
1391
  [[package]]
1392
  name = "langchain"
1393
+ version = "0.2.14"
1394
  description = "Building applications with LLMs through composability"
1395
  optional = false
1396
  python-versions = "<4.0,>=3.8.1"
1397
  files = [
1398
+ {file = "langchain-0.2.14-py3-none-any.whl", hash = "sha256:eed76194ee7d9c081037a3df7868d4de90e0410b51fc1ca933a8379e464bf40c"},
1399
+ {file = "langchain-0.2.14.tar.gz", hash = "sha256:dc2aa5a58882054fb5d043c39ab8332ebd055f88f17839da68e1c7fd0a4fefe2"},
1400
  ]
1401
 
1402
  [package.dependencies]
1403
  aiohttp = ">=3.8.3,<4.0.0"
1404
  async-timeout = {version = ">=4.0.0,<5.0.0", markers = "python_version < \"3.11\""}
1405
+ langchain-core = ">=0.2.32,<0.3.0"
1406
  langchain-text-splitters = ">=0.2.0,<0.3.0"
1407
  langsmith = ">=0.1.17,<0.2.0"
1408
  numpy = [
 
1409
  {version = ">=1,<2", markers = "python_version < \"3.12\""},
1410
+ {version = ">=1.26.0,<2.0.0", markers = "python_version >= \"3.12\""},
1411
  ]
1412
  pydantic = ">=1,<3"
1413
  PyYAML = ">=5.3"
 
1417
 
1418
  [[package]]
1419
  name = "langchain-core"
1420
+ version = "0.2.34"
1421
  description = "Building applications with LLMs through composability"
1422
  optional = false
1423
  python-versions = "<4.0,>=3.8.1"
1424
  files = [
1425
+ {file = "langchain_core-0.2.34-py3-none-any.whl", hash = "sha256:c4fd158273e28cef758b4eccc956b424b76d4bb9117ce6014ae6eb2fb985801d"},
1426
+ {file = "langchain_core-0.2.34.tar.gz", hash = "sha256:50048d90b175c0d5a7e28164628b3c7f8c82b0dc2cd766a663d346a18d5c9eb2"},
1427
  ]
1428
 
1429
  [package.dependencies]
 
1431
  langsmith = ">=0.1.75,<0.2.0"
1432
  packaging = ">=23.2,<25"
1433
  pydantic = [
 
1434
  {version = ">=1,<3", markers = "python_full_version < \"3.12.4\""},
1435
+ {version = ">=2.7.4,<3.0.0", markers = "python_full_version >= \"3.12.4\""},
1436
  ]
1437
  PyYAML = ">=5.3"
1438
  tenacity = ">=8.1.0,<8.4.0 || >8.4.0,<9.0.0"
1439
+ typing-extensions = ">=4.7"
1440
 
1441
  [[package]]
1442
  name = "langchain-openai"
1443
+ version = "0.1.22"
1444
  description = "An integration package connecting OpenAI and LangChain"
1445
  optional = false
1446
  python-versions = "<4.0,>=3.8.1"
1447
  files = [
1448
+ {file = "langchain_openai-0.1.22-py3-none-any.whl", hash = "sha256:e184ab867a30f803dc210a388537186b1b670a33d910a7e0fa4e0329d3b6c654"},
1449
+ {file = "langchain_openai-0.1.22.tar.gz", hash = "sha256:0cf93133f230a893e3b0cc2a792bbf2580950e879b577f6e8d4ff9963a7de44b"},
1450
  ]
1451
 
1452
  [package.dependencies]
1453
+ langchain-core = ">=0.2.33,<0.3.0"
1454
+ openai = ">=1.40.0,<2.0.0"
1455
  tiktoken = ">=0.7,<1"
1456
 
1457
  [[package]]
 
1470
 
1471
  [[package]]
1472
  name = "langgraph"
1473
+ version = "0.1.19"
1474
  description = "Building stateful, multi-actor applications with LLMs"
1475
  optional = false
1476
  python-versions = "<4.0,>=3.9.0"
1477
  files = [
1478
+ {file = "langgraph-0.1.19-py3-none-any.whl", hash = "sha256:7155b86e5d3559e986b3cbcd1c34ee96959136814bc2db679f84fc5fa7a8e61c"},
1479
+ {file = "langgraph-0.1.19.tar.gz", hash = "sha256:715babd412eebdc6f5f4e8a485073be55669ebf73495b795ec816668027dbe74"},
1480
  ]
1481
 
1482
  [package.dependencies]
1483
+ langchain-core = ">=0.2.22,<0.3"
1484
 
1485
  [[package]]
1486
  name = "langsmith"
 
1496
  [package.dependencies]
1497
  orjson = ">=3.9.14,<4.0.0"
1498
  pydantic = [
 
1499
  {version = ">=1,<3", markers = "python_full_version < \"3.12.4\""},
1500
+ {version = ">=2.7.4,<3.0.0", markers = "python_full_version >= \"3.12.4\""},
1501
  ]
1502
  requests = ">=2,<3"
1503
 
 
1827
 
1828
  [[package]]
1829
  name = "openai"
1830
+ version = "1.42.0"
1831
  description = "The official Python library for the openai API"
1832
  optional = false
1833
  python-versions = ">=3.7.1"
1834
  files = [
1835
+ {file = "openai-1.42.0-py3-none-any.whl", hash = "sha256:dc91e0307033a4f94931e5d03cc3b29b9717014ad5e73f9f2051b6cb5eda4d80"},
1836
+ {file = "openai-1.42.0.tar.gz", hash = "sha256:c9d31853b4e0bc2dc8bd08003b462a006035655a701471695d0bfdc08529cde3"},
1837
  ]
1838
 
1839
  [package.dependencies]
1840
  anyio = ">=3.5.0,<5"
1841
  distro = ">=1.7.0,<2"
1842
  httpx = ">=0.23.0,<1"
1843
+ jiter = ">=0.4.0,<1"
1844
  pydantic = ">=1.9.0,<3"
1845
  sniffio = "*"
1846
  tqdm = ">4"
1847
+ typing-extensions = ">=4.11,<5"
1848
 
1849
  [package.extras]
1850
  datalib = ["numpy (>=1)", "pandas (>=1.2.3)", "pandas-stubs (>=1.1.0.11)"]
 
1960
 
1961
  [package.dependencies]
1962
  numpy = [
 
1963
  {version = ">=1.22.4", markers = "python_version < \"3.11\""},
1964
  {version = ">=1.23.2", markers = "python_version == \"3.11\""},
1965
+ {version = ">=1.26.0", markers = "python_version >= \"3.12\""},
1966
  ]
1967
  python-dateutil = ">=2.8.2"
1968
  pytz = ">=2020.1"
 
2179
  annotated-types = ">=0.4.0"
2180
  pydantic-core = "2.20.1"
2181
  typing-extensions = [
 
2182
  {version = ">=4.6.1", markers = "python_version < \"3.13\""},
2183
+ {version = ">=4.12.2", markers = "python_version >= \"3.13\""},
2184
  ]
2185
 
2186
  [package.extras]