Skip to content

[Feature]: Support analyzer 9.0.0 #126

@jonsamwell

Description

@jonsamwell

Problem

The current version of theme_tailor (^3.1.1) depends on:

analyzer >=7.5.9 <9.0.0

However, json_serializable >=6.11.3 now requires:

analyzer ^9.0.0

This makes theme_tailor incompatible with the latest json_serializable, causing version-solving failures:

Because theme_tailor ^3.1.1 depends on analyzer >=7.5.9 <9.0.0
and json_serializable >=6.11.3 depends on analyzer ^9.0.0,
theme_tailor is incompatible with json_serializable >=6.11.3.

Desired Solution

Please update theme_tailor to support analyzer 9.x so it can be used alongside current versions of json_serializable.

Alternatives Considered

No response

On which platorm do you expect this solution?

macOS

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions