Skip to content

Commit

Permalink
[bot-automerge] llama-index-core v0.11.15 (#103)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Oct 3, 2024
2 parents fc5a8a4 + 8e947ff commit 132579b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "llama-index-core" %}
{% set version = "0.11.14" %}
{% set version = "0.11.15" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/llama_index_core-{{ version }}.tar.gz
sha256: 6ff7be9f5bbb04be0d8064f76510edf79f8a9833ebae28b46261b274556827ca
sha256: 968cb311e806ccbc464a7a43a2d7465596d40e9378f8dceaa2c65985d6e1ca79

build:
noarch: python
Expand All @@ -20,6 +20,7 @@ requirements:
- poetry-core
- pip
run:
- typing_extensions >=4.5.0
- pydantic >=2.7.0,<3.0.0
- wrapt
- python >=3.8.1,<4.0
Expand Down

0 comments on commit 132579b

Please sign in to comment.