Skip to content

Commit e01e84a

Browse files
authored
fix: Remove github requirement from pyproject (#1052)
1 parent cfa587e commit e01e84a

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

pyproject.toml

+1-4
Original file line numberDiff line numberDiff line change
@@ -162,15 +162,12 @@ dev-dependencies = [
162162
"modal>=0.73.25",
163163
"pytest-lsp>=1.0.0b1",
164164
"cython>=3.0.11",
165-
"codegen-api-client",
165+
"codegen-api-client>=1.0.0",
166166
]
167167

168168
[tool.uv.workspace]
169169
exclude = ["codegen-examples"]
170170

171-
[tool.uv.sources]
172-
codegen-api-client = { git = "https://github.com/codegen-sh/codegen-api-client" }
173-
174171

175172
[tool.cython-lint]
176173
max-line-length = 200

uv.lock

+12-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)