Skip to content

Commit

Permalink
py-openapi-core: updated to 0.19.4
Browse files Browse the repository at this point in the history
0.19.4

Features

Starlette 0.38.x support

Bug fixes

Fix resolvers not updating properly when referencing other files.
Fix RequestUnmarshalResult body type
Fix Starlette streaming response for HTTPMiddleware
  • Loading branch information
adam committed Sep 7, 2024
1 parent 3e80066 commit 9bb773c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions textproc/py-openapi-core/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.14 2024/08/20 11:13:16 adam Exp $
# $NetBSD: Makefile,v 1.15 2024/09/07 05:37:53 adam Exp $

DISTNAME= openapi_core-0.19.3
DISTNAME= openapi_core-0.19.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= textproc www python
MASTER_SITES= ${MASTER_SITE_PYPI:=o/openapi-core/}
Expand Down
8 changes: 4 additions & 4 deletions textproc/py-openapi-core/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.10 2024/08/20 11:13:16 adam Exp $
$NetBSD: distinfo,v 1.11 2024/09/07 05:37:53 adam Exp $

BLAKE2s (openapi_core-0.19.3.tar.gz) = 3470f1449626053140407d8654823a9afe9f5a13fe1f94560c90cb954fb8bc26
SHA512 (openapi_core-0.19.3.tar.gz) = 87db8e0a1c5998fb4dbe3bfaf5c33b526e291ad96bb4a679fcb68ce21b003a66b40db14c4784f80104d4462c1e958a1b7776fb3d952e68eb4a7308999896c08b
Size (openapi_core-0.19.3.tar.gz) = 109026 bytes
BLAKE2s (openapi_core-0.19.4.tar.gz) = 967f7c58eb01d5e52d3a1219e12c06d72cd498b380775e9b3f2dca9c6170c408
SHA512 (openapi_core-0.19.4.tar.gz) = b21223e6fcea7deb95863335abc7b5079dace585d6418514df9d9e947ac7e7e9d88fc618aeeca3008551838c6fc018f03469722a3b325ad8b0766c422954b4a5
Size (openapi_core-0.19.4.tar.gz) = 109095 bytes

0 comments on commit 9bb773c

Please sign in to comment.