Skip to content

Commit 23c8da2

Browse files
authored
chore(deps): add support for httpx 0.28 (#68)
1 parent e90bd4e commit 23c8da2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ openai_responses = "openai_responses.plugin"
2020

2121
[tool.poetry.dependencies]
2222
python = ">=3.9,<4.0"
23-
openai = ">=1.50,<1.55"
23+
openai = ">=1.50,<1.56"
2424
requests-toolbelt = "^1"
25-
respx = "^0.20"
25+
respx = { git = "https://github.com/ndhansen/respx" }
2626

2727
[tool.poetry.group.dev.dependencies]
2828
black = "^24.2.0"
29+
langchain-openai = "^0.1.20"
2930
mypy = "^1.9.0"
3031
pytest = "^8.1.1"
3132
pytest-asyncio = "^0.23.6"
3233
mkdocs-material = "^9.5.18"
3334
tox = "^4.14.2"
34-
langchain-openai = "^0.1.20"
3535

3636
[build-system]
3737
requires = ["poetry-core"]

0 commit comments

Comments
 (0)