Merge pull request #696 from langflow-ai/release-rc-0.1.55

feat: Bump version to 0.1.55
This commit is contained in:
Sebastián Estévez 2025-12-19 17:31:58 -05:00 committed by GitHub
commit 9738fba9c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 1642 additions and 1385 deletions

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "openrag" name = "openrag"
version = "0.1.54" version = "0.1.55"
description = "Add your description here" description = "Add your description here"
readme = "README.md" readme = "README.md"
requires-python = ">=3.13" requires-python = ">=3.13"

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "openrag-sdk" name = "openrag-sdk"
version = "0.1.0" version = "0.1.1"
description = "Official Python SDK for OpenRAG API" description = "Official Python SDK for OpenRAG API"
readme = "README.md" readme = "README.md"
license = "MIT" license = "MIT"

2
sdks/python/uv.lock generated
View file

@ -121,7 +121,7 @@ wheels = [
[[package]] [[package]]
name = "openrag-sdk" name = "openrag-sdk"
version = "0.1.0" version = "0.1.1"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "httpx" }, { name = "httpx" },

View file

@ -1,6 +1,6 @@
{ {
"name": "openrag-sdk", "name": "openrag-sdk",
"version": "0.1.0", "version": "0.1.1",
"description": "Official TypeScript/JavaScript SDK for OpenRAG API", "description": "Official TypeScript/JavaScript SDK for OpenRAG API",
"main": "./dist/index.js", "main": "./dist/index.js",
"module": "./dist/index.mjs", "module": "./dist/index.mjs",

3019
uv.lock generated

File diff suppressed because it is too large Load diff