Skip to content

Commit

Permalink
pydantic v2.9.1 (#132)
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 Sep 9, 2024
2 parents 5b892bf + 398051a commit 950282d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 61 deletions.
53 changes: 0 additions & 53 deletions .ci_support/migrations/pypy38.yaml

This file was deleted.

1 change: 0 additions & 1 deletion .scripts/build_steps.sh

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

9 changes: 6 additions & 3 deletions build-locally.py

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

8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "pydantic" %}
{% set version = "2.8.2" %}
{% set version = "2.9.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: 6f62c13d067b0755ad1c21a34bdd06c0c12625a22b0fc09c6b149816604f7c2a
sha256: 1363c7d975c7036df0db2b4a61f2e062fbc0aa5ab5f2772e0ffc7191a4f4bce2

build:
noarch: python
Expand All @@ -25,8 +25,8 @@ requirements:
run:
- python >=3.7
- typing-extensions >=4.6.1
- annotated-types >=0.4.0
- pydantic-core ==2.20.1
- annotated-types >=0.6.0
- pydantic-core ==2.23.3

test:
imports:
Expand Down

0 comments on commit 950282d

Please sign in to comment.