yanyongyu / githubkit

The modern, all-batteries-included GitHub SDK for Python, including rest api, graphql, webhooks, like octokit!
MIT License
159 stars 21 forks source link

Release upgrade to pydantic #46

Closed criemen closed 10 months ago

criemen commented 10 months ago

Hey, we're using githubkit together with apache-airflow. The current apache-airflow version requires pydantic v2, but this package pulls in v1, resulting in a conflict. Would it be possible to cut a new release that includes https://github.com/yanyongyu/githubkit/pull/45? Thanks a lot in advance!

yanyongyu commented 10 months ago

Since #45 includes huge breaking changes and is not fully validated, i would like to create an alpha release before it can easily migrate to pydantic v2.

yanyongyu commented 10 months ago

Pydantic v2 support is now included in v0.11.0a0 pre-release.