Skip to content

Commit

Permalink
getting ready for 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyb3rWard0g committed Jan 13, 2025
1 parent 6389724 commit de4bf5b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 38 deletions.
32 changes: 1 addition & 31 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions 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 = "floki-ai"
version = "0.9.1"
version = "0.10.1"
description = "Agentic Workflows Made Simple"
readme = "README.md"
authors = [{ name = "Roberto Rodriguez" }]
Expand All @@ -31,7 +31,6 @@ dependencies = [
"openai==1.59.6",
"openapi-pydantic==0.5.1",
"regex>=2023.12.25",
"neo4j==5.26.0",
"Jinja2==3.1.5",
"azure-identity==1.19.0",
"dapr==1.14.0",
Expand All @@ -46,7 +45,7 @@ homepage = "https://github.com/Cyb3rWard0g/floki"

[tool.poetry]
name = "floki"
version = "0.9.1"
version = "0.10.1"
description = "Agentic Workflows Made Simple"
authors = ["Roberto Rodriguez"]
license = "MIT"
Expand All @@ -69,7 +68,6 @@ pydantic = "2.10.5"
openai = "1.59.6"
openapi-pydantic = "0.5.1"
regex = "^2023.12.25"
neo4j = "5.26.0"
Jinja2 = "3.1.5"
azure-identity = "1.19.0"
tornado = "^6.4.2"
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ openai==1.59.6
openapi-pydantic==0.5.1
openapi-schema-pydantic==1.2.4
regex>=2023.12.25
neo4j==5.26.0
Jinja2==3.1.5
azure-identity==1.19.0
dapr==1.14.0
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="floki-ai",
version="0.9.1",
version="0.10.1",
author="Roberto Rodriguez",
description="Agentic Workflows Made Simple",
long_description=long_description,
Expand All @@ -25,7 +25,6 @@
"openapi-pydantic==0.5.1",
"openapi-schema-pydantic==1.2.4",
"regex>=2023.12.25",
"neo4j==5.26.0",
"Jinja2==3.1.5",
"azure-identity==1.19.0",
"dapr==1.14.0",
Expand Down

0 comments on commit de4bf5b

Please sign in to comment.