Skip to content

Commit

Permalink
Version Upgrade (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
kraftp authored Feb 4, 2025
1 parent e5ea83a commit 148b83b
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion python/dbos-ai-starter/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dbos==0.19.0
dbos==0.20.0
llama-index==0.11.23
2 changes: 1 addition & 1 deletion python/dbos-app-starter/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dbos==0.19.0
dbos==0.20.0
2 changes: 1 addition & 1 deletion python/dbos-cron-starter/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dbos==0.19.0
dbos==0.20.0
2 changes: 1 addition & 1 deletion python/dbos-toolbox/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dbos==0.20.0a8
dbos==0.20.0
8 changes: 4 additions & 4 deletions python/earthquake-tracker/pdm.lock

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

2 changes: 1 addition & 1 deletion python/earthquake-tracker/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "earthquake-tracker"
version = "0.1.0"
description = "Record and display earthquakes in real time"
dependencies = [
"dbos>=0.20.0a8",
"dbos>=0.20.0",
"streamlit>=1.41.1",
"plotly>=6.0.0",
]
Expand Down
2 changes: 1 addition & 1 deletion python/earthquake-tracker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ charset-normalizer==3.4.1
click==8.1.8
colorama==0.4.6; sys_platform == "win32" or platform_system == "Windows"
cryptography==44.0.0
dbos==0.20.0a2
dbos==0.20.0
deprecated==1.2.18
dnspython==2.7.0
docker==7.1.0
Expand Down
8 changes: 4 additions & 4 deletions typescript/dbos-nextjs-starter/package-lock.json

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

2 changes: 1 addition & 1 deletion typescript/dbos-nextjs-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@dbos-inc/dbos-sdk": "^2.1.17",
"@dbos-inc/dbos-sdk": "^2.2.8",
"next": "15.1.4",
"react": "^19.0.0",
"react-dom": "^19.0.0"
Expand Down
8 changes: 4 additions & 4 deletions typescript/dbos-node-starter/package-lock.json

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

2 changes: 1 addition & 1 deletion typescript/dbos-node-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@dbos-inc/dbos-sdk": "^2.1.17",
"@dbos-inc/dbos-sdk": "^2.2.8",
"express": "^4.21.2"
}
}
12 changes: 6 additions & 6 deletions typescript/dbos-node-toolbox/package-lock.json

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

2 changes: 1 addition & 1 deletion typescript/dbos-node-toolbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@dbos-inc/dbos-sdk": "^2.1.17",
"@dbos-inc/dbos-sdk": "^2.2.8",
"express": "^4.21.2"
}
}

0 comments on commit 148b83b

Please sign in to comment.