Skip to content

Commit 1ef27c5

Browse files
committed
bug #392 [Examples] Allow probots-io/pinecone-php 1.0 (Guikingone)
This PR was merged into the main branch. Discussion ---------- [Examples] Allow probots-io/pinecone-php 1.0 | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | None | License | MIT Hi 👋🏻 As discussed in #335, the `Pinecone` dependency for examples must be downgraded if we want to being able to use it during functional tests (mostly commands), this also synchronize the dependency with the one defined in `Store`. Commits ------- ab33496 deps(examples): pinecone
2 parents d7b27c3 + ab33496 commit 1ef27c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"mongodb/mongodb": "^2.1",
1414
"mrmysql/youtube-transcript": "^0.0.5",
1515
"php-http/discovery": "^1.20",
16-
"probots-io/pinecone-php": "^1.1",
16+
"probots-io/pinecone-php": "^1.0",
1717
"psr/http-factory-implementation": "*",
1818
"symfony/ai-agent": "@dev",
1919
"symfony/ai-platform": "@dev",

0 commit comments

Comments
 (0)