Skip to content

Commit

Permalink
Added supported google-cloud-firestore versions (#23)
Browse files Browse the repository at this point in the history
* Added supported google-cloud-firestore versions

Because Poetry does not yet allow ignoring version dependency numbers I need Firedantic to not depend on a broken version of google-cloud-firestore: python-poetry/poetry#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 googleapis/python-firestore#359

* Update the content-hash in poetry.lock

Avoids `Warning: The lock file is not up to date with the latest changes in pyproject.toml. You may be getting outdated dependencies. Run update to update them.` when running poetry install.

Co-authored-by: Joakim Nordling <joakim.nordling@digitalliving.fi>
  • Loading branch information
lietu and joakimnordling committed May 24, 2021
1 parent a5f5ab7 commit 6bb0352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -14,7 +14,7 @@ packages = [
python = ">=3.6.1,<4.0"
pydantic = "^1.8.2"
grpcio = "^1.36.1"
google-cloud-firestore = "^2.1.0"
google-cloud-firestore = "^2.0.1"

[tool.poetry.dev-dependencies]
isort = "^5.5.2"
Expand Down

0 comments on commit 6bb0352

Please sign in to comment.