google / python-fire

Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
Other
26.98k stars 1.44k forks source link

#444: Removed pipes dependency #447

Closed BasedDepartment1 closed 7 months ago

google-cla[bot] commented 1 year ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Borda commented 1 year ago

cc: @dbieber

thilomichael commented 11 months ago

I would very much like for this to be merged, as the current v0.5.0 results in deprecation warnings due to the pipe dependency :)

dbieber commented 11 months ago

Noted! It's been a while since we've had updates or a release. I think I can likely make time to do one before the end of the year.

dbieber commented 9 months ago

I realize we are now past the end of the year. Apologies.

wickeat commented 6 months ago

Seems like this didn't make it in time for the v0.6.0 release. :(

sspans-sbp commented 2 weeks ago

@dbieber this is now broken on Python 3.13 (released today).

Any chance of doing a new release with this issue fixed?

dbieber commented 2 weeks ago

Thanks for the heads up, yes I will update here once released, and will prioritize doing so shortly.

dbieber commented 2 weeks ago

The 0.7.0 release is now on pypi. https://pypi.org/project/fire/0.7.0/