Skip to content

Commit

Permalink
Getting ready for 0.8.1 release and removal of chromadb and sentence-…
Browse files Browse the repository at this point in the history
…transformers dependency
  • Loading branch information
Cyb3rWard0g committed Jan 8, 2025
1 parent feca539 commit 855625b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 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.7.1"
version = "0.8.1"
description = "Agentic Workflows Made Simple"
readme = "README.md"
authors = [{ name = "Roberto Rodriguez" }]
Expand Down Expand Up @@ -46,7 +46,7 @@ homepage = "https://github.com/Cyb3rWard0g/floki"

[tool.poetry]
name = "floki"
version = "0.7.1"
version = "0.8.1"
description = "Agentic Workflows Made Simple"
authors = ["Roberto Rodriguez"]
license = "MIT"
Expand Down
4 changes: 1 addition & 3 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.7.1",
version="0.8.1",
author="Roberto Rodriguez",
description="Agentic Workflows Made Simple",
long_description=long_description,
Expand All @@ -21,12 +21,10 @@
packages=find_packages(where="src"),
install_requires=[
"pydantic==2.10.2",
"chromadb==0.5.20",
"openai==1.56.1",
"openapi-pydantic==0.5.0",
"openapi-schema-pydantic==1.2.4",
"regex>=2023.12.25",
"sentence-transformers==3.3.1",
"neo4j==5.26.0",
"Jinja2==3.1.5",
"azure-identity==1.19.0",
Expand Down

0 comments on commit 855625b

Please sign in to comment.