Skip to content

chore: require ash 3.32 for the range type and ecto type override - #825

Merged
zachdaniel merged 1 commit into
ash-project:mainfrom
matt-beanland:chore/require-ash-3-32
Aug 20, 2026
Merged

chore: require ash 3.32 for the range type and ecto type override#825
zachdaniel merged 1 commit into
ash-project:mainfrom
matt-beanland:chore/require-ash-3-32

Conversation

@matt-beanland

@matt-beanland matt-beanland commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Contributor checklist

  • I accept the AI Policy, or AI was not used in the creation of this PR.
  • Bug fixes include regression tests
  • Chores
  • Documentation changes
  • Features include unit/acceptance tests
  • Refactoring
  • Update dependencies

Summary

mix.exs asks for ~> 3.29, but main already uses two things that do not exist
before ash 3.32.0:

  • attribute_ecto_type/2 (ash#2855) — lib/data_layer.ex:853
  • Ash.Type.Range (ash#2856) — lib/sql_implementation.ex:480

Notes

Also needs an ash_sql deps bump when next release after 0.6.8 is available.
Enables #822, whose lock pins ash 3.31.3 and ash_sql 0.6.8

@zachdaniel
zachdaniel merged commit 731a5a6 into ash-project:main Aug 20, 2026
126 checks 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