launchflow / buildflow

BuildFlow, is an open source framework for building large scale systems using Python. All you need to do is describe where your input is coming from and where your output should be written, and BuildFlow handles the rest. No configuration outside of the code is required.
https://docs.launchflow.com/buildflow
Apache License 2.0
193 stars 7 forks source link

require less than pydantic 2.0.0 #213

Closed boetro closed 1 year ago

boetro commented 1 year ago

see: https://github.com/ray-project/ray/issues/37019

In ray 2.6.0 will pin this but best do it for all previous versions

jiwq commented 1 year ago

Do we had the release plan for all previous versions? @boetro

boetro commented 1 year ago

Sorry @jiwq this totally slipped through my inbox. We can't push new releases to pypi unfortunately so the old versions of buildflow might still run into this. I'm also going to punt on this cause I think ray will actually handle this for us