Skip to content

Commit

Permalink
python311Packages.langsmith: 0.0.75 -> 0.0.80
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium committed Jan 14, 2024
1 parent bc4f1f5 commit 0684a7f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkgs/development/python-modules/langsmith/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@

buildPythonPackage rec {
pname = "langsmith";
version = "0.0.75";
format = "pyproject";
version = "0.0.80";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langsmith-sdk";
rev = "refs/tags/v${version}";
hash = "sha256-BbDB3xP3OCRXxbOqFIzFNrpK5+wHbIZ/VlurNXrXpTw=";
hash = "sha256-YFXwM/YiQJzJ1Nf76kuq3WtFhU6dUIHzK4K33+VO/lQ=";
};

sourceRoot = "${src.name}/python";
Expand Down Expand Up @@ -49,6 +49,8 @@ buildPythonPackage rec {
"test_as_runnable_batch"
"test_as_runnable_async"
"test_as_runnable_async_batch"
# requires git repo
"test_git_info"
];

disabledTestPaths = [
Expand Down

0 comments on commit 0684a7f

Please sign in to comment.