Skip to content

Commit

Permalink
FIX - Optional default fields (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
da1910 authored Feb 19, 2025
1 parent 57544ff commit eb12f0f
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 12 deletions.
54 changes: 46 additions & 8 deletions ansys-grantami-serverapi-openapi/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions ansys-grantami-serverapi-openapi/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "ansys-grantami-serverapi-openapi"
description = "Autogenerated client library for the Granta MI Server API."
version = "5.0.0.dev429"
version = "5.0.0.dev435"
license = "MIT"
authors = ["ANSYS, Inc. <pyansys.core@ansys.com>"]
maintainers = ["ANSYS, Inc. <pyansys.core@ansys.com>"]
Expand All @@ -26,8 +26,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Information Analysis",
]
packages = [
{ include = "**/*.py", from = "src" },
{ include = "**/py.typed", from = "src" },
{ include = "*", from = "src" },
]

[tool.poetry.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<maven-plugin-version>1.0.0</maven-plugin-version>
<base-package-version>0.1.0</base-package-version>
<yaml-filename>server-api.json</yaml-filename>
<swagger-template-version>4.1.1-SNAPSHOT</swagger-template-version>
<swagger-template-version>4.1.3-SNAPSHOT</swagger-template-version>
<package-name>ansys-grantami-serverapi-openapi</package-name>
<package-import-path>ansys.grantami.serverapi_openapi</package-import-path>
<package-description>Autogenerated client library for the Granta MI Server API.</package-description>
Expand Down

0 comments on commit eb12f0f

Please sign in to comment.