Skip to content

Commit af9c8ff

Browse files
authored
chore: Bump versions for byllm, jac-client, jac-cloud, jaclang, and jaseci packages (#3352)
## **Description**
1 parent 9966639 commit af9c8ff

File tree

6 files changed

+13
-12
lines changed

6 files changed

+13
-12
lines changed

jac-byllm/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "byllm"
3-
version = "0.4.5"
3+
version = "0.4.6"
44
description = "byLLM Provides Easy to use APIs for different LLM Providers to be used with Jaseci's Jaclang Programming Language."
55
authors = ["Jason Mars <[email protected]>"]
66
maintainers = ["Jason Mars <[email protected]>"]
@@ -9,7 +9,7 @@ readme = "README.md"
99
keywords = ["llm", "jaclang", "jaseci", "byLLM"]
1010

1111
[tool.poetry.dependencies]
12-
jaclang = ">=0.8.10"
12+
jaclang = ">=0.9.0"
1313
litellm = ">=1.75.5.post1"
1414
loguru = "~0.7.2"
1515
pillow = "~10.4.0"

jac-client/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[tool.poetry]
22
name = "jac-client"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = ""
55
authors = ["Jason Mars <[email protected]>"]
66
readme = "README.md"
77
packages = [{include = "jac_client"}]
88

99
[tool.poetry.dependencies]
1010
python = "^3.12.0"
11-
jaclang = "0.8.10"
11+
jaclang = "0.9.0"
1212

1313
[tool.poetry.group.dev.dependencies]
1414
python-dotenv = "1.0.1"

jac-cloud/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[tool.poetry]
22
name = "jac-cloud"
3-
version = "0.2.10"
3+
version = "0.2.11"
44
description = ""
55
authors = ["Jason Mars <[email protected]>"]
66
readme = "README.md"
77
packages = [{include = "jac_cloud"}]
88

99
[tool.poetry.dependencies]
1010
python = "^3.12.0"
11-
jaclang = "0.8.10"
11+
jaclang = "0.9.0"
1212
fastapi = "0.115.11"
1313
orjson = "3.10.15"
1414
uvicorn = {version = "0.34.0", extras = ["standard"]}

jac-streamlit/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ packages = [{include = "jaclang_streamlit"}]
1313

1414
[tool.poetry.dependencies]
1515
python = "^3.12.0"
16-
jaclang = "^0.8.3"
16+
jaclang = "^0.9.0"
1717
streamlit = "^1.38.0"
1818
pydot = "^3.0.1"
1919
streamlit-agraph = "^0.0.45"

jac/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "jaclang"
3-
version = "0.8.10"
3+
version = "0.9.0"
44
description = "Jac is a unique and powerful programming language that runs on top of Python, offering an unprecedented level of intelligence and intuitive understanding."
55
authors = ["Jason Mars <[email protected]>"]
66
maintainers = ["Jason Mars <[email protected]>"]

jaseci-package/pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "jaseci"
3-
version = "2.0.0"
3+
version = "2.1.0"
44
description = "Jaseci - A complete AI-native programming ecosystem with Jac language, LLM integration, cloud deployment, and Streamlit visualization"
55
authors = ["Jason Mars <[email protected]>"]
66
maintainers = ["Jason Mars <[email protected]>"]
@@ -25,9 +25,10 @@ packages = [{ include = "jaseci" }]
2525

2626
[tool.poetry.dependencies]
2727
python = "^3.11.0"
28-
jaclang = "^0.8.10"
29-
byllm = "^0.4.5"
30-
jac-cloud = "^0.2.10"
28+
jaclang = "^0.9.0"
29+
byllm = "^0.4.6"
30+
jac-cloud = "^0.2.11"
31+
jac-client = "^0.2.0"
3132
jac-streamlit = "^0.0.4"
3233

3334
# [tool.poetry.extras]

0 commit comments

Comments
 (0)