Skip to content

Commit

Permalink
Merge pull request #15 from DopplerHQ/liblab-codegen-1695070572075
Browse files Browse the repository at this point in the history
LibLab SDK update
  • Loading branch information
Piccirello authored Sep 18, 2023
2 parents c6de2bc + 05a3f2f commit ee44861
Show file tree
Hide file tree
Showing 149 changed files with 3,103 additions and 1,582 deletions.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A basic example of how to use the doppler-sdk package.

If `doppler-sdk` is published to pypi:
```sh
pip install doppler-sdk==1.1.2
pip install doppler-sdk==1.2.0
```

In the event `doppler-sdk` is not published to pypi, you can install it locally by running the following command in the example folder:
Expand Down
2 changes: 1 addition & 1 deletion examples/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ python -m venv .venv
source .venv/bin/activate
pip install build
python -m build --outdir dist ../
pip install dist/doppler_sdk-1.1.2-py3-none-any.whl
pip install dist/doppler_sdk-1.2.0-py3-none-any.whl
2 changes: 1 addition & 1 deletion examples/install_py3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ python3 -m venv .venv
source .venv/bin/activate
pip3 install build
python3 -m build --outdir dist ../
pip3 install dist/doppler_sdk-1.1.2-py3-none-any.whl
pip3 install dist/doppler_sdk-1.2.0-py3-none-any.whl
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "doppler-sdk"
version = "1.1.2"
version = "1.2.0"
license = { text = "SEE LICENSE IN LICENSE" }
authors = [
{ name="Example Author", email="[email protected]" },
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests >= 2.31.0
http-exceptions
pytest
responses
requests==2.31.0
http-exceptions==0.2.10
pytest==7.1.2
responses==0.21.0
Loading

0 comments on commit ee44861

Please sign in to comment.