Fix build: Switch to HTTPS for private dependency using CR_PAT
Some checks failed
Build and Push Docker Image / build (push) Failing after 16s

This commit is contained in:
2026-04-24 01:42:12 +00:00
parent 299b1bbc5e
commit 76e19a82dc
4 changed files with 11 additions and 11 deletions

4
uv.lock generated
View File

@@ -1697,7 +1697,7 @@ dependencies = [
requires-dist = [
{ name = "fastmcp", specifier = ">=0.4.1" },
{ name = "mcp", specifier = ">=1.2.0" },
{ name = "schwab-scraper", git = "ssh://git.local.ben.io/b3nw/schwab-scraper.git" },
{ name = "schwab-scraper", git = "https://gitea.ext.ben.io/b3nw/schwab-scraper.git" },
{ name = "starlette", specifier = ">=0.41.0" },
{ name = "uvicorn", specifier = ">=0.32.0" },
]
@@ -1705,7 +1705,7 @@ requires-dist = [
[[package]]
name = "schwab-scraper"
version = "0.6.16"
source = { git = "ssh://git.local.ben.io/b3nw/schwab-scraper.git#f1680aec7e26d4ec0ba71890b2f585bec0aeb13d" }
source = { git = "https://gitea.ext.ben.io/b3nw/schwab-scraper.git#f1680aec7e26d4ec0ba71890b2f585bec0aeb13d" }
dependencies = [
{ name = "aiohttp" },
{ name = "greenlet" },