Skip to content

Commit

Permalink
Revert Python API to Pydantic v1
Browse files Browse the repository at this point in the history
  • Loading branch information
mj23000 committed Mar 25, 2024
1 parent da13156 commit 02037e9
Show file tree
Hide file tree
Showing 221 changed files with 17,376 additions and 33,254 deletions.
2 changes: 1 addition & 1 deletion docs/mozart-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3866,7 +3866,7 @@ info:
- [Beosound Level](https://www.bang-olufsen.com/en/dk/speakers/beosound-level)\n\
- [Beosound Theatre](https://www.bang-olufsen.com/en/dk/soundbars/beosound-theatre)\n\
\n\nThis API documentation has been generated for version 3.4.1.8 of the Mozart\
\ platform and API generation version 3.4.1.8.2.\n\n## Python API\n\nThe Python\
\ platform and API generation version 3.4.1.8.3.\n\n## Python API\n\nThe Python\
\ package has been generated using the [OpenAPI Generator](https:/openapi-generator.tech/)\
\ version 7.4.0. On top of the generated API, a helper file, mozart_client.py,\
\ has been made that makes the API more pythonic. We recommend using this.\n\
Expand Down
6 changes: 3 additions & 3 deletions python_client/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: mozart_api
Version: 3.4.1.8.2
Version: 3.4.1.8.3
Summary: Mozart platform API
Home-page: https://pypi.org/project/mozart-api/
License: MIT
Expand All @@ -16,11 +16,11 @@ Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Multimedia
Requires-Dist: aenum (>=3.1.11)
Requires-Dist: aioconsole (>=0.4.1)
Requires-Dist: aiohttp (>=3.8.3)
Requires-Dist: aiohttp-retry (>=2.8.3)
Requires-Dist: inflection (>=0.5.1)
Requires-Dist: pydantic (>=2)
Requires-Dist: pydantic (>=1.10.5,<2.0.0)
Requires-Dist: python-dateutil (>=2.8.2)
Requires-Dist: typing-extensions (>=4.7.1)
Requires-Dist: urllib3 (>=1.25.3)
Expand Down
2 changes: 1 addition & 1 deletion python_client/mozart_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
""" # noqa: E501


__version__ = "3.4.1.8.2"
__version__ = "3.4.1.8.3"

# import apis into sdk package
from mozart_api.api.beolink_api import BeolinkApi
Expand Down
Loading

0 comments on commit 02037e9

Please sign in to comment.