Skip to content

Commit

Permalink
Version Bump SDKs (#68)
Browse files Browse the repository at this point in the history
Co-authored-by: konfig-publisher <publisher@konfigthis.com>
  • Loading branch information
konfig-bot[bot] and konfig-publisher authored Oct 2, 2024
1 parent 42ab79b commit 2882a78
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 22 deletions.
6 changes: 0 additions & 6 deletions .konfig/changesets/sharp-loops-refuse.md

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

|Language|Version|Package Manager|README|Source|
|-|-|-|-|-|
|Python|1.3.24|[PyPI](https://pypi.org/project/groundx-python-sdk/1.3.24)|[README](https://github.com/groundxai/groundx-sdks/tree/HEAD/sdks/python#readme)|[Source](https://github.com/groundxai/groundx-sdks/tree/HEAD/sdks/python)|
|TypeScript|1.3.27|[npm](https://www.npmjs.com/package/groundx-typescript-sdk/v/1.3.27)|[README](https://github.com/groundxai/groundx-sdks/tree/HEAD/sdks/typescript#readme)|[Source](https://github.com/groundxai/groundx-sdks/tree/HEAD/sdks/typescript)|
|Python|1.3.25|[PyPI](https://pypi.org/project/groundx-python-sdk/1.3.25)|[README](https://github.com/groundxai/groundx-sdks/tree/HEAD/sdks/python#readme)|[Source](https://github.com/groundxai/groundx-sdks/tree/HEAD/sdks/python)|
|TypeScript|1.3.28|[npm](https://www.npmjs.com/package/groundx-typescript-sdk/v/1.3.28)|[README](https://github.com/groundxai/groundx-sdks/tree/HEAD/sdks/typescript#readme)|[Source](https://github.com/groundxai/groundx-sdks/tree/HEAD/sdks/typescript)|
4 changes: 2 additions & 2 deletions konfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ readmeHeader:
url: https://www.eyelevel.ai
generators:
python:
version: 1.3.24
version: 1.3.25
packageName: groundx
projectName: groundx-python-sdk
responseTypeVersion: '1'
Expand All @@ -71,7 +71,7 @@ generators:
repoId: groundx-sdks/tree/main/sdks/python
pypiApiTokenEnvironmentVariable: PYPI_TOKEN_1
typescript:
version: 1.3.27
version: 1.3.28
npmName: groundx-typescript-sdk
outputDirectory: sdks/typescript
clientName: Groundx
Expand Down
2 changes: 1 addition & 1 deletion sdks/python/.konfig/generate-id.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b2c4e62b-2741-4be5-8a30-7aa11f7b1566
765c9c1b-e47f-499f-b0d0-9da5d516f3f9
4 changes: 2 additions & 2 deletions sdks/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
RAG Made Simple, Secure and Hallucination Free


[![PyPI](https://img.shields.io/badge/PyPI-v1.3.24-blue)](https://pypi.org/project/groundx-python-sdk/1.3.24)
[![PyPI](https://img.shields.io/badge/PyPI-v1.3.25-blue)](https://pypi.org/project/groundx-python-sdk/1.3.25)
[![README.md](https://img.shields.io/badge/README-Click%20Here-green)](https://github.com/groundxai/groundx-sdks/tree/main/sdks/python#readme)
[![More Info](https://img.shields.io/badge/More%20Info-Click%20Here-orange)](https://www.eyelevel.ai/)

Expand Down Expand Up @@ -57,7 +57,7 @@ Python >=3.7
## Installation<a id="installation"></a>

```sh
pip install groundx-python-sdk==1.3.24
pip install groundx-python-sdk==1.3.25
```

## Getting Started<a id="getting-started"></a>
Expand Down
2 changes: 1 addition & 1 deletion sdks/python/groundx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Created by: https://www.eyelevel.ai/
"""

__version__ = "1.3.24"
__version__ = "1.3.25"

# import ApiClient
from groundx.api_client import ApiClient
Expand Down
2 changes: 1 addition & 1 deletion sdks/python/groundx/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1155,7 +1155,7 @@ def __init__(
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'Konfig/1.3.24/python'
self.user_agent = 'Konfig/1.3.25/python'

def __enter__(self):
return self
Expand Down
2 changes: 1 addition & 1 deletion sdks/python/groundx/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 1.3.26\n"\
"SDK Package Version: 1.3.24".\
"SDK Package Version: 1.3.25".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
2 changes: 1 addition & 1 deletion sdks/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "groundx-python-sdk"
version = "1.3.24"
version = "1.3.25"
description = "Client for GroundX APIs"
authors = ["Konfig <support@eyelevel.ai>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion sdks/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from setuptools import setup, find_packages # noqa: H301

NAME = "groundx-python-sdk"
VERSION = "1.3.24"
VERSION = "1.3.25"
# To install the library, run the following
#
# python setup.py install
Expand Down
2 changes: 1 addition & 1 deletion sdks/typescript/.konfig/generate-id.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b2c4e62b-2741-4be5-8a30-7aa11f7b1566
765c9c1b-e47f-499f-b0d0-9da5d516f3f9
2 changes: 1 addition & 1 deletion sdks/typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

RAG Made Simple, Secure and Hallucination Free

[![npm](https://img.shields.io/badge/npm-v1.3.27-blue)](https://www.npmjs.com/package/groundx-typescript-sdk/v/1.3.27)
[![npm](https://img.shields.io/badge/npm-v1.3.28-blue)](https://www.npmjs.com/package/groundx-typescript-sdk/v/1.3.28)
[![More Info](https://img.shields.io/badge/More%20Info-Click%20Here-orange)](https://www.eyelevel.ai/)

</div>
Expand Down
2 changes: 1 addition & 1 deletion sdks/typescript/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export class Configuration {
this.accessToken = param.accessToken;
this.basePath = param.basePath;
this.baseOptions = param.baseOptions ?? {};
this.userAgent = param.userAgent === undefined ? "Konfig/1.3.27/typescript" : param.userAgent;
this.userAgent = param.userAgent === undefined ? "Konfig/1.3.28/typescript" : param.userAgent;
this.formDataCtor = param.formDataCtor;
}

Expand Down
2 changes: 1 addition & 1 deletion sdks/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "groundx-typescript-sdk",
"version": "1.3.27",
"version": "1.3.28",
"description": "Client for GroundX APIs",
"author": "Konfig",
"engines": {
Expand Down

0 comments on commit 2882a78

Please sign in to comment.