Skip to content

Commit 9ca81a2

Browse files
committed
chore: move auth0-ai dependency to dev group
1 parent 340c768 commit 9ca81a2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/langchain-auth0-ai/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ openfga-sdk = "^0.9.0"
1616
langchain = "^0.3.20"
1717
langgraph-sdk = "^0.1.55"
1818
langchain-core = "^0.3.43"
19-
auth0-ai = {path = "../auth0-ai", develop = true}
2019

21-
[tool.poetry.group.test.dependencies]
20+
[tool.poetry.group.dev.dependencies]
2221
pytest-randomly = "^3.15.0"
2322
pytest-asyncio = "^0.25.0"
2423
pytest = "^8.2.0"
24+
auth0-ai = {path = "../auth0-ai", develop = true}
2525

2626
[build-system]
2727
requires = ["poetry-core"]

packages/llama-index-auth0-ai/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ readme = "README.md"
1414
python = "^3.11"
1515
llama-index = "^0.12.11"
1616
openfga-sdk = "^0.9.0"
17-
auth0-ai = {path = "../auth0-ai", develop = true}
1817

1918

20-
[tool.poetry.group.test.dependencies]
19+
[tool.poetry.group.dev.dependencies]
2120
pytest-asyncio = "^0.25.0"
2221
pytest = "^8.3.4"
22+
auth0-ai = {path = "../auth0-ai", develop = true}
2323

2424
[build-system]
2525
requires = ["poetry-core"]

0 commit comments

Comments
 (0)