Skip to content

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 04 Jun 10:26
· 4 commits to main since this release
893954b

0.6.2 - 2026-06-04

⚙️ Continuous Integration

🐛 Bug Fixes

  • Now register path with and without trailing slash to avoid inconsistent behavior depending on proxy config - (c7a2f82)
  • Fix indent of SPARQL queries extracted from docstring codeblocks - (baa1c2f)

🛠️ Miscellaneous Tasks

  • Clean up unused dev dependencies, and improve docs for tests using docker - (f2078e6)
  • Update tests dependencies - (0e5b667)
  • Bump to v0.6.2 - (893954b)

🧪 Testing

  • Skip federated queries tests on python 3.8 (testcontainers latest version does not support 3.8) - (e23a258)
  • Migrate type checker from mypy to ty - (0ed8187)