File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 78
78
"@types/uuid" : " ^9.0.1" ,
79
79
"commander" : " ^10.0.1" ,
80
80
"p-queue" : " ^6.6.2" ,
81
- "p-retry" : " ^5.1.2 " ,
81
+ "p-retry" : " 4 " ,
82
82
"uuid" : " ^9.0.0"
83
83
},
84
84
"lint-staged" : {
Original file line number Diff line number Diff line change 1446
1446
resolved "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.2.tgz"
1447
1447
integrity sha512-KufADq8uQqo1pYKVIYzfKbJfBAc0sOeXqGbFaSpv8MRmC/zXgowNZmFcbngndGk922QDmOASEXUZCaY48gs4cg==
1448
1448
1449
- " @types/retry@0.12.1 " :
1450
- version "0.12.1 "
1451
- resolved "https://registry.npmjs.org /@types/retry/-/retry-0.12.1 .tgz"
1452
- integrity sha512-xoDlM2S4ortawSWORYqsdU+2rxdh4LRW9ytc3zmT37RIKQh6IHyKwwtKhKis9ah8ol07DCkZxPt8BBvPjC6v4g ==
1449
+ " @types/retry@0.12.0 " :
1450
+ version "0.12.0 "
1451
+ resolved "https://registry.yarnpkg.com /@types/retry/-/retry-0.12.0 .tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d "
1452
+ integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA ==
1453
1453
1454
1454
" @types/semver@^7.3.12 " :
1455
1455
version "7.5.0"
@@ -3568,12 +3568,12 @@ p-queue@^6.6.2:
3568
3568
eventemitter3 "^4.0.4"
3569
3569
p-timeout "^3.2.0"
3570
3570
3571
- p-retry@^5.1.2 :
3572
- version "5.1 .2"
3573
- resolved "https://registry.npmjs.org /p-retry/-/p-retry-5.1 .2.tgz"
3574
- integrity sha512-couX95waDu98NfNZV+i/iLt+fdVxmI7CbrrdC2uDWfPdUAApyxT4wmDlyOtR5KtTDmkDO0zDScDjDou9YHhd9g ==
3571
+ p-retry@4 :
3572
+ version "4.6 .2"
3573
+ resolved "https://registry.yarnpkg.com /p-retry/-/p-retry-4.6 .2.tgz#9baae7184057edd4e17231cee04264106e092a16 "
3574
+ integrity sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ ==
3575
3575
dependencies :
3576
- " @types/retry" " 0.12.1 "
3576
+ " @types/retry" " 0.12.0 "
3577
3577
retry "^0.13.1"
3578
3578
3579
3579
p-timeout@^3.2.0 :
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " langchainplus-sdk"
3
- version = " 0.0.4 "
3
+ version = " 0.0.5 "
4
4
description = " Client library to connect to the LangChainPlus LLM Tracing and Evaluation Platform."
5
5
authors = [" LangChain" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments