Update logoscore dependency to track upstream master branch.

This commit is contained in:
Egor Rachkovskii 2026-05-08 21:40:40 +01:00
parent 40bcc1f529
commit 6a2dcff059

View File

@ -13,10 +13,8 @@ requires-python = ">=3.11"
license = { text = "MIT OR Apache-2.0" } license = { text = "MIT OR Apache-2.0" }
authors = [{ name = "IFT QA" }] authors = [{ name = "IFT QA" }]
dependencies = [ dependencies = [
# logoscore is not on PyPI. Pinned to PR #1 head SHA, not the branch name, # logoscore is not on PyPI; installed via direct git reference against upstream master.
# so an upstream force-push can't silently change what we install. "logoscore @ git+https://github.com/logos-co/logos-logoscore-py.git@master",
# Re-pin to `@master` after https://github.com/logos-co/logos-logoscore-py/pull/1 merges.
"logoscore @ git+https://github.com/logos-co/logos-logoscore-py.git@6e7155733d90a66d117211c33322594e1b50e742",
] ]
[project.optional-dependencies] [project.optional-dependencies]