Skip to content

Commit

Permalink
Merge pull request #5 from devsapp/use-py39
Browse files Browse the repository at this point in the history
use py39
  • Loading branch information
rsonghuster authored Aug 19, 2022
2 parents 73571ac + 66934d3 commit f9aae41
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion python/lindorm/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type: Application
Name: start-fc-lindorm-python
Version: 0.0.5
Version: 0.0.6
Provider:
- 阿里云
Description: 快速部署一个 Python 访问 lindorm 的函数到阿里云函数计算。
Expand Down
2 changes: 1 addition & 1 deletion python/lindorm/src/code/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cassandra-driver
cassandra-driver==3.25.0
2 changes: 1 addition & 1 deletion python/mongodb/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type: Application
Name: start-fc-mongodb-python
Version: 0.0.5
Version: 0.0.6
Provider:
- 阿里云
Description: 快速部署一个 Python 访问 mongodb 的函数到阿里云函数计算。
Expand Down
2 changes: 1 addition & 1 deletion python/mongodb/src/code/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pymongo
pymongo==4.2.0
2 changes: 1 addition & 1 deletion python/mongodb/src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
function:
name: mongodb
description: visit mongodb
runtime: python3
runtime: python3.9
codeUri: ./code
handler: index.handler
memorySize: 256
Expand Down
2 changes: 1 addition & 1 deletion python/mysql/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type: Application
Name: start-fc-mysql-python
Version: 0.0.5
Version: 0.0.6
Provider:
- 阿里云
Description: 快速部署一个 Python 访问 mysql 的函数到阿里云函数计算。
Expand Down
2 changes: 1 addition & 1 deletion python/mysql/src/code/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
PyMySQL
PyMySQL==1.0.2
2 changes: 1 addition & 1 deletion python/mysql/src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
function:
name: mysql
description: visit mysql
runtime: python3
runtime: python3.9
codeUri: ./code
handler: index.handler
memorySize: 256
Expand Down
2 changes: 1 addition & 1 deletion python/postgresql/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type: Application
Name: start-fc-postgresql-python
Version: 0.0.5
Version: 0.0.6
Provider:
- 阿里云
Description: 快速部署一个 Python 访问 postgresql 的函数到阿里云函数计算。
Expand Down
2 changes: 1 addition & 1 deletion python/postgresql/src/code/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
psycopg2
psycopg2==3.0.16
2 changes: 1 addition & 1 deletion python/postgresql/src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
function:
name: postgresql
description: visit postgresql
runtime: python3
runtime: python3.9
codeUri: ./code
handler: index.handler
memorySize: 256
Expand Down
2 changes: 1 addition & 1 deletion python/redis/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type: Application
Name: start-fc-redis-python
Version: 0.0.5
Version: 0.0.6
Provider:
- 阿里云
Description: 快速部署一个 Python 访问 redis 的函数到阿里云函数计算。
Expand Down
2 changes: 1 addition & 1 deletion python/redis/src/code/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
redis
redis==4.3.4
2 changes: 1 addition & 1 deletion python/redis/src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
function:
name: redis
description: visit redis
runtime: python3
runtime: python3.9
codeUri: ./code
handler: index.handler
memorySize: 256
Expand Down
2 changes: 1 addition & 1 deletion python/sql_server/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type: Application
Name: start-fc-sql-server-python
Version: 0.0.5
Version: 0.0.6
Provider:
- 阿里云
Description: 快速部署一个 Python 访问 sql-server 的函数到阿里云函数计算。
Expand Down
2 changes: 1 addition & 1 deletion python/sql_server/src/code/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pymssql
pymssql==2.2.5
2 changes: 1 addition & 1 deletion python/sql_server/src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
function:
name: sql_server
description: visit sql server
runtime: python3
runtime: python3.9
codeUri: ./code
handler: index.handler
memorySize: 256
Expand Down

0 comments on commit f9aae41

Please sign in to comment.