Skip to content

Commit ecfc56b

Browse files
authored
feat: 85 remove initialize and close from the client class | #2 (#104)
* Fix: add support uv build * remove poetry.lock * add release.yml * use clear start and close async support * dummy commit
1 parent fdca15f commit ecfc56b

File tree

7 files changed

+186
-1529
lines changed

7 files changed

+186
-1529
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Build package
5050
if: ${{ steps.get_next_version.outputs.hasNextVersion == 'true' }}
5151
run: |
52-
python -m build
52+
uv build
5353
- name: Publish package
5454
if: ${{ steps.get_next_version.outputs.hasNextVersion == 'true' }}
5555
env:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,4 +530,4 @@ In case you need to set up the client yourself, use the following functions to g
530530
- `get_host()` returns the host name
531531
- `get_mapped_port()` returns the port
532532
- `get_base_url()` returns the full URL of the container
533-
- `get_api_token()` returns the API token
533+
- `get_api_token()` returns the API token

0 commit comments

Comments
 (0)