From 0940ab6da1a1ee9b2bb388789e0db3722d5e5b16 Mon Sep 17 00:00:00 2001 From: Ben Armstrong Date: Mon, 15 Jul 2024 15:29:10 -0300 Subject: [PATCH] Add back specific pyinat rev to try to resolve version conflict. --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index ee78243..c59d8f7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "astroid" @@ -908,7 +908,7 @@ docs = ["furo (>=2024.4,<2025.0)", "ipython (>=8.12,<9.0)", "linkify-it-py (>=2. [package.source] type = "git" url = "https://github.com/pyinat/pyinaturalist" -reference = "HEAD" +reference = "12c04689c921a4d2e5cd4352c8e7c525e693b7f0" resolved_reference = "12c04689c921a4d2e5cd4352c8e7c525e693b7f0" [[package]] @@ -1466,4 +1466,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<3.13" -content-hash = "6da26c504bc6d6c19b84d56d76ed9ae8b7fd486de95c20dd7003e59e1135a859" +content-hash = "b8fec9b67d04ba338bac6ccee3ace9a4c3d89189bfa2bb86432a5b897f5098d8" diff --git a/pyproject.toml b/pyproject.toml index ca66f81..58a073b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ packages = [ [tool.poetry.dependencies] python = ">=3.8.1,<3.13" # pyinaturalist = "=0.20.0.dev0" -pyinaturalist = { git = "https://github.com/pyinat/pyinaturalist" } +pyinaturalist = { git = "https://github.com/pyinat/pyinaturalist", rev = "12c04689c921a4d2e5cd4352c8e7c525e693b7f0" } dateparser = "^1.1.1" filelock = "^3.13.3" inflect = "^5.3.0"