Skip to content

Commit

Permalink
updated v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
regro-cf-autotick-bot committed Nov 16, 2023
1 parent 6afbe8f commit 74d2f35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "pydantic" %}
{% set version = "2.5.0" %}
{% set version = "2.5.1" %}
{% set repo_url = "https://github.com/pydantic/pydantic" %}
{% set docs_url = "https://docs.pydantic.dev" %}

Expand All @@ -9,7 +9,7 @@ package:

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 69bd6fb62d2d04b7055f59a396993486a2ee586c43a0b89231ce0000de07627c
sha256: 0b8be5413c06aadfbe56f6dc1d45c9ed25fd43264414c571135c97dd77c2bedb

build:
noarch: python
Expand All @@ -26,7 +26,7 @@ requirements:
- python >=3.7
- typing-extensions >=4.6.1
- annotated-types >=0.4.0
- pydantic-core ==2.14.1
- pydantic-core ==2.14.3

test:
imports:
Expand Down

0 comments on commit 74d2f35

Please sign in to comment.