Skip to content

Commit 39ab4d8

Browse files
authored
Merge pull request #345 from UiPath/fix/pin_aiosqlite
fix: pin aiosqlite 0.21.0
2 parents ce9be47 + 880d146 commit 39ab4d8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
[project]
22
name = "uipath-langchain"
3-
version = "0.1.26"
3+
version = "0.1.27"
44
description = "Python SDK that enables developers to build and deploy LangGraph agents to the UiPath Cloud Platform"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.11"
77
dependencies = [
88
"uipath>=2.2.30, <2.3.0",
99
"langgraph>=1.0.0, <2.0.0",
1010
"langchain-core>=1.0.0, <2.0.0",
11+
"aiosqlite==0.21.0",
1112
"langgraph-checkpoint-sqlite>=3.0.0, <4.0.0",
1213
"langchain-openai>=1.0.0, <2.0.0",
1314
"langchain>=1.0.0, <2.0.0",

uv.lock

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)