ioxiocom / firedantic

Database models for Firestore using Pydantic base models.
BSD 3-Clause "New" or "Revised" License
43 stars 14 forks source link

Added supported google-cloud-firestore versions #23

Closed lietu closed 3 years ago

lietu commented 3 years ago

Because Poetry does not yet allow ignoring version dependency numbers I need Firedantic to not depend on a broken version of google-cloud-firestore: https://github.com/python-poetry/poetry/issues/697

For most people this will still install the latest version, but I can pin the version to 2.0.2 with this change until Google fixes the big with the emulator support https://github.com/googleapis/python-firestore/issues/359