File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ openfga-sdk = "^0.9.0"
1616langchain = " ^0.3.20"
1717langgraph-sdk = " ^0.1.55"
1818langchain-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 ]
2221pytest-randomly = " ^3.15.0"
2322pytest-asyncio = " ^0.25.0"
2423pytest = " ^8.2.0"
24+ auth0-ai = {path = " ../auth0-ai" , develop = true }
2525
2626[build-system ]
2727requires = [" poetry-core" ]
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ readme = "README.md"
1414python = " ^3.11"
1515llama-index = " ^0.12.11"
1616openfga-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 ]
2120pytest-asyncio = " ^0.25.0"
2221pytest = " ^8.3.4"
22+ auth0-ai = {path = " ../auth0-ai" , develop = true }
2323
2424[build-system ]
2525requires = [" poetry-core" ]
You can’t perform that action at this time.
0 commit comments