Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "sagemaker-core" %}
{% set version = "2.17.0" %}
{% set version = "2.18.0" %}

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

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/sagemaker_core-{{ version }}.tar.gz
sha256: 84054570fbed8045691974d63d6f7e015a04715767dd9cd5fd767a2dec1850cf
sha256: 566f813f9263885d5ae598cc0ac0d89d511bdd2f6de3c54768d3b23ba3917579

build:
noarch: python
Expand All @@ -22,7 +22,7 @@ requirements:
run:
- cryptography >=46.0.0
- python >={{ python_min }}
- boto3 >=1.42.2,<2.0.0
- boto3 >=1.43.20,<2.0.0
- pydantic >=2.0.0,<3.0.0
- pyyaml >=6.0,<7.0
- jsonschema <5.0.0
Expand Down