piccolo-orm / targ

Python CLI using type hints and docstrings.
https://targ.readthedocs.io/en/latest/index.html
MIT License
20 stars 2 forks source link

Please bump up dependancy versions #26

Closed arunkumar-pt closed 1 year ago

arunkumar-pt commented 1 year ago

Unable to install "piccolo" with "fastkafka" since one of the dependencies went into version conflict. Please update dependency versions. If you have suggestions, pls let me know.

Screenshot 2023-03-23 at 7 02 46 PM

Thank you.

dantownsend commented 1 year ago

Yeah, I'll make the requirements less strict. Looks like fastkafka requires the latest version of docstring-parser for some reason.

dantownsend commented 1 year ago

Try again now - targ==0.3.8 should fix it.

arunkumar-pt commented 1 year ago

Thanks. It worked.