Skip to content

Commit

Permalink
updated v2.4.1 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
regro-cf-autotick-bot authored Sep 26, 2023
1 parent 33bf548 commit c886e2c
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.4.0" %}
{% set version = "2.4.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: 54216ccb537a606579f53d7f6ed912e98fffce35aff93b25cd80b1c2ca806fc3
sha256: b172505886028e4356868d617d2d1a776d7af1625d1313450fd51bdd19d9d61f

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.10.0
- pydantic-core ==2.10.1

test:
imports:
Expand Down

0 comments on commit c886e2c

Please sign in to comment.