chore: bump version
This commit is contained in:
parent
6c571db8c4
commit
7517dd6dab
2 changed files with 361 additions and 475 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "open-notebook"
|
name = "open-notebook"
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
description = "An open source implementation of a research assistant, inspired by Google Notebook LM"
|
description = "An open source implementation of a research assistant, inspired by Google Notebook LM"
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Luis Novo", email = "lfnovo@gmail.com"}
|
{name = "Luis Novo", email = "lfnovo@gmail.com"}
|
||||||
|
|
@ -24,7 +24,6 @@ dependencies = [
|
||||||
"tiktoken>=0.8.0",
|
"tiktoken>=0.8.0",
|
||||||
"streamlit-monaco>=0.1.3",
|
"streamlit-monaco>=0.1.3",
|
||||||
"langgraph-checkpoint-sqlite>=2.0.0",
|
"langgraph-checkpoint-sqlite>=2.0.0",
|
||||||
"openai>=1.52.0",
|
|
||||||
"langchain-community>=0.3.3",
|
"langchain-community>=0.3.3",
|
||||||
"langchain-openai>=0.2.3",
|
"langchain-openai>=0.2.3",
|
||||||
"langchain-anthropic>=0.2.3",
|
"langchain-anthropic>=0.2.3",
|
||||||
|
|
@ -40,9 +39,9 @@ dependencies = [
|
||||||
"sdblpy",
|
"sdblpy",
|
||||||
"podcastfy",
|
"podcastfy",
|
||||||
"nest-asyncio>=1.6.0",
|
"nest-asyncio>=1.6.0",
|
||||||
"content-core>=1.0.0",
|
"content-core>=1.0.2",
|
||||||
"ai-prompter>=0.3",
|
"ai-prompter>=0.3",
|
||||||
"python-magic-bin==0.4.14; sys_platform == 'win32'"
|
"esperanto>=2.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.setuptools]
|
[tool.setuptools]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue