version bumps and locks

This commit is contained in:
Sydney Runkle
2025-04-28 17:39:20 -04:00
parent 062253fe48
commit 6250b364f7
8 changed files with 122 additions and 405 deletions
+112 -395
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -425,7 +425,7 @@ typing-extensions = ">=4.7"
[[package]]
name = "langgraph-checkpoint"
version = "2.0.24"
version = "2.0.25"
description = "Library with base interfaces for LangGraph checkpoint savers."
optional = false
python-versions = ">=3.9"
+1 -1
View File
@@ -357,7 +357,7 @@ typing-extensions = ">=4.7"
[[package]]
name = "langgraph-checkpoint"
version = "2.0.24"
version = "2.0.25"
description = "Library with base interfaces for LangGraph checkpoint savers."
optional = false
python-versions = ">=3.9"
+1 -1
View File
@@ -1367,7 +1367,7 @@ typing-extensions = ">=4.7"
[[package]]
name = "langgraph-checkpoint"
version = "2.0.24"
version = "2.0.25"
description = "Library with base interfaces for LangGraph checkpoint savers."
optional = false
python-versions = ">=3.9"
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langgraph"
version = "0.3.34"
version = "0.4.0"
description = "Building stateful, multi-actor applications with LLMs"
authors = []
license = "MIT"
+2 -2
View File
@@ -446,7 +446,7 @@ typing-extensions = ">=4.7"
[[package]]
name = "langgraph"
version = "0.3.34"
version = "0.4.0"
description = "Building stateful, multi-actor applications with LLMs"
optional = false
python-versions = ">=3.9"
@@ -467,7 +467,7 @@ url = "../langgraph"
[[package]]
name = "langgraph-checkpoint"
version = "2.0.24"
version = "2.0.25"
description = "Library with base interfaces for LangGraph checkpoint savers."
optional = false
python-versions = ">=3.9"
+3 -3
View File
@@ -624,7 +624,7 @@ typing-extensions = ">=4.7"
[[package]]
name = "langgraph"
version = "0.3.34"
version = "0.4.0"
description = "Building stateful, multi-actor applications with LLMs"
optional = false
python-versions = ">=3.9"
@@ -645,7 +645,7 @@ url = "../langgraph"
[[package]]
name = "langgraph-checkpoint"
version = "2.0.24"
version = "2.0.25"
description = "Library with base interfaces for LangGraph checkpoint savers."
optional = false
python-versions = ">=3.9"
@@ -1689,4 +1689,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.1"
python-versions = ">=3.9"
content-hash = "4c707b13fa125f9023492c1a9f298fc64a92d79554c447146d600a3cfd4be976"
content-hash = "4ed29bfd01db66f6675a1b5f89a21a51547e45681287afd0460af4dbf56230bf"
+1 -1
View File
@@ -13,7 +13,7 @@ python = ">=3.9"
orjson = "^3.10.7"
crc32c = "^2.7.post1"
aiokafka = "^0.11.0"
langgraph = ">=0.2.19,<0.4.0"
langgraph = ">=0.2.19"
[tool.poetry.group.dev.dependencies]
ruff = "^0.6.2"