From 4a2a5f4548409379132cee24d2cd9f7d8cd0fd08 Mon Sep 17 00:00:00 2001 From: Paillat-dev Date: Wed, 23 Apr 2025 18:52:02 +0200 Subject: [PATCH] Set specific revision for py-cord and update installation command Pinned py-cord dependency to a specific commit to ensure consistency and avoid unintended changes. Simplified the pip installation command for prerelease versions in the README. --- README.md | 2 +- pyproject.toml | 2 +- uv.lock | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1447c6e..cabab54 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Built on: ## Installation ```bash -pip install discord-progress-bar --prerelease=allow +pip install discord-progress-bar --pre ``` diff --git a/pyproject.toml b/pyproject.toml index ffa3484..c377641 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -148,4 +148,4 @@ extend-ignore = [ ] [tool.uv.sources] -py-cord = { git = "https://github.com/Pycord-Development/pycord" } +py-cord = { git = "https://github.com/Pycord-Development/pycord", rev = "ae38322ca2bee850f3d05b0cbe80835a9e990986" } diff --git a/uv.lock b/uv.lock index 695a6bd..8d44109 100644 --- a/uv.lock +++ b/uv.lock @@ -120,7 +120,7 @@ dev = [ requires-dist = [ { name = "aiofile", specifier = ">=3.9.0" }, { name = "aiohttp", specifier = ">=3.11.18" }, - { name = "py-cord", git = "https://github.com/Pycord-Development/pycord" }, + { name = "py-cord", git = "https://github.com/Pycord-Development/pycord?rev=ae38322ca2bee850f3d05b0cbe80835a9e990986" }, ] [package.metadata.requires-dev] @@ -235,7 +235,7 @@ wheels = [ [[package]] name = "py-cord" version = "2.6.1.dev233+gae38322c" -source = { git = "https://github.com/Pycord-Development/pycord#ae38322ca2bee850f3d05b0cbe80835a9e990986" } +source = { git = "https://github.com/Pycord-Development/pycord?rev=ae38322ca2bee850f3d05b0cbe80835a9e990986#ae38322ca2bee850f3d05b0cbe80835a9e990986" } dependencies = [ { name = "aiohttp" }, { name = "typing-extensions" },