Skip to content

Conversation

@akshaylive
Copy link
Collaborator

@akshaylive akshaylive commented Dec 22, 2025

This will avoid accidentally introducing issues.

Additionally, including justfile.

Development Package

  • Add this package as a dependency in your pyproject.toml:
[project]
dependencies = [
  # Exact version:
  "uipath-langchain==0.1.44.dev1003761692",

  # Any version from PR
  "uipath-langchain>=0.1.44.dev1003760000,<0.1.44.dev1003770000"
]

[[tool.uv.index]]
name = "testpypi"
url = "https://test.pypi.org/simple/"
publish-url = "https://test.pypi.org/legacy/"
explicit = true

[tool.uv.sources]
uipath-langchain = { index = "testpypi" }

@akshaylive akshaylive force-pushed the akshaya/circular_imports branch from 731bc62 to 74e8bb1 Compare December 22, 2025 19:52
@akshaylive
Copy link
Collaborator Author

I'm testing with other cycle extraction tools ATM.

@akshaylive akshaylive changed the title fix(CircularDependencies): fix circular dependencies WIP fix(CircularDependencies): fix circular dependencies Dec 22, 2025
@akshaylive akshaylive force-pushed the akshaya/circular_imports branch 5 times, most recently from e2cbacd to 18d84e1 Compare December 22, 2025 21:42
This will avoid accidentally introducing issues.

Additionally, including justfile.
@akshaylive akshaylive force-pushed the akshaya/circular_imports branch from 18d84e1 to fb2b1e1 Compare December 22, 2025 21:44
@akshaylive akshaylive changed the title WIP fix(CircularDependencies): fix circular dependencies fix(CircularDependencies): fix circular dependencies Dec 22, 2025
@akshaylive
Copy link
Collaborator Author

I'm testing with other cycle extraction tools ATM.

There aren't any reliable ones out there. Everything that I tested wasn't able to capture true cycles.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant