Closed alexbarcelo closed 9 months ago
Can we please merge this?
Damn, I needed to test some things, threw a dirty commit in my branch to be able to install-from-git, and did not realize that the branch was being monitored from here. And now everything is in shambles. (I don't know why I believed that the PR was "frozen" at the previous commit)
@alexbarcelo Should I review again?
@martincpt I would have thought that my last force-pushed (removing the invalid commit, that I will be using from another branch ofc) invalidated your code review. But GitHub shows me a tick as if you have already validated it. And @yannicschroeer approved this in its current state, but the commit history seem to not sit well with GitHub and does not show a tick :shrug:
Maybe I am not realizing where @yannicschroeer left a comment?
any updates?
Sorry. I did not see this. I'll set alexbarcelo as an additional owner of the repository
@yannicschroeer @alexbarcelo I understand you have lack of time for this projects, but do you have some time estimate of merging this PR and releasing it? We either need this fix or we will unfortunately need to fork the repo and do the fix on our side.
I am not an owner but a collaborator, so I cannot expedite the merge. Unless I have overlooked something obvious, I have to wait until the owners relax the pipelines and restrictions.
@yannicschroeer @alexbarcelo I understand you have lack of time for this projects, but do you have some time estimate of merging this PR and releasing it? We either need this fix or we will unfortunately need to fork the repo and do the fix on our side.
I do not only have a lack of time, we straight up announced that we can not offer any support in this project anymore. So far, nobody every contacted us to maintain the library.
I am not an owner but a collaborator, so I cannot expedite the merge. Unless I have overlooked something obvious, I have to wait until the owners relax the pipelines and restrictions.
I have escalated your rights further.
@yannicschroeer @alexbarcelo I understand you have lack of time for this projects, but do you have some time estimate of merging this PR and releasing it? We either need this fix or we will unfortunately need to fork the repo and do the fix on our side.
I do not only have a lack of time, we straight up announced that we can not offer any support in this project anymore. So far, nobody every contacted us to maintain the library.
I sent you an email on 2023/12/28. That may have ended up in the spam folder. I addressed it to admin@code-specialist.com. In that mail I offered myself while proposing a migration to its own organization on GitHub, migrate readthedocs and add PyPI permissions / org.
Thank you @alexbarcelo 🙏
Finally! Thanks!
great, waiting for the new release...
Optional and Required have different semantics, and the Pydantic v2 cleanup makes the fields required unless None is set as default value.
Without adding
= None
in those optional fields, the library fails, e.g.: