HFrost0 / bilix

⚡️Lightning-fast async download tool for bilibili and more
Apache License 2.0
1.6k stars 166 forks source link

deps: fix pydantic constraint #163

Closed chenrui333 closed 1 year ago

chenrui333 commented 1 year ago

relates to:

HFrost0 commented 1 year ago

Hey, thanks for your PR, I'm not very familiar with the brew publish, is there any problem with pydantic==1.*? Or we should use more precise versions for all dependencies?

chenrui333 commented 1 year ago

Hey, thanks for your PR, I'm not very familiar with the brew publish, is there any problem with pydantic==1.*? Or we should use more precise versions for all dependencies?

I think it would be good to pin the dependencies, but to this PR, it is less about brew, more about pip vs poetry thing. (I believe the wildcard range is only supported by poetry), let me know if it makes more sense. Thanks!

HFrost0 commented 1 year ago

since build failed