Skip to content

Instantly share code, notes, and snippets.

@datsuns
Created August 18, 2025 02:06
Show Gist options
  • Save datsuns/4dbc08895adf5cdabe2e4087743ea6d7 to your computer and use it in GitHub Desktop.
Save datsuns/4dbc08895adf5cdabe2e4087743ea6d7 to your computer and use it in GitHub Desktop.
# 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