Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fastapi v0.65.1 #47

Merged
merged 2 commits into from May 13, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions recipe/meta.yaml
@@ -1,13 +1,13 @@
{% set name = "fastapi" %}
{% set version = "0.65.0" %}
{% set version = "0.65.1" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: ede7d6b010c77ec27a0e5f7faad315d2abc80c4eebbce2b28f2e2c06866ad199
sha256: 478b7e0cbb52c9913b9903d88ae14195cb8a479c4596e0b2f2238d317840a7dc

build:
noarch: python
Expand All @@ -22,7 +22,7 @@ requirements:
run:
- python >=3.6
- starlette =0.14.2
- pydantic >=1.0.0,<2.0.0
- pydantic >=1.6.2,!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<2.0.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this is a security issue:
tiangolo/fastapi#3213

...with releases 1.8.2, 1.7.4 and 1.6.2 put out today to fix it:
https://pypi.org/project/pydantic/#history

image

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a PR for the latest version:
conda-forge/pydantic-feedstock#54


test:
imports:
Expand Down