#25 — Solve Poetry git dependencies issue with different python-shared tag

Repo: Twill-AI/facade State: closed | Status: done Assignee: meliascosta

Created: 2024-06-28 · Updated: 2024-08-22

Description

Caused by https://github.com/Twill-AI/facade/issues/20

If twill-llm-engine has version X of python-shared, but Facade has version Y of it then poetry can’t resolve both dependencies for the Facade.

Twill-llm-engine depends on python-shared in following places:

  • (2024-08-15) PgConnection class.
  • Version of shared depencencies (pydantic, pytest, etc.).
  • Version of dev tools (pylint, etc.).

Ideas:

Notes

Add implementation notes, blockers, and context here

Add wikilinks to related people, meetings, or other tickets