public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-openapi-core] rawhide: Allow all Starlette 1.x versions, avoiding upstream’s minor-version pin
@ 2026-06-03 20:15 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-06-03 20:15 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/python-openapi-core
            Branch : rawhide
            Commit : 52efa0dfb507bf42033a86c24f56bc6d51049fdd
            Author : Benjamin A. Beasley <code@musicinmybrain.net>
            Date   : 2026-06-03T20:55:11+01:00
            Stats  : +4/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-openapi-core/c/52efa0dfb507bf42033a86c24f56bc6d51049fdd?branch=rawhide

            Log:
            Allow all Starlette 1.x versions, avoiding upstream’s minor-version pin

- Fixes RHBZ#2481164

---
diff --git a/python-openapi-core.spec b/python-openapi-core.spec
index f4ee32a..00759f4 100644
--- a/python-openapi-core.spec
+++ b/python-openapi-core.spec
@@ -54,6 +54,10 @@ sed -r -i '/^--cov[-=]/d' pyproject.toml
 # We cannot respect a SemVer or version range pin on FastAPI; it updates
 # frequently, with usually-tiny breaking changes.
 %pyproject_patch_dependency fastapi:drop_upper
+# Now that Starlette is at 1.x, but upstream is still pinning particular minor
+# versions, it’s far too fussy to be constantly patching the version bounds.
+# Rather than dropping the upper bound entirely, loosen it to a SemVer bound.
+%pyproject_patch_dependency starlette:set_upper:2.0
 # Erroring on DeprecationWarnings makes sense upstream, but is probably too
 # strict for distribution packaging.
 #

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-03 20:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-03 20:15 [rpms/python-openapi-core] rawhide: Allow all Starlette 1.x versions, avoiding upstream’s minor-version pin Benjamin A. Beasley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox