diff --git a/libs/azure-dynamic-sessions/pyproject.toml b/libs/azure-dynamic-sessions/pyproject.toml index a4ff715a..b2bfcab6 100644 --- a/libs/azure-dynamic-sessions/pyproject.toml +++ b/libs/azure-dynamic-sessions/pyproject.toml @@ -140,6 +140,3 @@ test = [ test_integration = ["pytest~=7.4", "python-dotenv~=1.0"] typing = ["langchain-core", "mypy~=1.10", "types-requests~=2.31"] -[tool.uv.sources] -langchain-core = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core" } -langchain-openai = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/partners/openai" } diff --git a/libs/azure-storage/pyproject.toml b/libs/azure-storage/pyproject.toml index 7274eb8e..238db1a5 100644 --- a/libs/azure-storage/pyproject.toml +++ b/libs/azure-storage/pyproject.toml @@ -98,9 +98,6 @@ convention = "google" [tool.uv] default-groups = ["typing"] -[tool.uv.sources] -langchain-core = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core" } - [dependency-groups] codespell = ["codespell~=2.2"] dev = ["langchain-core"] diff --git a/libs/sqlserver/pyproject.toml b/libs/sqlserver/pyproject.toml index 15a9f5f4..31ceb6fb 100644 --- a/libs/sqlserver/pyproject.toml +++ b/libs/sqlserver/pyproject.toml @@ -116,6 +116,3 @@ test = [ test_integration = ["pytest~=7.4", "python-dotenv~=1.0"] typing = ["mypy~=1.10"] -[tool.uv.sources] -langchain-core = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core" } -langchain-text-splitters = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/text-splitters" }