Files
dependabot[bot] 74722622ed Bump the pip group across 1 directory with 3 updates
Bumps the pip group with 3 updates in the / directory: [langsmith](https://github.com/langchain-ai/langsmith-sdk), [langchain-openai](https://github.com/langchain-ai/langchain) and [python-dotenv](https://github.com/theskumar/python-dotenv).


Updates `langsmith` from 0.6.3 to 0.7.31
- [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases)
- [Commits](https://github.com/langchain-ai/langsmith-sdk/commits/v0.7.31)

Updates `langchain-openai` from 1.0.2 to 1.1.14
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](https://github.com/langchain-ai/langchain/compare/langchain-openai==1.0.2...langchain-openai==1.1.14)

Updates `python-dotenv` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](https://github.com/theskumar/python-dotenv/compare/v1.2.1...v1.2.2)

---
updated-dependencies:
- dependency-name: langsmith
  dependency-version: 0.7.31
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: langchain-openai
  dependency-version: 1.1.14
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: python-dotenv
  dependency-version: 1.2.2
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-02 06:06:04 +00:00

25 lines
539 B
TOML

[tool.poetry]
name = "sdk-load-test"
version = "0.1.0"
description = "Package for load testing the langsmith sdk"
authors = ["Robert Xu <xuro@langchain.dev>"]
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = ">=3.11,<3.13"
langsmith = ">=0.6.3,<0.8.0"
langchain = "^1.0.0"
langchain_openai = "^1.0.0"
orjson = "^3.11.6"
python-dotenv = "^1.0.1"
pathlib = "^1.0.1"
humanize = "^4.11.0"
pandas = "^2.3.0"
packaging = "^25.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"