Date: Thu, 22 Jul 2021 01:45:56 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 257315] [NEW PORT] databases/py-orm: Python async ORM with FastAPI in mind and pydantic validation Message-ID: <bug-257315-21822-Jc8jaP95Rw@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-257315-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-257315-21822@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257315 Kubilay Kocak <koobs@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |feature, needs-patch, | |needs-qa Summary|[NEWPORT] databases/py-orm: |[NEW PORT] |Python async ORM with |databases/py-orm: Python |FastAPI in mind and |async ORM with FastAPI in |pydantic validation |mind and pydantic | |validation CC| |meka@tilda.center, | |python@FreeBSD.org Flags| |maintainer-feedback?(meka@t | |ilda.center) Status|New |Open --- Comment #1 from Kubilay Kocak <koobs@FreeBSD.org> --- Review items: - minor: Match COMMENT with upstream modulo portlint: "Simple async ORM with fastapi in mind and pydantic validation" - Python ports should match their upstream python_requires / *_requires as closely as possible (modulo limitations of our <version-spec>, such as no ! support): setup.py: ... install_requires=[ "databases>=0.3.2,<0.4.4", "pydantic>=1.6.1,!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<=1.8.2", "sqlalchemy>=1.3.18,<=1.3.23", "typing_extensions>=3.7,<=3.7.4.3", ], -- You are receiving this mail because: You are on the CC list for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-257315-21822-Jc8jaP95Rw>
