Skip to content

Commit

Permalink
relax httpx dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
willydouhard committed Nov 8, 2023
1 parent 371b374 commit 3a092f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "chainlit"
version = "0.7.600rc0"
version = "0.7.600rc1"
keywords = ['LLM', 'Agents', 'gen ai', 'chat ui', 'chatbot ui', 'langchain']
description = "A faster way to build chatbot UIs."
authors = ["Chainlit"]
Expand All @@ -24,7 +24,7 @@ dataclasses_json = "^0.5.7"
uvicorn = "^0.23.2"
fastapi = "^0.100"
fastapi-socketio = "^0.0.10"
httpx = "^0.25.1"
httpx = ">=0.23"
aiofiles = "^23.1.0"
syncer = "^2.0.3"
asyncer = "^0.0.2"
Expand Down

0 comments on commit 3a092f0

Please sign in to comment.