Skip to content

Commit 0996dda

Browse files
authored
Pin P-Retry (#24)
Pin P-Retry to avoid issues when exporting to CJS. Create new release
1 parent 49b9cd3 commit 0996dda

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@types/uuid": "^9.0.1",
7979
"commander": "^10.0.1",
8080
"p-queue": "^6.6.2",
81-
"p-retry": "^5.1.2",
81+
"p-retry": "4",
8282
"uuid": "^9.0.0"
8383
},
8484
"lint-staged": {

js/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1446,10 +1446,10 @@
14461446
resolved "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.2.tgz"
14471447
integrity sha512-KufADq8uQqo1pYKVIYzfKbJfBAc0sOeXqGbFaSpv8MRmC/zXgowNZmFcbngndGk922QDmOASEXUZCaY48gs4cg==
14481448

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==
14531453

14541454
"@types/semver@^7.3.12":
14551455
version "7.5.0"
@@ -3568,12 +3568,12 @@ p-queue@^6.6.2:
35683568
eventemitter3 "^4.0.4"
35693569
p-timeout "^3.2.0"
35703570

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==
35753575
dependencies:
3576-
"@types/retry" "0.12.1"
3576+
"@types/retry" "0.12.0"
35773577
retry "^0.13.1"
35783578

35793579
p-timeout@^3.2.0:

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "langchainplus-sdk"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
description = "Client library to connect to the LangChainPlus LLM Tracing and Evaluation Platform."
55
authors = ["LangChain"]
66
license = "MIT"

0 commit comments

Comments
 (0)