Skip to content

Commit 22329fe

Browse files
gkorlandCopilot
andcommitted
fix(deps): restore multilspy fork via uv sources
The upstream PyPI multilspy v0.0.15 does NOT include the fork's changes (environment_path support, pydantic removal). Keep the fork for development via [tool.uv.sources] while the published package depends on multilspy>=0.0.11 from PyPI. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent c175971 commit 22329fe

2 files changed

Lines changed: 10 additions & 35 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies = [
1717
"fastapi>=0.115.0,<1.0.0",
1818
"uvicorn[standard]>=0.34.0,<1.0.0",
1919
"python-dotenv>=1.0.1,<2.0.0",
20-
"multilspy>=0.0.15",
20+
"multilspy>=0.0.11",
2121
"javatools>=1.6.0,<2.0.0",
2222
"pygit2>=1.17.0,<2.0.0",
2323
"typer>=0.24.0,<1.0.0",
@@ -39,3 +39,6 @@ build-backend = "setuptools.build_meta"
3939

4040
[tool.setuptools.packages.find]
4141
where = ["."]
42+
43+
[tool.uv.sources]
44+
multilspy = { git = "https://github.com/AviAvni/multilspy.git", branch = "python-init-params" }

uv.lock

Lines changed: 6 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)