Skip to content

Commit 77b0a47

Browse files
authored
chore: release python sdk version 0.1.53 (CopilotKit#2079)
1 parent c0e799e commit 77b0a47

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sdk-python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "copilotkit"
3-
version = "0.1.52"
3+
version = "0.1.53"
44
description = "CopilotKit python SDK"
55
authors = ["Markus Ecker <markus.ecker@gmail.com>"]
66
license = "MIT"
@@ -11,7 +11,7 @@ keywords = ["copilot", "copilotkit", "langgraph", "langchain", "ai", "langsmith"
1111

1212
[tool.poetry.dependencies]
1313
python = ">=3.10,<3.13"
14-
langgraph = {version = ">=0.3.18,<=0.5.0"}
14+
langgraph = {version = ">=0.3.18,<0.5.0"}
1515
langchain = {version = ">=0.3.4,<=0.3.26"}
1616
crewai = { version = "0.118.0", optional = true }
1717
fastapi = "^0.115.0"

0 commit comments

Comments
 (0)