File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ source_archive = "https://github.com/codegen-sh/codegen-sdk/archive/{commit_hash
8181
8282[build .targets .wheel .hooks .custom ]
8383enable-by-default = false
84- path = " src/codegen/gsbuild /build.py"
84+ path = " scripts /build.py"
8585require-runtime-dependencies = true
8686[envs .default ]
8787installer = " uv"
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ dependencies = [
4949 " lazy-object-proxy>=0.0.0" ,
5050 " pydantic-core>=2.23.4" ,
5151 " hatch-vcs>=0.4.0" ,
52- " hatchling>=1.25.0" ,
5352 " pyinstrument>=5.0.0" ,
5453 " pip>=24.3.1" , # This is needed for some NPM/YARN/PNPM post-install scripts to work!
5554 " emoji>=2.14.0" ,
@@ -110,6 +109,7 @@ dev-dependencies = [
110109 " deptry>=0.22.0" ,
111110 " cibuildwheel[uv]>=2.22.0" ,
112111 " sybil[pytest]>=9.0.0" ,
112+ " hatchling>=1.25.0" ,
113113]
114114keyring-provider = " subprocess"
115115# extra-index-url = ["https://[email protected] /pypi/codegen/simple/"]
File renamed without changes.
You can’t perform that action at this time.
0 commit comments