Skip to content

Commit

Permalink
Update psychicapi version (#5471)
Browse files Browse the repository at this point in the history
Update [psychicapi](https://pypi.org/project/psychicapi/) python package
dependency to the latest version 0.5. The newest python package version
addresses breaking changes in the Psychic http api.
  • Loading branch information
Ayan-Bandyopadhyay authored and vowelparrot committed May 31, 2023
1 parent 5a179a6 commit 3065fab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ gql = {version = "^3.4.1", optional = true}
pandas = {version = "^2.0.1", optional = true}
telethon = {version = "^1.28.5", optional = true}
neo4j = {version = "^5.8.1", optional = true}
psychicapi = {version = "^0.2", optional = true}
psychicapi = {version = "^0.5", optional = true}
zep-python = {version="^0.30", optional=true}
langkit = {version = ">=0.0.1.dev3, <0.1.0", optional = true}
chardet = {version="^5.1.0", optional=true}
Expand Down

0 comments on commit 3065fab

Please sign in to comment.