Skip to content

Commit

Permalink
pydantic v2.5.3 (#113)
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 Dec 22, 2023
2 parents ddc450e + d0d8dc0 commit b3c3a06
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
14 changes: 12 additions & 2 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2" %}
{% set version = "2.5.3" %}
{% 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: ff177ba64c6faf73d7afa2e8cad38fd456c0dbe01c9954e71038001cd15a6edd
sha256: b3ef57c62535b0941697cce638c08900d87fcb67e29cfa99e8a68f747f393f7a

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.5
- pydantic-core ==2.14.6

test:
imports:
Expand Down

0 comments on commit b3c3a06

Please sign in to comment.