ProjectPythia / projectpythia.github.io

https://projectpythia.org
Apache License 2.0
32 stars 19 forks source link

Fix the broken resource gallery submission validation #376

Closed erogluorhan closed 9 months ago

erogluorhan commented 9 months ago

Closes #369.

Move IssueInfo.data initialization from __post_init_post_parse__() to _… get_input_() as __post_init_post_parse__() has been removed from the API with Pydantic V2.

github-actions[bot] commented 9 months ago

👋 Thanks for opening this PR! The Cookbook will be automatically built with GitHub Actions. To see the status of your deployment, click below. 🔍 Git commit SHA: 9e44748093342a04ad62e90e75ab67f63128aebc ✅ Deployment Preview URL: https://projectpythia.github.io/_preview/376

erogluorhan commented 9 months ago

Since this requires to be merged for it to be tested on an opened/edited issue, I'll bypass the PR requirements to see its results and if it doesn't work I will revert the changes.