17
0

- update to 4.3.1:

* Fix `openqa_request` for table endpoints that now require
    JSON
  * Use Sequence instead of List type hints (KuxaBeast)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openqa_client?expand=0&rev=13
This commit is contained in:
2025-09-21 19:28:49 +00:00
committed by Git OBS Bridge
parent 1f94de6852
commit ae89fea4fa
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Sep 21 19:28:33 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 4.3.1:
* Fix `openqa_request` for table endpoints that now require
JSON
* Use Sequence instead of List type hints (KuxaBeast)
-------------------------------------------------------------------
Mon May 5 20:58:14 UTC 2025 - Dirk Müller <dmueller@suse.com>