aiohttp bump

This commit is contained in:
Erick Friis
2024-01-03 14:09:46 -08:00
parent 631125d8ef
commit ef398dc4ad
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ numpy = [
{version = "^1", python = ">=3.8.1,<3.12"},
{version = "^1.26", python = ">=3.12,<4.0"}
]
aiohttp = "^3.8.3"
aiohttp = "^3.9.1"
tenacity = "^8.1.0"
dataclasses-json = ">= 0.5.7, < 0.7"
langsmith = "~0.0.63"

View File

@@ -22,7 +22,7 @@ numpy = [
{version = "^1", python = ">=3.8.1,<3.12"},
{version = "^1.26", python = ">=3.12,<4.0"}
]
aiohttp = "^3.8.3"
aiohttp = "^3.9.1"
tenacity = "^8.1.0"
jsonpatch = "^1.33"
azure-core = {version = "^1.26.4", optional=true}