Skip to content

Commit

Permalink
Merge pull request #46 from regro-cf-autotick-bot/0.65.0_h2b2af0
Browse files Browse the repository at this point in the history
fastapi v0.65.0
  • Loading branch information
synapticarbors committed May 11, 2021
2 parents a924bb7 + 6609041 commit 315f273
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,13 +1,13 @@
{% set name = "fastapi" %}
{% set version = "0.64.0" %}
{% set version = "0.65.0" %}

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

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

build:
noarch: python
Expand All @@ -21,7 +21,7 @@ requirements:
- flit
run:
- python >=3.6
- starlette-base =0.13.6
- starlette =0.14.2
- pydantic >=1.0.0,<2.0.0

test:
Expand Down

0 comments on commit 315f273

Please sign in to comment.