Skip to content

Commit

Permalink
add missing packaging package (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchalef authored Aug 31, 2023
1 parent ff3dae0 commit 3c9be53
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 46 deletions.
96 changes: 51 additions & 45 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "zep-python"
version = "1.1.0"
version = "1.1.1"
description = "Zep stores, manages, enriches, indexes, and searches long-term memory for conversational AI applications. This is the Python client for the Zep service."
authors = ["Daniel Chalef <[email protected]>"]
readme = "README.md"
Expand All @@ -9,6 +9,7 @@ readme = "README.md"
python = ">=3.8.1,<4"
httpx = "^0.24.0"
pydantic = ">=1.10.7"
packaging = "^23.1"

[tool.poetry.group.test.dependencies]
pytest = "^7.3.1"
Expand Down

0 comments on commit 3c9be53

Please sign in to comment.