core[patch]: Remove anyio dependency (#19583)

The dependency isn't used anymore
This commit is contained in:
Eugene Yurtsev 2024-03-26 11:59:22 -04:00 committed by GitHub
parent f7a1fd91b8
commit 9c7e860cf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

2
libs/core/poetry.lock generated
View File

@ -2966,4 +2966,4 @@ extended-testing = ["jinja2"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<4.0"
content-hash = "a13a0a8454b242106bb681fa74e1f1320a0198f2e07b35d29d985b03a310cf67"
content-hash = "2f61e22c118e13c40a1b7980afe06a37a6349ee239c948b9c49e8b1dc06facc1"

View File

@ -14,7 +14,6 @@ pydantic = ">=1,<3"
langsmith = "^0.1.0"
tenacity = "^8.1.0"
jsonpatch = "^1.33"
anyio = ">=3,<5"
PyYAML = ">=5.3"
requests = "^2"
packaging = "^23.2"