Skip to content

Commit

Permalink
limit vizro version
Browse files Browse the repository at this point in the history
  • Loading branch information
nadijagraca committed Dec 5, 2024
1 parent 492ee80 commit e153623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vizro-ai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies = [
"langchain>=0.1.0, <0.3.0", # TODO update to pydantic v2 and remove upper bound
"langgraph>=0.1.2, <0.2.17", # TODO update to pydantic v2 and remove upper bound (latest version break pydantic v1 compatibility)
"python-dotenv>=1.0.0", # TODO decide env var management to see if we need this
"vizro>=0.1.23",
"vizro=0.1.29", # Limited to current version of vizro, until the pydantic V2 changes have been merged
"langchain_openai", # Base dependency, ie minimum model working
"black",
"autoflake"
Expand Down

0 comments on commit e153623

Please sign in to comment.