Mihailo
Mihailo
This project is so inactive that even the pip package has older version in it. When this will be merged into the main branch and repository for pip updated, @rpkilby,...
What a shame. Maybe you should continue on this project from your fork and create a new pip package from it? My workaround is that I have just specified your...
Hey @ferrants, it would be really nice if annotation exists along this filter. It would be then the complete solution. For example, this: ```python User.objects.annotate( foo=Sum(Case(When( Q(history__action__name='argle') | Q(history__action__name='bargle'), history__since__lte=now,...
Unfortunately I don't have much experience to work on it, that's why I proposed to you. Maybe if it's much needed in the future I would need to knock off...
It appears that in the latest official version (2.5.1) it's a bug: https://github.com/pallets-eco/flask-sqlalchemy/blob/2.5.1/flask_sqlalchemy/__init__.py#L187 While with the latest changes in this repository (main branch), it is already fixed with this commit:...
Same here, using latest Python (3.11.4) in Docker environment and Langchain 0.0.229 (latest in PyPI). Tried to upgrade Pydantic to the latest version, [as suggested here](https://stackoverflow.com/a/76489821/4577187), but I've got this...
No, it's a standard one, sorry that I forgot to mention that only difference.
I've tried with ChromaDB 0.3.26 as suggested but that didn't work either :( Seems like Pydantic needs to be upgraded too, but ChromaDB requirement prevents it to be upgraded to...
Yep, can confirm this still being a bug (I'm also working with TypeORM v0.3.17 in NestJS) and that some enums are not being created (strangely, in my case not all...