Skip to content

Commit

Permalink
Added PyYaml to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGherardelli committed May 22, 2024
1 parent e28fb4a commit 42bc7f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ API Documentation of the **DataBridges** platform: https://databridges.vam.wfp.o
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 4.1.0
- Package version: 1.0.0
- Package version: 4.1.0
- Generator version: 7.6.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen

Expand Down
2 changes: 1 addition & 1 deletion data_bridges_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
""" # noqa: E501


__version__ = "1.0.0"
__version__ = "4.1.0"

# import apis into sdk package
from data_bridges_client.api.commodities_api import CommoditiesApi
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "data_bridges_client"
version = "1.0.0"
version = "4.1.0"
description = "VAM-Data-Bridges"
authors = ["VAM-INFO <[email protected]>"]
license = "NoLicense"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"python-dateutil",
"pydantic >= 2",
"typing-extensions >= 4.7.1",
"PyYAML"
]

setup(
Expand Down

0 comments on commit 42bc7f8

Please sign in to comment.