Compare commits

...
Author SHA1 Message Date
Erick Friis 7f53e5532e x 2024-10-18 15:13:55 -04:00
Erick Friis da62cfe64f langgraph: get rid of beta uvloop version 2024-10-18 15:12:58 -04:00
2 changed files with 844 additions and 779 deletions
+843 -778
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -31,7 +31,7 @@ langgraph-checkpoint-sqlite = {path = "../checkpoint-sqlite", develop = true}
langgraph-checkpoint-postgres = {path = "../checkpoint-postgres", develop = true}
langgraph-sdk = {path = "../sdk-py", develop = true}
psycopg = {extras = ["binary"], version = ">=3.0.0", python = ">=3.10"}
uvloop = "0.21.0beta1"
uvloop = "0.21.0"
pyperf = "^2.7.0"
py-spy = "^0.3.14"
types-requests = "^2.32.0.20240914"