checkpoint postgres,sqlite: update langgraph-checkpoint to 1.0.11 (#1815)

This commit is contained in:
Vadym Barda
2024-09-23 22:09:28 +00:00
committed by GitHub
parent d2d5e9f655
commit 659d127d2b
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -324,7 +324,7 @@ typing-extensions = ">=4.7"
[[package]]
name = "langgraph-checkpoint"
version = "1.0.10"
version = "1.0.11"
description = "Library with base interfaces for LangGraph checkpoint savers."
optional = false
python-versions = "^3.9.0,<4.0"
@@ -1105,4 +1105,4 @@ watchmedo = ["PyYAML (>=3.10)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9.0,<4.0"
content-hash = "f9e81d574b9f9e68b380a56554885ec6affc09455659a29da3ba7d0089e81c87"
content-hash = "4b174f142964238b985de1a2209680bc83e9a310e6797be14dc26f61fe1352e2"
+1 -1
View File
@@ -10,7 +10,7 @@ packages = [{ include = "langgraph" }]
[tool.poetry.dependencies]
python = "^3.9.0,<4.0"
langgraph-checkpoint = "^1.0.10"
langgraph-checkpoint = "^1.0.11"
orjson = ">=3.10.1"
psycopg = "^3.0.0"
psycopg-pool = "^3.0.0"
+2 -2
View File
@@ -332,7 +332,7 @@ typing-extensions = ">=4.7"
[[package]]
name = "langgraph-checkpoint"
version = "1.0.10"
version = "1.0.11"
description = "Library with base interfaces for LangGraph checkpoint savers."
optional = false
python-versions = "^3.9.0,<4.0"
@@ -1001,4 +1001,4 @@ watchmedo = ["PyYAML (>=3.10)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9.0"
content-hash = "edc0be1959d9778894bbb3f2b596b9f4a75f788da75cd03c025919ee34c74e31"
content-hash = "b38677f65f382dfb391bc663c876a6ced7772c9a894ab4502e36c97fd663575a"
+1 -1
View File
@@ -10,7 +10,7 @@ packages = [{ include = "langgraph" }]
[tool.poetry.dependencies]
python = "^3.9.0"
langgraph-checkpoint = "^1.0.10"
langgraph-checkpoint = "^1.0.11"
aiosqlite = "^0.20.0"
[tool.poetry.group.dev.dependencies]