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.2.3.dev1003761751",

  # Any version from PR
  "uipath-langchain>=0.2.3.dev1003760000,<0.2.3.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 6 times, most recently 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.

@akshaylive akshaylive force-pushed the akshaya/circular_imports branch from fb2b1e1 to bec63fb Compare December 30, 2025 17:34
This will avoid accidentally introducing issues.

Additionally, including justfile.
@akshaylive akshaylive force-pushed the akshaya/circular_imports branch from bec63fb to a8a08e0 Compare December 30, 2025 17:39
@akshaylive akshaylive merged commit 000d61b into main Dec 30, 2025
60 of 61 checks passed
@akshaylive akshaylive deleted the akshaya/circular_imports branch December 30, 2025 17:45
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.

2 participants