Skip to content

Commit a6a5558

Browse files
committed
Add pymysql dependency for MySQL user management
1 parent 87c37fb commit a6a5558

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,10 @@ python-dotenv = "^1.1.1"
164164
langgraph = "^0.5.1"
165165
langmem = "^0.0.27"
166166

167+
168+
[tool.poetry.group.mem-user.dependencies]
169+
pymysql = "^1.1.2"
170+
167171
[[tool.poetry.source]]
168172
name = "mirrors"
169173
url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/"

0 commit comments

Comments
 (0)