mirror of https://github.com/dapr/dapr-agents.git
fix: dump to 0.6.1 and add missing requirements.txt files to fix streamablehttp quickstart (#156)
Signed-off-by: Bilgin Ibryam <bibryam@gmail.com>
This commit is contained in:
parent
3bd6c99506
commit
bf6f50fd25
|
|
@ -176,5 +176,4 @@ chroma_db/
|
||||||
db/
|
db/
|
||||||
|
|
||||||
# Requirements files since we use pyproject.toml instead
|
# Requirements files since we use pyproject.toml instead
|
||||||
requirements.txt
|
|
||||||
dev-requirements.txt
|
dev-requirements.txt
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
dapr-agents>=0.6.0
|
dapr-agents>=0.6.1
|
||||||
python-dotenv
|
python-dotenv
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
dapr-agents>=0.6.0
|
dapr-agents>=0.6.1
|
||||||
python-dotenv
|
python-dotenv
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
dapr-agents>=0.6.0
|
dapr-agents>=0.6.1
|
||||||
python-dotenv
|
python-dotenv
|
||||||
elevenlabs
|
elevenlabs
|
||||||
|
|
@ -1 +1 @@
|
||||||
dapr-agents>=0.6.0
|
dapr-agents>=0.6.1
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
dapr-agents>=0.6.0
|
dapr-agents>=0.6.1
|
||||||
python-dotenv
|
python-dotenv
|
||||||
tiktoken
|
tiktoken
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
dapr-agents>=0.6.0
|
dapr-agents>=0.6.1
|
||||||
python-dotenv
|
python-dotenv
|
||||||
tiktoken
|
tiktoken
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
dapr-agents>=0.6.0
|
dapr-agents>=0.6.1
|
||||||
python-dotenv
|
python-dotenv
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
dapr-agents>=0.6.0
|
dapr-agents>=0.6.1
|
||||||
python-dotenv
|
python-dotenv
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
dapr-agents>=0.6.1
|
||||||
|
python-dotenv
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
dapr-agents>=0.6.0
|
dapr-agents>=0.6.1
|
||||||
python-dotenv
|
python-dotenv
|
||||||
requests
|
requests
|
||||||
chainlit
|
chainlit
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
dapr-agents>=0.6.0
|
dapr-agents>=0.6.1
|
||||||
python-dotenv
|
python-dotenv
|
||||||
mcp
|
mcp
|
||||||
starlette
|
starlette
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
dapr-agents>=0.6.0
|
dapr-agents>=0.6.1
|
||||||
python-dotenv
|
python-dotenv
|
||||||
mcp
|
mcp
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
dapr-agents>=0.6.1
|
||||||
|
python-dotenv
|
||||||
|
mcp
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
dapr-agents>=0.6.0
|
dapr-agents>=0.6.1
|
||||||
python-dotenv
|
python-dotenv
|
||||||
chainlit
|
chainlit
|
||||||
psycopg
|
psycopg
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue