Created
August 18, 2025 02:06
-
-
Save datsuns/4dbc08895adf5cdabe2e4087743ea6d7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # workarround for gql issue | |
| # add "httpx" on dependencies, add [tool.uv] section | |
| [project] | |
| name = "hello" | |
| version = "0.1.0" | |
| requires-python = ">=3.12" | |
| dependencies = ["dagger-io", "httpx>=0.27,<1"] | |
| [build-system] | |
| requires = ["hatchling==1.25.0"] | |
| build-backend = "hatchling.build" | |
| [tool.uv.sources] | |
| dagger-io = { path = "sdk", editable = true } | |
| [tool.uv] | |
| override-dependencies = ["gql==3.5.0"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment