Skip to content

fix(Schema): generate types for schemas#12

Merged
BotellaA merged 8 commits into
nextfrom
fix/schema-type
Oct 22, 2025
Merged

fix(Schema): generate types for schemas#12
BotellaA merged 8 commits into
nextfrom
fix/schema-type

Conversation

@BotellaA

Copy link
Copy Markdown
Member

No description provided.

Comment thread generate_schemas.js
return await quicktype({
inputData,
lang: "python",
rendererOptions: { "just-types": true, "python-version": "3.7" },

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we have python 3.12 all across the ecosystem

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep, but their syntax only handle 3.7 at maximum

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

requires-python = ">=3.9, <3.13" ça va jamais fonctionner alors ?

@BotellaA BotellaA merged commit 0146efc into next Oct 22, 2025
21 checks passed
@BotellaA BotellaA deleted the fix/schema-type branch October 22, 2025 19:37
@BotellaA

Copy link
Copy Markdown
Member Author

🎉 This PR is included in version 1.0.6-rc.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@BotellaA

BotellaA commented Nov 4, 2025

Copy link
Copy Markdown
Member Author

🎉 This PR is included in version 1.0.6 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants