Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ This Python package was initially automatically generated by the [OpenAPI Genera

Python 3.9+

> Note: Starting with version `1.0.0`, this client uses [Pydantic v2](https://docs.pydantic.dev/2.12/). If your project requires [Pydantic v1](https://docs.pydantic.dev/1.10/), please remain on a `0.x.x` release of this client.
## Installation & Usage

### pip install
Expand Down
2 changes: 1 addition & 1 deletion phrasetms_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Do not edit the class manually.
"""

__version__ = "0.3.14"
__version__ = "1.0.0"

# import apis into sdk package
from phrasetms_client.api.additional_workflow_step_api import AdditionalWorkflowStepApi
Expand Down
6 changes: 2 additions & 4 deletions phrasetms_client/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import logging
import multiprocessing
import sys
import urllib3
import urllib3.util

import http.client as httplib
from phrasetms_client.exceptions import ApiValueError
Expand Down Expand Up @@ -422,9 +422,7 @@ def to_debug_report(self):
"OS: {env}\n"
"Python Version: {pyversion}\n"
"Version of the API: Latest\n"
"SDK Package Version: 0.3.14".format(
env=sys.platform, pyversion=sys.version
)
"SDK Package Version: 1.0.0".format(env=sys.platform, pyversion=sys.version)
)

def get_host_settings(self):
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "phrasetms_client"
version = "0.3.14"
version = "1.0.0"
description = "Phrase TMS API"
authors = ["Martin Chrástek"]
license = "LGPL-3.0"
Expand Down Expand Up @@ -30,7 +30,7 @@ aenum = ">=3.1.11"

[project]
name = "phrasetms_client"
version = "0.3.14"
version = "1.0.0"
description = "Phrase TMS API"
readme = "README.md"
requires-python = ">=3.9"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# prerequisite: setuptools
# http://pypi.python.org/pypi/setuptools
NAME = "phrasetms-client"
VERSION = "0.3.14"
VERSION = "1.0.0"
PYTHON_REQUIRES = ">=3.9"
REQUIRES = [
"python-dateutil >= 2.5.3",
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

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