Skip to content

Commit

Permalink
chore(deps): add support for httpx 0.28 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
mharrisb1 authored Nov 29, 2024
1 parent e90bd4e commit 23c8da2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ openai_responses = "openai_responses.plugin"

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

[tool.poetry.group.dev.dependencies]
black = "^24.2.0"
langchain-openai = "^0.1.20"
mypy = "^1.9.0"
pytest = "^8.1.1"
pytest-asyncio = "^0.23.6"
mkdocs-material = "^9.5.18"
tox = "^4.14.2"
langchain-openai = "^0.1.20"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 23c8da2

Please sign in to comment.