public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/python-sqlmodel] rawhide: Don’t version-bound test dependencies
Date: Fri, 11 Sep 2026 12:18:49 GMT	[thread overview]
Message-ID: <178912912905.1.9057919318569123897.rpms-python-sqlmodel-d34c54ad8fcc@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-sqlmodel
            Branch : rawhide
            Commit : d34c54ad8fcce29e0dcdcb0509de82e4ec6ef632
            Author : Benjamin A. Beasley <code@musicinmybrain.net>
            Date   : 2026-09-11T13:17:41+01:00
            Stats  : +6/-6 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-sqlmodel/c/d34c54ad8fcce29e0dcdcb0509de82e4ec6ef632?branch=rawhide

            Log:
            Don’t version-bound test dependencies

[skip changelog]

---
diff --git a/python-sqlmodel.spec b/python-sqlmodel.spec
index 80a2fe0..48f52f8 100644
--- a/python-sqlmodel.spec
+++ b/python-sqlmodel.spec
@@ -30,13 +30,13 @@ BuildArch:      noarch
 # - Already a direct dependency, perhaps with different version bounds:
 #   typing-extensions
 # - Only needed for ignored tests/test_select_gen.py: black, jinja2
-BuildRequires:  %{py3_dist dirty-equals} >= 0.11
-BuildRequires:  %{py3_dist fastapi} >= 0.128
-# Upstream asks for httpx >= 0.28.1, but this is just an indirect dependency
-# via Starlette, and Starlette has deprecated httpx in favor of httpx2.
+BuildRequires:  %{py3_dist dirty-equals}
+BuildRequires:  %{py3_dist fastapi}
+# Upstream asks for httpx, but this is just an indirect dependency via
+# Starlette, and Starlette has deprecated httpx in favor of httpx2.
 BuildRequires:  %{py3_dist httpx2}
-BuildRequires:  %{py3_dist pytest} >= 7.0.1
-BuildRequires:  %{py3_dist typer} >= 0.24.1
+BuildRequires:  %{py3_dist pytest}
+BuildRequires:  %{py3_dist typer}
 
 %global common_description %{expand:
 SQLModel is a library for interacting with SQL databases from Python code, with

                 reply	other threads:[~2026-09-11 12:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178912912905.1.9057919318569123897.rpms-python-sqlmodel-d34c54ad8fcc@fedoraproject.org \
    --to=code@musicinmybrain.net \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox