ioxiocom / firedantic

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

Fix Windows emulator support by default #24

Closed lietu closed 3 years ago

lietu commented 3 years ago

Updated version of grpcio to fix the emulator support https://github.com/googleapis/python-firestore/issues/359#issuecomment-887016969

With grpcio>=1.39.0 Windows can again connect to emulator easily, and both async and sync variants work.