Skip to content

fix: use sextant from hex.pm instead of local path#1

Merged
isaacharrisholt merged 1 commit into
Pevensie:mainfrom
renatillas:fix/sextant-hex-dependency
Jan 20, 2026
Merged

fix: use sextant from hex.pm instead of local path#1
isaacharrisholt merged 1 commit into
Pevensie:mainfrom
renatillas:fix/sextant-hex-dependency

Conversation

@renatillas
Copy link
Copy Markdown
Contributor

Summary

`sextant` v1.0.0 is now published on hex.pm, so we can use the published version instead of requiring a local path dependency.

Changes

  • Updated `gleam.toml` to use `sextant >= 1.0.0 and < 2.0.0` from Hex instead of `{ path = "../sextant" }`

Benefits

  • Users can now install and use `gai` without needing to clone sextant locally
  • Easier to publish `gai` to Hex in the future
  • Standard dependency management

Tested: `gleam build` succeeds with this change.

sextant v1.0.0 is now published on hex.pm, so we can use the
published version instead of requiring a local path dependency.

This makes it easier for users to install and use gai.
@renatillas renatillas force-pushed the fix/sextant-hex-dependency branch from 7239bd7 to b87f502 Compare January 20, 2026 11:44
@isaacharrisholt isaacharrisholt merged commit 47fd0e9 into Pevensie:main Jan 20, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants