Skip to content

Commit

Permalink
chore: Update openai version (#162)
Browse files Browse the repository at this point in the history
* chore: Update openai dep version

* chore: Pull published image in docker compose
  • Loading branch information
paul-paliychuk authored Sep 28, 2024
1 parent a7148d6 commit 1a97cb4
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 15 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "graphiti-core"
version = "0.3.7"
version = "0.3.8"
description = "A temporal graph building library"
authors = [
"Paul Paliychuk <[email protected]>",
Expand All @@ -17,7 +17,7 @@ python = "^3.10"
pydantic = "^2.8.2"
neo4j = "^5.23.0"
diskcache = "^5.6.3"
openai = "^1.38.0"
openai = "^1.50.2"
tenacity = "<9.0.0"
numpy = ">=1.0.0"

Expand Down
73 changes: 68 additions & 5 deletions server/poetry.lock

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

0 comments on commit 1a97cb4

Please sign in to comment.