working on the FRIKKIN ssl verification issue

This commit is contained in:
mike
2026-06-09 05:25:44 -07:00
parent 25bfe8cd0a
commit b60a7a82f7
4 changed files with 24 additions and 10 deletions

View File

@@ -5,7 +5,10 @@ name = "pypi"
[packages]
py-gitea = "*"
# py-gitea = {git = "https://github.com/mikeperalta1/py-gitea.git"}
# This forces an earlier version of urllib3 that doesn't have newer strict restrictions on CA certs,
# which I believe was blocking my self-signed chains
urllib3 = "<2.4"
[dev-packages]